You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/01/30 12:02:35 UTC

ZooKeeper_branch34_openjdk8 - Build # 585 - Still Failing

See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/585/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 48.09 KB...]
    [junit] Running org.apache.zookeeper.test.SessionInvalidationTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.672 sec
    [junit] Running org.apache.zookeeper.test.SessionTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.538 sec
    [junit] Running org.apache.zookeeper.test.SessionTimeoutTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.871 sec
    [junit] Running org.apache.zookeeper.test.StandaloneTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.886 sec
    [junit] Running org.apache.zookeeper.test.StatTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.87 sec
    [junit] Running org.apache.zookeeper.test.StaticHostProviderTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 sec
    [junit] Running org.apache.zookeeper.test.SyncCallTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.009 sec
    [junit] Running org.apache.zookeeper.test.TruncateTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.495 sec
    [junit] Running org.apache.zookeeper.test.UpgradeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 sec
    [junit] Running org.apache.zookeeper.test.WatchedEventTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
    [junit] Running org.apache.zookeeper.test.WatcherFuncTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.322 sec
    [junit] Running org.apache.zookeeper.test.WatcherTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.794 sec
    [junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.517 sec
    [junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.697 sec
    [junit] Running org.apache.jute.BinaryInputArchiveTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8/build.xml:1425: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8/build.xml:1428: Tests failed!

Total time: 69 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
36 tests failed.
FAILED:  org.apache.zookeeper.SaslAuthTest.testAuth

Error Message:
KeeperErrorCode = InvalidACL for /path1

Stack Trace:
org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode = InvalidACL for /path1
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:124)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:800)
	at org.apache.zookeeper.SaslAuthTest.testAuth(SaslAuthTest.java:117)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthConnection

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthConnection(QuorumCnxManagerTest.java:167)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testSaslQuorumAuthServerWithInvalidQuorumAuthPacket

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testSaslQuorumAuthServerWithInvalidQuorumAuthPacket(QuorumCnxManagerTest.java:656)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToNoAuthServerWithLowerSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToNoAuthServerWithLowerSid(QuorumCnxManagerTest.java:318)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithLowerSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithLowerSid(QuorumCnxManagerTest.java:268)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToNoAuthServerWithHigherSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToNoAuthServerWithHigherSid(QuorumCnxManagerTest.java:302)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToServerWithAuthNotRequired

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToServerWithAuthNotRequired(QuorumCnxManagerTest.java:533)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithHigherSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithHigherSid(QuorumCnxManagerTest.java:286)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testClientAuthAgainstNoAuthServerWithLowerSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testClientAuthAgainstNoAuthServerWithLowerSid(QuorumCnxManagerTest.java:185)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToServerWithAuthRequired

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToServerWithAuthRequired(QuorumCnxManagerTest.java:573)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithHigherSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithHigherSid(QuorumCnxManagerTest.java:249)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToServerWithAuthNotRequired

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToServerWithAuthNotRequired(QuorumCnxManagerTest.java:425)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testLearnerHandlerAuthFailed

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testLearnerHandlerAuthFailed(QuorumCnxManagerTest.java:340)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToServerWithAuthRequired

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToServerWithAuthRequired(QuorumCnxManagerTest.java:370)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testClientAuthAgainstNoAuthServerWithHigherSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testClientAuthAgainstNoAuthServerWithHigherSid(QuorumCnxManagerTest.java:202)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToNullAuthServer

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToNullAuthServer(QuorumCnxManagerTest.java:612)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToNullAuthServer

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToNullAuthServer(QuorumCnxManagerTest.java:486)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithLowerSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithLowerSid(QuorumCnxManagerTest.java:218)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  junit.framework.TestSuite.org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdcTest

Error Message:
class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @c9413d8

Stack Trace:
java.lang.IllegalAccessException: class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @c9413d8
	at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(java.base@9-internal/AccessibleObject.java:355)
	at java.lang.reflect.AccessibleObject.checkAccess(java.base@9-internal/AccessibleObject.java:347)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.initKDCServer(ApacheDSMiniKdc.java:479)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.start(ApacheDSMiniKdc.java:330)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.startMiniKdc(ApacheDSKerberosSecurityTestcase.java:70)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.setUpSasl(ApacheDSKerberosSecurityTestcase.java:56)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerAgainstNullAuthServer

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerAgainstNullAuthServer(QuorumAuthUpgradeTest.java:106)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testRollingUpgrade

Error Message:
waiting for server0being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server0being up
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.restartServer(QuorumAuthUpgradeTest.java:232)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testRollingUpgrade(QuorumAuthUpgradeTest.java:194)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerAgainstNoAuthRequiredServer

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerAgainstNoAuthRequiredServer(QuorumAuthUpgradeTest.java:126)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerServer

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerServer(QuorumAuthUpgradeTest.java:148)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testObserverWithValidCredentials

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:105)
	at org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testObserverWithValidCredentials(QuorumDigestAuthTest.java:240)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testValidCredentials

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testValidCredentials(QuorumDigestAuthTest.java:90)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testRelectionWithValidCredentials

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testRelectionWithValidCredentials(QuorumDigestAuthTest.java:313)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testNonAuthEnabledObserverJoiningAuthEnabledQuorum

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testNonAuthEnabledObserverJoiningAuthEnabledQuorum(QuorumDigestAuthTest.java:264)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumKerberosAuthTest.testValidCredentials

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:75)
	at org.apache.zookeeper.server.quorum.auth.QuorumKerberosAuthTest.testValidCredentials(QuorumKerberosAuthTest.java:114)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest.testConnectBadServer

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:75)
	at org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest.testConnectBadServer(QuorumKerberosHostBasedAuthTest.java:158)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest.testValidCredentials

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:75)
	at org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest.testValidCredentials(QuorumKerberosHostBasedAuthTest.java:137)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.test.SaslAuthDesignatedClientTest.testAuth

Error Message:
test failed :org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode = InvalidACL for /path1

Stack Trace:
junit.framework.AssertionFailedError: test failed :org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode = InvalidACL for /path1
	at org.apache.zookeeper.test.SaslAuthDesignatedClientTest.testAuth(SaslAuthDesignatedClientTest.java:75)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


FAILED:  org.apache.zookeeper.test.SaslAuthDesignatedClientTest.testSaslConfig

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.zookeeper.test.SaslAuthDesignatedClientTest.testSaslConfig(SaslAuthDesignatedClientTest.java:88)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


FAILED:  org.apache.zookeeper.test.SaslAuthDesignatedServerTest.testAuth

Error Message:
test failed :org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /path1

Stack Trace:
junit.framework.AssertionFailedError: test failed :org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /path1
	at org.apache.zookeeper.test.SaslAuthDesignatedServerTest.testAuth(SaslAuthDesignatedServerTest.java:98)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


FAILED:  org.apache.zookeeper.test.SaslAuthFailNotifyTest.testBadSaslAuthNotifiesWatch

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.


FAILED:  junit.framework.TestSuite.org.apache.zookeeper.server.quorum.auth.ApacheDSQuorumKerberosAuthTest

Error Message:
class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @64712be

Stack Trace:
java.lang.IllegalAccessException: class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @64712be
	at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(java.base@9-internal/AccessibleObject.java:355)
	at java.lang.reflect.AccessibleObject.checkAccess(java.base@9-internal/AccessibleObject.java:347)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.initKDCServer(ApacheDSMiniKdc.java:479)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.start(ApacheDSMiniKdc.java:330)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.startMiniKdc(ApacheDSKerberosSecurityTestcase.java:70)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.setUpSasl(ApacheDSKerberosSecurityTestcase.java:56)


FAILED:  junit.framework.TestSuite.org.apache.zookeeper.server.quorum.auth.ApacheDSQuorumKerberosHostBasedAuthTest

Error Message:
class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @32057e6

Stack Trace:
java.lang.IllegalAccessException: class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @32057e6
	at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(java.base@9-internal/AccessibleObject.java:355)
	at java.lang.reflect.AccessibleObject.checkAccess(java.base@9-internal/AccessibleObject.java:347)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.initKDCServer(ApacheDSMiniKdc.java:479)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.start(ApacheDSMiniKdc.java:330)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.startMiniKdc(ApacheDSKerberosSecurityTestcase.java:70)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.setUpSasl(ApacheDSKerberosSecurityTestcase.java:56)

ZooKeeper_branch34_openjdk8 - Build # 599 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/599/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 598 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/598/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 597 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/597/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 596 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/596/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 595 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/595/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 594 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/594/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 593 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/593/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 592 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/592/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H38 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 591 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/591/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 590 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/590/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H22 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 589 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/589/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 588 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/588/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 587 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/587/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 236 B...]
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/zookeeper.git
 > git init /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8 # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/zookeeper.git
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision 4358ce40f18aa7c1026c49e97be7fd14816e4571 (refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4358ce40f18aa7c1026c49e97be7fd14816e4571
Commit message: "ZOOKEEPER-2891: Invalid processing of zookeeper_close for mutli-request"
 > git rev-list --no-walk 4358ce40f18aa7c1026c49e97be7fd14816e4571 # timeout=10
No emails were triggered.
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Cannot find executable from the chosen Ant installation "Ant 1.9.7"
Archiving artifacts
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper_branch34_openjdk8 - Build # 586 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/586/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 48.09 KB...]
    [junit] Running org.apache.zookeeper.test.SessionInvalidationTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.767 sec
    [junit] Running org.apache.zookeeper.test.SessionTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.161 sec
    [junit] Running org.apache.zookeeper.test.SessionTimeoutTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.887 sec
    [junit] Running org.apache.zookeeper.test.StandaloneTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.874 sec
    [junit] Running org.apache.zookeeper.test.StatTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.919 sec
    [junit] Running org.apache.zookeeper.test.StaticHostProviderTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.71 sec
    [junit] Running org.apache.zookeeper.test.SyncCallTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.694 sec
    [junit] Running org.apache.zookeeper.test.TruncateTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.523 sec
    [junit] Running org.apache.zookeeper.test.UpgradeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 sec
    [junit] Running org.apache.zookeeper.test.WatchedEventTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
    [junit] Running org.apache.zookeeper.test.WatcherFuncTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.368 sec
    [junit] Running org.apache.zookeeper.test.WatcherTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.63 sec
    [junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.652 sec
    [junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.703 sec
    [junit] Running org.apache.jute.BinaryInputArchiveTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8/build.xml:1425: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk8/build.xml:1428: Tests failed!

Total time: 66 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Recording test results
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME
No JDK named ?OpenJDK 8 (on Ubuntu only) ? found
ERROR: No tool found matching OPENJDK_8_ON_UBUNTU_ONLY__HOME



###################################################################################
############################## FAILED TESTS (if any) ##############################
36 tests failed.
FAILED:  org.apache.zookeeper.SaslAuthTest.testAuth

Error Message:
KeeperErrorCode = InvalidACL for /path1

Stack Trace:
org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode = InvalidACL for /path1
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:124)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:800)
	at org.apache.zookeeper.SaslAuthTest.testAuth(SaslAuthTest.java:117)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthConnection

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthConnection(QuorumCnxManagerTest.java:167)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testSaslQuorumAuthServerWithInvalidQuorumAuthPacket

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testSaslQuorumAuthServerWithInvalidQuorumAuthPacket(QuorumCnxManagerTest.java:656)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToNoAuthServerWithLowerSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToNoAuthServerWithLowerSid(QuorumCnxManagerTest.java:318)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithLowerSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithLowerSid(QuorumCnxManagerTest.java:268)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToNoAuthServerWithHigherSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToNoAuthServerWithHigherSid(QuorumCnxManagerTest.java:302)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToServerWithAuthNotRequired

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToServerWithAuthNotRequired(QuorumCnxManagerTest.java:533)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithHigherSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithHigherSid(QuorumCnxManagerTest.java:286)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testClientAuthAgainstNoAuthServerWithLowerSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testClientAuthAgainstNoAuthServerWithLowerSid(QuorumCnxManagerTest.java:185)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToServerWithAuthRequired

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToServerWithAuthRequired(QuorumCnxManagerTest.java:573)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithHigherSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithHigherSid(QuorumCnxManagerTest.java:249)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToServerWithAuthNotRequired

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToServerWithAuthNotRequired(QuorumCnxManagerTest.java:425)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testLearnerHandlerAuthFailed

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testLearnerHandlerAuthFailed(QuorumCnxManagerTest.java:340)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToServerWithAuthRequired

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToServerWithAuthRequired(QuorumCnxManagerTest.java:370)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testClientAuthAgainstNoAuthServerWithHigherSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testClientAuthAgainstNoAuthServerWithHigherSid(QuorumCnxManagerTest.java:202)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToNullAuthServer

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectsToNullAuthServer(QuorumCnxManagerTest.java:612)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToNullAuthServer

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:67)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createQuorumPeer(QuorumCnxManagerTest.java:819)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerConnectsToNullAuthServer(QuorumCnxManagerTest.java:486)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumServer' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthServer.<init>(SaslQuorumAuthServer.java:58)


FAILED:  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithLowerSid

Error Message:
Failed to initialize authentication mechanism using SASL

Stack Trace:
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithLowerSid(QuorumCnxManagerTest.java:218)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearner' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63)


FAILED:  junit.framework.TestSuite.org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdcTest

Error Message:
class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @724f138e

Stack Trace:
java.lang.IllegalAccessException: class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @724f138e
	at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(java.base@9-internal/AccessibleObject.java:355)
	at java.lang.reflect.AccessibleObject.checkAccess(java.base@9-internal/AccessibleObject.java:347)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.initKDCServer(ApacheDSMiniKdc.java:479)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.start(ApacheDSMiniKdc.java:330)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.startMiniKdc(ApacheDSKerberosSecurityTestcase.java:70)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.setUpSasl(ApacheDSKerberosSecurityTestcase.java:56)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerAgainstNullAuthServer

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerAgainstNullAuthServer(QuorumAuthUpgradeTest.java:106)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testRollingUpgrade

Error Message:
waiting for server0being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server0being up
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.restartServer(QuorumAuthUpgradeTest.java:232)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testRollingUpgrade(QuorumAuthUpgradeTest.java:194)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerAgainstNoAuthRequiredServer

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerAgainstNoAuthRequiredServer(QuorumAuthUpgradeTest.java:126)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerServer

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthUpgradeTest.testAuthLearnerServer(QuorumAuthUpgradeTest.java:148)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testObserverWithValidCredentials

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:105)
	at org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testObserverWithValidCredentials(QuorumDigestAuthTest.java:240)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testValidCredentials

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testValidCredentials(QuorumDigestAuthTest.java:90)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testRelectionWithValidCredentials

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testRelectionWithValidCredentials(QuorumDigestAuthTest.java:313)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testNonAuthEnabledObserverJoiningAuthEnabledQuorum

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(java.base@9-internal/Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:297)
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:76)
	at org.apache.zookeeper.server.quorum.auth.QuorumDigestAuthTest.testNonAuthEnabledObserverJoiningAuthEnabledQuorum(QuorumDigestAuthTest.java:264)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumKerberosAuthTest.testValidCredentials

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:75)
	at org.apache.zookeeper.server.quorum.auth.QuorumKerberosAuthTest.testValidCredentials(QuorumKerberosAuthTest.java:114)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest.testConnectBadServer

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:75)
	at org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest.testConnectBadServer(QuorumKerberosHostBasedAuthTest.java:158)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest.testValidCredentials

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.server.quorum.auth.QuorumAuthTestBase.startQuorum(QuorumAuthTestBase.java:75)
	at org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest.testValidCredentials(QuorumKerberosHostBasedAuthTest.java:137)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)


FAILED:  org.apache.zookeeper.test.SaslAuthDesignatedClientTest.testAuth

Error Message:
test failed :org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode = InvalidACL for /path1

Stack Trace:
junit.framework.AssertionFailedError: test failed :org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode = InvalidACL for /path1
	at org.apache.zookeeper.test.SaslAuthDesignatedClientTest.testAuth(SaslAuthDesignatedClientTest.java:75)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


FAILED:  org.apache.zookeeper.test.SaslAuthDesignatedClientTest.testSaslConfig

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.zookeeper.test.SaslAuthDesignatedClientTest.testSaslConfig(SaslAuthDesignatedClientTest.java:88)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


FAILED:  org.apache.zookeeper.test.SaslAuthDesignatedServerTest.testAuth

Error Message:
test failed :org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /path1

Stack Trace:
junit.framework.AssertionFailedError: test failed :org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /path1
	at org.apache.zookeeper.test.SaslAuthDesignatedServerTest.testAuth(SaslAuthDesignatedServerTest.java:98)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


FAILED:  org.apache.zookeeper.test.SaslAuthFailNotifyTest.testBadSaslAuthNotifiesWatch

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.


FAILED:  junit.framework.TestSuite.org.apache.zookeeper.server.quorum.auth.ApacheDSQuorumKerberosAuthTest

Error Message:
class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @26be6ca7

Stack Trace:
java.lang.IllegalAccessException: class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @26be6ca7
	at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(java.base@9-internal/AccessibleObject.java:355)
	at java.lang.reflect.AccessibleObject.checkAccess(java.base@9-internal/AccessibleObject.java:347)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.initKDCServer(ApacheDSMiniKdc.java:479)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.start(ApacheDSMiniKdc.java:330)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.startMiniKdc(ApacheDSKerberosSecurityTestcase.java:70)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.setUpSasl(ApacheDSKerberosSecurityTestcase.java:56)


FAILED:  junit.framework.TestSuite.org.apache.zookeeper.server.quorum.auth.ApacheDSQuorumKerberosHostBasedAuthTest

Error Message:
class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @70fab835

Stack Trace:
java.lang.IllegalAccessException: class org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc cannot access class sun.security.krb5.Config (in module java.security.jgss) because module java.security.jgss does not export sun.security.krb5 to unnamed module @70fab835
	at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(java.base@9-internal/AccessibleObject.java:355)
	at java.lang.reflect.AccessibleObject.checkAccess(java.base@9-internal/AccessibleObject.java:347)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.initKDCServer(ApacheDSMiniKdc.java:479)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSMiniKdc.start(ApacheDSMiniKdc.java:330)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.startMiniKdc(ApacheDSKerberosSecurityTestcase.java:70)
	at org.apache.zookeeper.server.quorum.auth.ApacheDSKerberosSecurityTestcase.setUpSasl(ApacheDSKerberosSecurityTestcase.java:56)