LongyuZhang
LongyuZhang
More test failure for jdk_security3 on hotspot: xlinux failed tests: Grinder Link: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/4651/testReport/ TEST: `sun/security/pkcs11/fips/SunJSSEFIPSInit.java` ``` 11:34:56 java.lang.RuntimeException: 'SunJSSE.isFIPS(): true' missing from stdout 11:34:56 11:34:56 at jdk.test.lib.process.OutputAnalyzer.stdoutShouldContain(OutputAnalyzer.java:178) 11:34:56 at SunJSSEFIPSInit.main(SunJSSEFIPSInit.java:70)...
Windows failed tests: Grinder Link: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/4656/testReport/ TEST: `sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java` ``` 12:30:54 java.lang.RuntimeException: One or more sessions were improperly invalidated. 12:30:54 at NoInvalidateSocketException.main(NoInvalidateSocketException.java:88) 12:30:54 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:30:54 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 12:30:54 at...
Aix failed tests: Grinder Link: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/4653/testReport/ TEST: `jdk/security/jarsigner/JarWithOneNonDisabledDigestAlg.java` ``` 11:54:34 java.lang.Exception: JarEntry testfile1 is not signed 11:54:34 at JarWithOneNonDisabledDigestAlg.checkThatJarIsSigned(JarWithOneNonDisabledDigestAlg.java:137) 11:54:34 at JarWithOneNonDisabledDigestAlg.main(JarWithOneNonDisabledDigestAlg.java:79) 11:54:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 11:54:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 11:54:34...
For JDK 8: TEST: `sun/security/pkcs11/Secmod/TestNssDbSqlite.java` (almost all platforms) ``` 12:37:37 java.lang.NullPointerException 12:37:37 at TestNssDbSqlite.testRetrieveKeysFromKeystore(TestNssDbSqlite.java:78) 12:37:37 at TestNssDbSqlite.main(TestNssDbSqlite.java:69) 12:37:37 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:37:37 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 12:37:37 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:37:37 at java.lang.reflect.Method.invoke(Method.java:498)...
JDK 17&18 more failures: Linux Platform: TEST: `javax/net/ssl/ServerName/SSLEngineExplorerWithSrv.java` Also fail for openj9 ``` TEST RESULT: Error. Program `/home/jenkins/workspace/Grinder/openjdkbinary/j2sdk-image/bin/java' timed out (timeout set to 960000ms, elapsed time including timeout handling was...
TEST: `jdk/net/ExtendedSocketOption/DontFragmentTest.java` is also failing with IPv6 for JDK19 on xlinux ``` 00:47:07 STDERR: 00:47:07 java.lang.UnsupportedOperationException: IPv6 not available 00:47:07 at java.base/sun.nio.ch.DatagramChannelImpl.(DatagramChannelImpl.java:183) 00:47:07 at java.base/sun.nio.ch.SelectorProviderImpl.openDatagramChannel(SelectorProviderImpl.java:59) 00:47:07 at java.base/java.nio.channels.DatagramChannel.open(DatagramChannel.java:197) 00:47:07 at...
java/net/MulticastSocket/SetOutgoingIf.java also failed with jdk 11, 15, and 16. ``` 04:20:26 STDERR: 04:20:26 Unexpected exception for MulticastSender(en1): java.net.BindException: The socket name is not available on this system. 04:20:26 java.net.BindException: The...
Tested java/net/MulticastSocket/Test.java on all [Adopt aix machines](java/net/MulticastSocket/Test.java), including test-osuosl-aix72-ppc64-1, test-ibm-aix71-ppc64-1, test-ibm-aix71-ppc64-2, and build-osuosl-aix71-ppc64-2. All grinders (https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/7149 - 7152) failed with the same `joinGroup failed` error. So this failure is not...
Just to confirm `vm.gc.G1` should be `false` for openj9? In this case, the test `HumongousStack` will not run, since it requires `vm.gc.G1` to be `true` to run. Also, `vm.continuations` is...
Following are the test results: - set either `vm.continuations` or `vm.gc.G1` to `false`, this test will not run ([grinder1](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/24684/), [grinder2](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/24686/)) - set both values to `true`, the test has `ExceptionInInitializerError`...