dejan2609 edited a comment on pull request #10606: URL: https://github.com/apache/kafka/pull/10606#issuecomment-840081435
Note: I am trying to exact JDK version for Github generated Jenkins build: https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-10606/3/pipeline/16 becouse it seems that I have more recent Java 8 version installed. Test that fail here on Jenkins: https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-10606/1/tests Around 50 test fail _**only**_ on my local box: Gradle command: `./gradlew -PscalaVersion=2.12 test` Environment: ``` dejan@dejan-HP-ProBook-450-G7:~$ java -version openjdk version "1.8.0_292" OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1~20.04-b10) OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode) dejan@dejan-HP-ProBook-450-G7:~$ date сре, 12. мај 2021. 22:20:54 CEST dejan@dejan-HP-ProBook-450-G7:~$ ``` All failed test stacktrace starts like this: ``` org.apache.kafka.common.errors.InvalidConfigurationException: Invalid PEM keystore configs Caused by: java.security.KeyStoreException: Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: unrecognized algorithm name: PBEWithSHA1AndDESede at sun.security.pkcs12.PKCS12KeyStore.setKeyEntry(PKCS12KeyStore.java:677) at sun.security.pkcs12.PKCS12KeyStore.engineSetKeyEntry(PKCS12KeyStore.java:577) at java.security.KeyStore.setKeyEntry(KeyStore.java:1140) ``` It seems that these other people have similar issues: - https://github.com/jenkinsci/docker/issues/1112 - https://github.com/bcgit/bc-java/issues/941#issuecomment-836055626 Also, Oracle opened few JIRA related tickets: - https://bugs.openjdk.java.net/browse/JDK-8266261 After 8u282 -> 8u292 update: "unrecognized algorithm name: PBEWithSHA1AndDESede" - https://bugs.openjdk.java.net/browse/JDK-8266279 8u292 NoSuchAlgorithmException unrecognized algorithm name: PBEWithSHA1AndDESede -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org