Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Error at Build: Framework jar verification can not be initialized [in thread "Test worker"] #1285

Open
omerbguclu opened this issue Jan 7, 2025 · 3 comments
Assignees
Labels
needs more info More information requested

Comments

@omerbguclu
Copy link

java.lang.ExceptionInInitializerError: Exception java.lang.SecurityException: Framework jar verification can not be initialized [in thread "Test worker"]

System:
OS Name Microsoft Windows 11 Pro
Version 10.0.22631 Build 22631
System Type x64-based PC

JDK Version:
jdk-11

Build Points:
Conscrypt: c7aed19
BoringSsl: https://boringssl-review.googlesource.com/c/boringssl/+/74387

Test Results:
Image
Image

alpnWithProtocolListShouldFail[ENGINE wrapping CHANNEL connecting to CHANNEL]
Example Error Outputs:
java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.JarVerifier
at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:128)
at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:191)
at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
at java.base/javax.crypto.JceSecurity.canUseProvider(JceSecurity.java:231)
at java.base/javax.crypto.Cipher.getInstance(Cipher.java:538)
at java.base/sun.security.pkcs12.PKCS12KeyStore.encryptPrivateKey(PKCS12KeyStore.java:882)
at java.base/sun.security.pkcs12.PKCS12KeyStore.setKeyEntry(PKCS12KeyStore.java:600)
at java.base/sun.security.pkcs12.PKCS12KeyStore.engineSetKeyEntry(PKCS12KeyStore.java:560)
at java.base/sun.security.util.KeyStoreDelegator.engineSetKeyEntry(KeyStoreDelegator.java:111)
at java.base/java.security.KeyStore.setKeyEntry(KeyStore.java:1174)
at org.conscrypt.ConscryptSocketTest$TestConnection.setCertificates(ConscryptSocketTest.java:396)
at org.conscrypt.ConscryptSocketTest$TestConnection.(ConscryptSocketTest.java:390)
at org.conscrypt.ConscryptSocketTest.alpnWithProtocolListShouldFail(ConscryptSocketTest.java:494)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at com.sun.proxy.$Proxy5.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.SecurityException: Framework jar verification can not be initialized [in thread "Test worker"]
at java.base/javax.crypto.JarVerifier.(JarVerifier.java:202)
at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:128)
at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:191)
at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
at java.base/javax.crypto.JceSecurity.canUseProvider(JceSecurity.java:231)
at java.base/javax.crypto.Cipher.getInstance(Cipher.java:538)
at java.base/sun.security.pkcs12.PKCS12KeyStore.encryptPrivateKey(PKCS12KeyStore.java:882)
at java.base/sun.security.pkcs12.PKCS12KeyStore.setKeyEntry(PKCS12KeyStore.java:600)
at java.base/sun.security.pkcs12.PKCS12KeyStore.engineSetKeyEntry(PKCS12KeyStore.java:560)
at java.base/sun.security.util.KeyStoreDelegator.engineSetKeyEntry(KeyStoreDelegator.java:111)
at java.base/java.security.KeyStore.setKeyEntry(KeyStore.java:1174)
at org.conscrypt.ConscryptSocketTest$TestConnection.setCertificates(ConscryptSocketTest.java:396)
at org.conscrypt.ConscryptSocketTest$TestConnection.(ConscryptSocketTest.java:390)
at org.conscrypt.ConscryptSocketTest.test_handshakeWithSCTFromOCSPResponse(ConscryptSocketTest.java:562)
... 63 more

alpnWithProtocolListShouldFail[ENGINE wrapping CHANNEL connecting to PLAIN]
java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.JarVerifier
at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:128)
at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:191)
at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
at java.base/javax.crypto.JceSecurity.canUseProvider(JceSecurity.java:231)
at java.base/javax.crypto.Cipher.getInstance(Cipher.java:538)
at java.base/sun.security.pkcs12.PKCS12KeyStore.encryptPrivateKey(PKCS12KeyStore.java:882)
at java.base/sun.security.pkcs12.PKCS12KeyStore.setKeyEntry(PKCS12KeyStore.java:600)
at java.base/sun.security.pkcs12.PKCS12KeyStore.engineSetKeyEntry(PKCS12KeyStore.java:560)
at java.base/sun.security.util.KeyStoreDelegator.engineSetKeyEntry(KeyStoreDelegator.java:111)
at java.base/java.security.KeyStore.setKeyEntry(KeyStore.java:1174)
at org.conscrypt.ConscryptSocketTest$TestConnection.setCertificates(ConscryptSocketTest.java:396)
at org.conscrypt.ConscryptSocketTest$TestConnection.(ConscryptSocketTest.java:390)
at org.conscrypt.ConscryptSocketTest.alpnWithProtocolListShouldFail(ConscryptSocketTest.java:494)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at com.sun.proxy.$Proxy5.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.SecurityException: Framework jar verification can not be initialized [in thread "Test worker"]
at java.base/javax.crypto.JarVerifier.(JarVerifier.java:202)
at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:128)
at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:191)
at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
at java.base/javax.crypto.JceSecurity.canUseProvider(JceSecurity.java:231)
at java.base/javax.crypto.Cipher.getInstance(Cipher.java:538)
at java.base/sun.security.pkcs12.PKCS12KeyStore.encryptPrivateKey(PKCS12KeyStore.java:882)
at java.base/sun.security.pkcs12.PKCS12KeyStore.setKeyEntry(PKCS12KeyStore.java:600)
at java.base/sun.security.pkcs12.PKCS12KeyStore.engineSetKeyEntry(PKCS12KeyStore.java:560)
at java.base/sun.security.util.KeyStoreDelegator.engineSetKeyEntry(KeyStoreDelegator.java:111)
at java.base/java.security.KeyStore.setKeyEntry(KeyStore.java:1174)
at org.conscrypt.ConscryptSocketTest$TestConnection.setCertificates(ConscryptSocketTest.java:396)
at org.conscrypt.ConscryptSocketTest$TestConnection.(ConscryptSocketTest.java:390)
at org.conscrypt.ConscryptSocketTest.test_handshakeWithSCTFromOCSPResponse(ConscryptSocketTest.java:562)
... 63 more

@prbprbprb
Copy link
Collaborator

That's very unexpected. Annoyingly, I forgot to merge #1283 so CI has been broken over the whole holiday period, but prior to that I'm pretty sure we weren't seeing this.

  1. Let's see what CI says now C++ standards should apply to all platforms..... #1283 is merged and
  2. Exactly what JDK 11 build were you using when you saw this?

@prbprbprb prbprbprb added the needs more info More information requested label Jan 7, 2025
@prbprbprb
Copy link
Collaborator

Those tests currently pass on Windows 11 with both Temurin and Azul JDK 11 builds, so I think there must be something weird going on with your setup that's affecting jar verification Any chance you can get a full stack trace so we can see the lowest level exception?

@omerbguclu
Copy link
Author

java -version
java version "1.8.0_431"
Java(TM) SE Runtime Environment (build 1.8.0_431-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.431-b10, mixed mode)

./gradlew build --info --debug --stacktrace > test.log 2>&1

2025-01-07T13:52:06.371+0300 [DEBUG] [TestEventLogger] org.conscrypt.ConscryptOpenJdkSuite > org.conscrypt.java.security.KeyPairGeneratorTestXDH.testKeyPairGenerator FAILED
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.JarVerifier
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:128)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:191)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.JceSecurity.canUseProvider(JceSecurity.java:231)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:187)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.conscrypt.java.security.KeyAgreementHelper.test(KeyAgreementHelper.java:39)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.conscrypt.java.security.KeyAgreementHelper.test(KeyAgreementHelper.java:35)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.conscrypt.java.security.KeyAgreementHelper.test(KeyAgreementHelper.java:26)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.conscrypt.java.security.AbstractKeyPairGeneratorTest.testKeyPairGenerator(AbstractKeyPairGeneratorTest.java:57)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.Suite.runChild(Suite.java:128)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.Suite.runChild(Suite.java:27)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
2025-01-07T13:52:06.372+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at com.sun.proxy.$Proxy5.processTestClass(Unknown Source)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger]
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] Caused by:
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] java.lang.ExceptionInInitializerError: Exception java.lang.SecurityException: Framework jar verification can not be initialized [in thread "Test worker"]
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.JarVerifier.(JarVerifier.java:202)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:128)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:191)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
2025-01-07T13:52:06.373+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.JceSecurity.canUseProvider(JceSecurity.java:231)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/javax.crypto.Cipher.getInstance(Cipher.java:538)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/sun.security.pkcs12.PKCS12KeyStore.encryptPrivateKey(PKCS12KeyStore.java:882)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/sun.security.pkcs12.PKCS12KeyStore.setKeyEntry(PKCS12KeyStore.java:600)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/sun.security.pkcs12.PKCS12KeyStore.engineSetKeyEntry(PKCS12KeyStore.java:560)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/sun.security.util.KeyStoreDelegator.engineSetKeyEntry(KeyStoreDelegator.java:111)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/java.security.KeyStore.setKeyEntry(KeyStore.java:1174)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.conscrypt.ConscryptSocketTest$TestConnection.setCertificates(ConscryptSocketTest.java:396)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.conscrypt.ConscryptSocketTest$TestConnection.(ConscryptSocketTest.java:390)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.conscrypt.ConscryptSocketTest.test_handshakeWithSCTFromOCSPResponse(ConscryptSocketTest.java:562)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.Suite.runChild(Suite.java:128)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] at org.junit.runners.Suite.runChild(Suite.java:27)
2025-01-07T13:52:06.374+0300 [DEBUG] [TestEventLogger] ... 40 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info More information requested
Projects
None yet
Development

No branches or pull requests

2 participants