Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/348/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) 
Thread[id=23816, name=jetty-launcher-4323-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=23816, name=jetty-launcher-4323-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
        at __randomizedtesting.SeedInfo.seed([4520FCE78E240A27]:0)


FAILED:  org.apache.lucene.util.TestLongBitSet.testBits2Words

Error Message:
expected:<2147483631> but was:<2147483635>

Stack Trace:
java.lang.AssertionError: expected:<2147483631> but was:<2147483635>
        at 
__randomizedtesting.SeedInfo.seed([571AE1B2C1AE93BD:18310521DDFBB57C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.lucene.util.TestLongBitSet.testBits2Words(TestLongBitSet.java:364)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.lucene.util.TestLongBitSet.testTooLarge

Error Message:
expected:<...st be 0 .. 137438952[384; got: 137438952385]> but was:<...st be 0 
.. 137438952[640; got: 137438952641]>

Stack Trace:
org.junit.ComparisonFailure: expected:<...st be 0 .. 137438952[384; got: 
137438952385]> but was:<...st be 0 .. 137438952[640; got: 137438952641]>
        at 
__randomizedtesting.SeedInfo.seed([571AE1B2C1AE93BD:FF1B495C3B1E3405]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.lucene.util.TestLongBitSet.testTooLarge(TestLongBitSet.java:228)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.lucene.util.TestLongBitSet.testNegativeNumBits

Error Message:
expected:<...st be 0 .. 137438952[384]; got: -17> but was:<...st be 0 .. 
137438952[640]; got: -17>

Stack Trace:
org.junit.ComparisonFailure: expected:<...st be 0 .. 137438952[384]; got: -17> 
but was:<...st be 0 .. 137438952[640]; got: -17>
        at 
__randomizedtesting.SeedInfo.seed([571AE1B2C1AE93BD:9CB53D847843BC35]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.lucene.util.TestLongBitSet.testNegativeNumBits(TestLongBitSet.java:236)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)




Build Log:
[...truncated 347 lines...]
   [junit4] Suite: org.apache.lucene.util.TestLongBitSet
   [junit4] IGNOR/A 0.00s J0 | TestLongBitSet.testHugeCapacity
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLongBitSet 
-Dtests.method=testBits2Words -Dtests.seed=571AE1B2C1AE93BD 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-MT 
-Dtests.timezone=Pacific/Galapagos -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J0 | TestLongBitSet.testBits2Words <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2147483631> 
but was:<2147483635>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([571AE1B2C1AE93BD:18310521DDFBB57C]:0)
   [junit4]    >        at 
org.apache.lucene.util.TestLongBitSet.testBits2Words(TestLongBitSet.java:364)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLongBitSet 
-Dtests.method=testTooLarge -Dtests.seed=571AE1B2C1AE93BD -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-MT -Dtests.timezone=Pacific/Galapagos 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J0 | TestLongBitSet.testTooLarge <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...st be 
0 .. 137438952[384; got: 137438952385]> but was:<...st be 0 .. 137438952[640; 
got: 137438952641]>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([571AE1B2C1AE93BD:FF1B495C3B1E3405]:0)
   [junit4]    >        at 
org.apache.lucene.util.TestLongBitSet.testTooLarge(TestLongBitSet.java:228)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLongBitSet 
-Dtests.method=testNegativeNumBits -Dtests.seed=571AE1B2C1AE93BD 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-MT 
-Dtests.timezone=Pacific/Galapagos -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J0 | TestLongBitSet.testNegativeNumBits <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...st be 
0 .. 137438952[384]; got: -17> but was:<...st be 0 .. 137438952[640]; got: -17>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([571AE1B2C1AE93BD:9CB53D847843BC35]:0)
   [junit4]    >        at 
org.apache.lucene.util.TestLongBitSet.testNegativeNumBits(TestLongBitSet.java:236)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=599, maxMBSortInHeap=6.750544203144367, 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-MT, 
timezone=Pacific/Galapagos
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=12895080,total=30748672
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLucene70SegmentInfoFormat, TestTopFieldCollector, TestBinaryTerms, 
TestSimpleExplanations, TestAxiomaticSimilarity, TestIndexWriterExceptions2, 
TestTerms, TestMultiPhraseQuery, TestFilterCodecReader, TestLiveFieldValues, 
TestNRTReaderCleanup, Test2BTerms, TestClassicSimilarity, TestDocsWithFieldSet, 
TestReaderWrapperDVTypeCheck, TestIndexReaderClose, TestLongBitSet]
   [junit4] Completed [43/454 (1!)] on J0 in 0.31s, 11 tests, 3 failures, 1 
skipped <<< FAILURES!

[...truncated 13193 lines...]
   [junit4] Suite: 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
   [junit4]   2> 2442186 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_4520FCE78E240A27-001/init-core-data-001
   [junit4]   2> 2442187 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2442187 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2442208 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_4520FCE78E240A27-001/tempDir-001
   [junit4]   2> 2442208 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2442208 INFO  (Thread-7116) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2442208 INFO  (Thread-7116) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2442210 ERROR (Thread-7116) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2442308 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33159
   [junit4]   2> 2442315 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2442315 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2442316 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d2dd76{/solr,null,AVAILABLE}
   [junit4]   2> 2442316 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e89bd8{/solr,null,AVAILABLE}
   [junit4]   2> 2442318 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@10fe524{SSL,[ssl, 
http/1.1]}{127.0.0.1:39579}
   [junit4]   2> 2442318 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@e1e1b3{SSL,[ssl, 
http/1.1]}{127.0.0.1:45287}
   [junit4]   2> 2442318 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.e.j.s.Server Started @2443296ms
   [junit4]   2> 2442318 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.e.j.s.Server Started @2443296ms
   [junit4]   2> 2442318 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39579}
   [junit4]   2> 2442318 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45287}
   [junit4]   2> 2442318 ERROR (jetty-launcher-4323-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2442318 ERROR (jetty-launcher-4323-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2442318 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2442319 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2442319 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2442319 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2442319 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2442319 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2442319 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-02T03:51:58.902Z
   [junit4]   2> 2442319 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-02T03:51:58.902Z
   [junit4]   2> 2442321 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2442321 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2442330 INFO  (jetty-launcher-4323-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33159/solr
   [junit4]   2> 2442331 INFO  (jetty-launcher-4323-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33159/solr
   [junit4]   2> 2442383 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2442383 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2442384 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39579_solr
   [junit4]   2> 2442384 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45287_solr
   [junit4]   2> 2442385 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.Overseer Overseer 
(id=98587398556352518-127.0.0.1:39579_solr-n_0000000000) starting
   [junit4]   2> 2442387 INFO  
(zkCallback-4335-thread-1-processing-n:127.0.0.1:39579_solr) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2442389 INFO  
(zkCallback-4334-thread-1-processing-n:127.0.0.1:45287_solr) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2442394 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39579_solr
   [junit4]   2> 2442395 INFO  
(zkCallback-4334-thread-1-processing-n:127.0.0.1:45287_solr) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2442395 INFO  
(zkCallback-4335-thread-1-processing-n:127.0.0.1:39579_solr) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2442712 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 2442714 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.s.HadoopAuthPlugin Params: 
{proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, 
proxyuser.bogusGroup.groups=__some_bogus_group, 
proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, 
proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, 
proxyuser.anyHostUsersGroup.groups=jenkins, proxyuser.noGroups.hosts=*, 
proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, 
proxyuser.bogusGroup.hosts=*, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, 
proxyuser.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1, 
proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 2442717 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 2442718 INFO  (jetty-launcher-4323-thread-2-EventThread) 
[n:127.0.0.1:39579_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 2442725 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 2442725 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.s.HadoopAuthPlugin Params: 
{proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, 
proxyuser.bogusGroup.groups=__some_bogus_group, 
proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, 
proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, 
proxyuser.anyHostUsersGroup.groups=jenkins, proxyuser.noGroups.hosts=*, 
proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, 
proxyuser.bogusGroup.hosts=*, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, 
proxyuser.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1, 
proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 2442727 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 2442728 INFO  (jetty-launcher-4323-thread-1-EventThread) 
[n:127.0.0.1:45287_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 2442737 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is 
managing internode requests
   [junit4]   2> 2442781 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45287.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@121836b
   [junit4]   2> 2442791 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45287.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@121836b
   [junit4]   2> 2442791 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45287.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@121836b
   [junit4]   2> 2442792 INFO  (jetty-launcher-4323-thread-1) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_4520FCE78E240A27-001/tempDir-001/node1/.
   [junit4]   2> 2443726 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is 
managing internode requests
   [junit4]   2> 2443751 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39579.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@121836b
   [junit4]   2> 2443759 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39579.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@121836b
   [junit4]   2> 2443760 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39579.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@121836b
   [junit4]   2> 2443761 INFO  (jetty-launcher-4323-thread-2) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_4520FCE78E240A27-001/tempDir-001/node2/.
   [junit4]   2> 2443783 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40b776480009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2443785 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2443786 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33159/solr ready
   [junit4]   2> 2443799 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 2443877 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 2443888 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 2443892 INFO  (qtp29398490-23782) [n:127.0.0.1:45287_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 2443892 INFO  (qtp29398490-23782) [n:127.0.0.1:45287_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 2443893 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 2443905 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 2443908 INFO  (qtp29398490-23784) [n:127.0.0.1:45287_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 2443908 INFO  (qtp29398490-23784) [n:127.0.0.1:45287_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 2443909 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 2443921 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 2443930 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 2443942 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 2443948 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 2443961 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 2458974 WARN  
(jetty-launcher-4323-thread-2-SendThread(127.0.0.1:33159)) 
[n:127.0.0.1:39579_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 15247ms for sessionid 0x15e40b776480007
   [junit4]   2> 2458974 WARN  
(jetty-launcher-4323-thread-1-SendThread(127.0.0.1:33159)) 
[n:127.0.0.1:45287_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 16181ms for sessionid 0x15e40b776480005
   [junit4]   2> 2458975 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40b776480007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2458974 WARN  
(jetty-launcher-4323-thread-1-SendThread(127.0.0.1:33159)) 
[n:127.0.0.1:45287_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 15247ms for sessionid 0x15e40b776480008
   [junit4]   2> 2458975 WARN  
(jetty-launcher-4323-thread-2-SendThread(127.0.0.1:33159)) 
[n:127.0.0.1:39579_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 15214ms for sessionid 0x15e40b776480006
   [junit4]   2> 2458975 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40b776480005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2458976 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40b776480008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2458976 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40b776480006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2458978 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 2458989 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 2458995 INFO  (qtp29398490-23770) [    ] 
o.a.s.s.SolrDispatchFilter Error authenticating
   [junit4]   2> java.lang.IllegalArgumentException: userName is NULL, empty or 
contains a '&'
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2>        at 
org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2>        at 
org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2>        at 
org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:451)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2458996 WARN  (qtp29398490-23770) [    ] 
o.e.j.s.ServletHandler /solr/admin/collections
   [junit4]   2> org.apache.solr.common.SolrException: Error during request 
authentication, 
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:457)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: userName is 
NULL, empty or contains a '&'
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2>        at 
org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2>        at 
org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2>        at 
org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:451)
   [junit4]   2>        ... 29 more
   [junit4]   2> 2458997 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 2459007 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 2459015 WARN  (qtp29398490-23770) [    ] 
o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user 
bar: id: ‘bar’: no such user
   [junit4]   2> id: ‘bar’: no such user
   [junit4]   2> 
   [junit4]   2> 2459017 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4] IGNOR/A 0.00s J0 | TestImpersonationWithHadoopAuth.testForwarding
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/HADOOP-9893))
   [junit4]   2> 2459030 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 2459034 INFO  (qtp29398490-23772) [n:127.0.0.1:45287_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 2459034 INFO  (qtp29398490-23772) [n:127.0.0.1:45287_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2459035 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[4520FCE78E240A27])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 2459075 INFO  (jetty-launcher-4323-thread-2-EventThread) 
[n:127.0.0.1:39579_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
SUSPENDED
   [junit4]   2> 2459076 WARN  
(zkCallback-4334-thread-3-processing-n:127.0.0.1:45287_solr) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@120c32d name: 
ZooKeeperConnection Watcher:127.0.0.1:33159/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 2459076 WARN  
(zkCallback-4334-thread-3-processing-n:127.0.0.1:45287_solr) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.c.ConnectionManager zkClient has 
disconnected
   [junit4]   2> 2459078 INFO  (jetty-closer-4324-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@e1e1b3{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2459078 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=32340708
   [junit4]   2> 2459078 WARN  
(zkCallback-4335-thread-4-processing-n:127.0.0.1:39579_solr) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b96ad3 name: 
ZooKeeperConnection Watcher:127.0.0.1:33159/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 2459078 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2459078 WARN  
(zkCallback-4335-thread-4-processing-n:127.0.0.1:39579_solr) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.c.ConnectionManager zkClient has 
disconnected
   [junit4]   2> 2459078 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a0841f: rootName = 
solr_45287, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1319843
   [junit4]   2> 2459083 INFO  (jetty-closer-4324-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@10fe524{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2459083 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17876940
   [junit4]   2> 2459083 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2459083 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b336a3: rootName = 
solr_39579, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@15c32fb
   [junit4]   2> 2459087 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2459087 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1bb2e1a: rootName = 
solr_45287, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1aaf328
   [junit4]   2> 2459090 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2459090 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@13e6649: rootName = 
solr_39579, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1aaf328
   [junit4]   2> 2459092 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2459092 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f0f79: rootName = 
solr_45287, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@177bd40
   [junit4]   2> 2459096 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2459096 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@890f33: rootName = 
solr_39579, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@177bd40
   [junit4]   2> 2460083 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2460084 INFO  (jetty-closer-4324-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2460085 WARN  
(zkCallback-4334-thread-2-processing-n:127.0.0.1:45287_solr) 
[n:127.0.0.1:45287_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2460085 ERROR 
(Thread[Thread-7133,5,TGRP-TestImpersonationWithHadoopAuth]) 
[n:127.0.0.1:45287_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 2461016 INFO  
(zkCallback-4335-thread-3-processing-n:127.0.0.1:39579_solr) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2461016 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2461017 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2461017 INFO  (jetty-closer-4324-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98587398556352518-127.0.0.1:39579_solr-n_0000000000) closing
   [junit4]   2> 2461017 INFO  
(OverseerStateUpdate-98587398556352518-127.0.0.1:39579_solr-n_0000000000) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39579_solr
   [junit4]   2> 2461018 WARN  
(zkCallback-4335-thread-3-processing-n:127.0.0.1:39579_solr) 
[n:127.0.0.1:39579_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2461019 ERROR 
(Thread[Thread-7136,5,TGRP-TestImpersonationWithHadoopAuth]) 
[n:127.0.0.1:39579_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 2461021 INFO  (jetty-closer-4324-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@e89bd8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2461051 INFO  (jetty-closer-4324-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d2dd76{/solr,null,UNAVAILABLE}
   [junit4]   2> 2461052 ERROR 
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2461052 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33159 33159
   [junit4]   2> 2466700 INFO  (Thread-7116) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33159 33159
   [junit4]   2> 2466701 WARN  (Thread-7116) [    ] 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>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [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>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 2466702 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[4520FCE78E240A27]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Sep 02, 2017 3:52:23 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Sep 02, 2017 3:52:43 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]   2>    1) Thread[id=23816, 
name=jetty-launcher-4323-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Sep 02, 2017 3:52:43 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=23816, 
name=jetty-launcher-4323-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2> 2486852 ERROR (jetty-launcher-4323-thread-2-EventThread) 
[n:127.0.0.1:39579_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>        at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Sep 02, 2017 3:52:43 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1008, maxMBSortInHeap=7.338943487453777, 
sim=RandomSimilarity(queryNorm=false): {}, locale=de-DE, 
timezone=Australia/Currie
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=163297472,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [StatsReloadRaceTest, 
XmlUpdateRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, 
HdfsUnloadDistributedZkTest, TestMultiValuedNumericRangeQuery, 
TestPayloadScoreQParserPlugin, TestJettySolrRunner, 
HdfsBasicDistributedZk2Test, V2StandaloneTest, 
TestDynamicFieldCollectionResource, BinaryUpdateRequestHandlerTest, 
TestGraphMLResponseWriter, ClassificationUpdateProcessorTest, 
TestAnalyzeInfixSuggestions, TestFastOutputStream, OutputWriterTest, 
SolrIndexSplitterTest, TestDistribDocBasedVersion, 
LeaderElectionIntegrationTest, TestNoOpRegenerator, 
FieldAnalysisRequestHandlerTest, TestSolrCoreSnapshots, 
CollectionsAPIAsyncDistributedZkTest, TestReloadAndDeleteDocs, 
CurrencyFieldTypeTest, ZkFailoverTest, GraphQueryTest, TestSolrFieldCacheBean, 
TestCloudManagedSchema, OverseerModifyCollectionTest, SuggesterWFSTTest, 
TestSolrDeletionPolicy1, TestSolrConfigHandler, 
TestComplexPhraseLeadingWildcard, TestStressLucene, TestSQLHandler, 
TestComponentsName, TestMergePolicyConfig, IndexBasedSpellCheckerTest, 
DistributedSpellCheckComponentTest, TestBinaryField, TestCustomStream, 
TestStreamBody, TestDistributedSearch, RestartWhileUpdatingTest, 
TestWriterPerf, RequestHandlersTest, AddBlockUpdateTest, 
TestRandomRequestDistribution, CdcrReplicationDistributedZkTest, 
OverseerTaskQueueTest, TestLazyCores, DebugComponentTest, TestExpandComponent, 
HighlighterConfigTest, ChaosMonkeyNothingIsSafeTest, 
TestWordDelimiterFilterFactory, QueryElevationComponentTest, 
TestCustomDocTransformer, CloudMLTQParserTest, ReplicaListTransformerTest, 
SynonymTokenizerTest, BasicAuthIntegrationTest, BlockJoinFacetDistribTest, 
BlockDirectoryTest, TestUnifiedSolrHighlighter, TestMaxScoreQueryParser, 
DistributedExpandComponentTest, ConfigSetsAPITest, UpdateParamsTest, 
FieldMutatingUpdateProcessorTest, SortSpecParsingTest, 
TestCollectionsAPIViaSolrCloudCluster, LeaderInitiatedRecoveryOnCommitTest, 
TestManagedSchemaThreadSafety, TestManagedStopFilterFactory, 
TestDocumentBuilder, ZkNodePropsTest, DefaultValueUpdateProcessorTest, 
TestNumericTerms32, TestFieldResource, TestOrdValues, PeerSyncTest, 
EnumFieldTest, WordBreakSolrSpellCheckerTest, TestRandomDVFaceting, 
TestSchemaVersionResource, SaslZkACLProviderTest, TestRemoteStreaming, 
TestCloudSearcherWarming, AliasIntegrationTest, TestJsonFacetRefinement, 
SpellingQueryConverterTest, TestBadConfig, TestFieldSortValues, 
MBeansHandlerTest, CursorPagingTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestPhraseSuggestions, SolrSlf4jReporterTest, TestTlogReplica, 
TestOmitPositions, TestLMDirichletSimilarityFactory, TestInfoStreamLogging, 
DataDrivenBlockJoinTest, WrapperMergePolicyFactoryTest, TestRestManager, 
TestLeaderInitiatedRecoveryThread, HdfsLockFactoryTest, TestDocSet, 
LargeFieldTest, TestCollationField, TestSmileRequest, 
TestTrackingShardHandlerFactory, TestExactSharedStatsCache, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
SyncSliceTest, OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestZkChroot, AutoCommitTest, 
TestDistributedGrouping, TestFaceting, TestRealTimeGet, TestReload, 
HardAutoCommitTest, TestRangeQuery, SimplePostToolTest, SpellCheckCollatorTest, 
CoreAdminHandlerTest, TestTrie, SpatialFilterTest, TestCSVLoader, 
NoCacheHeaderTest, TestUpdate, DirectUpdateHandlerOptimizeTest, 
SolrInfoBeanTest, DisMaxRequestHandlerTest, TestQueryTypes, 
DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance, 
RequiredFieldsTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, 
TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, TestLFUCache, 
TestSolrDeletionPolicy2, MultiTermTest, MinimalSchemaTest, 
TestElisionMultitermQuery, TestConfig, TestSolrCoreProperties, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, EchoParamsTest, 
TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, 
ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
PreAnalyzedFieldTest, DateFieldTest, RAMDirectoryFactoryTest, SliceStateTest, 
SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, TestRTGBase, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, AssignBackwardCompatibilityTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionReloadTest, 
CollectionStateFormat2Test, CustomCollectionTest, DistributedQueueTest, 
LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, 
MissingSegmentRecoveryTest, MoveReplicaHDFSTest, MoveReplicaTest, 
OverseerStatusTest, RecoveryAfterSoftCommitTest, SolrXmlInZkTest, 
TestAuthenticationFramework, TestCloudPseudoReturnFields, 
TestConfigSetsAPIZkFailure, TestDownShardTolerantSearch, 
TestExclusionRuleCollectionAccess, TestMiniSolrCloudClusterSSL, 
TestRandomFlRTGCloud, TestRequestStatusCollectionAPI, 
TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates, HdfsSyncSliceTest, 
HdfsThreadLeakTest, ImplicitSnitchTest, RuleEngineTest, 
ConfigureRecoveryStrategyTest, CoreSorterTest, ExitableDirectoryReaderTest, 
TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSetImmutable, 
TestConfigSetProperties, TestConfigSets, TestCorePropertiesReload, 
TestShardHandlerFactory, TestBlobHandler, CoreAdminRequestStatusTest, 
PropertiesRequestHandlerTest, SegmentsInfoRequestHandlerTest, 
TestCollectionAPIs, TestConfigsApi, TestCoreAdminApis, 
DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, 
DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, 
DistributedQueryComponentCustomSortTest, 
SuggestComponentContextFilterQueryTest, TestPivotHelperCode, 
HighlighterMaxOffsetTest, UninvertDocValuesMergePolicyTest, 
TestNumericRangeQuery64, SolrCloudReportersTest, TestCollationFieldDocValues, 
TestHalfAndHalfDocValues, TestManagedSchema, TestPointFields, CursorMarkTest, 
TestCollapseQParserPlugin, TestFilteredDocIdSet, TestGraphTermsQParserPlugin, 
TestHashQParserPlugin, TestLegacyNumericRangeQueryBuilder, 
TestMultiWordSynonyms, TestRecoveryHdfs, TestClassicSimilarityFactory, 
TestDFISimilarityFactory, TestNonDefinedSimilarityFactory, 
TestDefaultStatsCache, PKIAuthenticationIntegrationTest, 
TestRuleBasedAuthorizationPlugin, TestSha256AuthenticationProvider, 
TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=4520FCE78E240A27 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de-DE 
-Dtests.timezone=Australia/Currie -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=23816, 
name=jetty-launcher-4323-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4520FCE78E240A27]:0)
   [junit4] Completed [708/731 (1!)] on J0 in 44.68s, 10 tests, 1 error, 1 
skipped <<< FAILURES!

[...truncated 34921 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1442662769
 [ecj-lint] Compiling 30 source files to /tmp/ecj1442662769
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/replicator/src/java/org/apache/lucene/replicator/nrt/PrimaryNode.java
 (at line 33)
 [ecj-lint]     import org.apache.lucene.index.Term;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.index.Term is never used
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/replicator/src/java/org/apache/lucene/replicator/nrt/PrimaryNode.java
 (at line 37)
 [ecj-lint]     import org.apache.lucene.search.TermQuery;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.search.TermQuery is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/replicator/src/java/org/apache/lucene/replicator/nrt/ReplicaNode.java
 (at line 36)
 [ecj-lint]     import org.apache.lucene.index.DirectoryReader;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.index.DirectoryReader is never used
 [ecj-lint] ----------
 [ecj-lint] 3 problems (3 errors)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:810: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:101: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build.xml:208: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2205: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2030: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2069: 
Compile failed; see the compiler error output for details.

Total time: 71 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to