Open JasonFengJ9 opened 3 years ago
Does this normally pass, or is it a new test? If it's not new, can the failure be repeated?
Does this normally pass, or is it a new test? If it's not new, can the failure be repeated?
This is a weekly run, not new, it did pass, also failed with other errors such as timeout.
JDK8/16/17
same tests appear intermittent timeout error, JDK11
as per this issue recently hit NoSuchElementException
(last pass was April 23, first failure was May 7th)
Created this issue to track the exception, and need triage to determine if it is network related.
May also be machine related, getting different behavior on different machines.
Another occurrence at Test_openjdk11_j9_extended.openjdk_ppc64_aix/17/
(paix818
)
[2021-06-19T02:56:10.266Z] Running test jdk_net_0 ...
[2021-06-19T02:56:10.266Z] ===============================================
[2021-06-19T02:56:10.266Z] jdk_net_0 Start Time: Fri Jun 18 22:56:08 2021 Epoch Time (ms): 1624071368774
[2021-06-19T02:56:10.267Z] "/home/jenkins/workspace/Test_openjdk11_j9_extended.openjdk_ppc64_aix/openjdkbinary/j2sdk-image/bin/java" -Xshareclasses:destroyAll; "/home/jenkins/workspace/Test_openjdk11_j9_extended.openjdk_ppc64_aix/openjdkbinary/j2sdk-image/bin/java" -Xshareclasses:groupAccess,destroyAll; echo "cache cleanup done";
[2021-06-19T02:56:10.267Z] JVMSHRC005I No shared class caches available
[2021-06-19T02:56:10.267Z] JVMSHRC005I No shared class caches available
[2021-06-19T02:56:10.267Z] cache cleanup done
[2021-06-19T02:56:10.267Z] variation: Mode150
[2021-06-19T02:56:10.267Z] JVM_OPTIONS: -XX:+UseCompressedOops
[2021-06-19T04:33:57.270Z] test SocketPermissionTest.joinGroupMulticastTest(): failure
[2021-06-19T04:33:57.270Z] java.util.NoSuchElementException: No value present
[2021-06-19T04:33:57.270Z] at java.base/java.util.Optional.get(Optional.java:148)
[2021-06-19T04:33:57.270Z] at SocketPermissionTest.joinGroupMulticastTest(SocketPermissionTest.java:224)
[2021-06-19T04:33:57.270Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2021-06-19T04:33:57.270Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2021-06-19T04:33:57.270Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2021-06-19T04:33:57.270Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2021-06-19T04:33:57.270Z] at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
[2021-06-19T04:33:57.270Z] at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
[2021-06-19T04:33:57.270Z] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:821)
[2021-06-19T04:33:57.270Z] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1131)
[2021-06-19T04:33:57.270Z] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
[2021-06-19T04:33:57.270Z] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
[2021-06-19T04:33:57.270Z] at org.testng.TestRunner.privateRun(TestRunner.java:773)
[2021-06-19T04:33:57.270Z] at org.testng.TestRunner.run(TestRunner.java:623)
[2021-06-19T04:33:57.270Z] at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
[2021-06-19T04:33:57.270Z] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
[2021-06-19T04:33:57.270Z] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
[2021-06-19T04:33:57.270Z] at org.testng.SuiteRunner.run(SuiteRunner.java:259)
[2021-06-19T04:33:57.270Z] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
[2021-06-19T04:33:57.270Z] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
[2021-06-19T04:33:57.270Z] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1185)
[2021-06-19T04:33:57.270Z] at org.testng.TestNG.runSuitesLocally(TestNG.java:1110)
[2021-06-19T04:33:57.270Z] at org.testng.TestNG.run(TestNG.java:1018)
[2021-06-19T04:33:57.270Z] at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94)
[2021-06-19T04:33:57.270Z] at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
[2021-06-19T04:33:57.270Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2021-06-19T04:33:57.270Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2021-06-19T04:33:57.270Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2021-06-19T04:33:57.270Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2021-06-19T04:33:57.270Z] at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2021-06-19T04:33:57.270Z] at java.base/java.lang.Thread.run(Thread.java:866)
Just note this is seen in JDK11 0.27 release build Test_openjdk11_j9_extended.openjdk_ppc64_aix/22/
(paix817
).
Failure link
From an internal build
Test_openjdk11_j9_extended.openjdk_ppc64_aix/13/
(pll011
):Rerun in Grinder
Optional info
Failure output (captured from console output)
Might be related failures:
Test_openjdk11_j9_extended.openjdk_ppc64_aix/13/
(pll011
):Rerun in Grinder