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

jdk_nio_1_FAILED java/nio/channels/Selector/Wakeup.java Exception: Sleeper appears to be dead (9) #17851

Open
JasonFengJ9 opened this issue Jul 24, 2023 · 0 comments

Comments

@JasonFengJ9
Copy link
Member

JasonFengJ9 commented Jul 24, 2023

Failure link

From an internal build(rhel84s390x-fips2):

openjdk version "1.8.0_382"
IBM Semeru Runtime Open Edition (build 1.8.0_382-b05)
Eclipse OpenJ9 VM (build v0.40.0-release-67512b5f4, JRE 1.8.0 Linux s390x-64-Bit Compressed References 20230721_690 (JIT enabled, AOT enabled)
OpenJ9   - 67512b5f4
OMR      - e80bff83b
JCL      - c4d2c2bafb based on jdk8u382-b05)

Rerun in Grinder - Change TARGET to run only the failed test targets.

Optional info

Failure output (captured from console output)

[2023-07-21T17:45:56.452Z] variation: Mode650
[2023-07-21T17:45:56.452Z] JVM_OPTIONS:  -XX:-UseCompressedOops 

[2023-07-21T17:49:14.746Z] TEST: java/nio/channels/Selector/Wakeup.java

[2023-07-21T17:49:14.747Z] STDERR:
[2023-07-21T17:49:14.747Z] Wakeup 1
[2023-07-21T17:49:14.747Z] Check 1
[2023-07-21T17:49:14.747Z] Wakeup 2
[2023-07-21T17:49:14.747Z] Check 2
[2023-07-21T17:49:14.747Z] Wakeup 3
[2023-07-21T17:49:14.747Z] Check 3
[2023-07-21T17:49:14.747Z] Wakeup 4
[2023-07-21T17:49:14.747Z] Check 4
[2023-07-21T17:49:14.747Z] Wakeup 5
[2023-07-21T17:49:14.747Z] Check 5
[2023-07-21T17:49:14.747Z] Wakeup 6
[2023-07-21T17:49:14.747Z] Check 6
[2023-07-21T17:49:14.747Z] Wakeup 7 (intr)
[2023-07-21T17:49:14.747Z] Check 7 (intr 0)
[2023-07-21T17:49:14.747Z] Check 8
[2023-07-21T17:49:14.747Z] Wakeup 8
[2023-07-21T17:49:14.747Z] java.lang.Exception: Sleeper: Timed out
[2023-07-21T17:49:14.747Z] 	at TestThread.finish(TestThread.java:67)
[2023-07-21T17:49:14.747Z] 	at Wakeup.check(Wakeup.java:107)
[2023-07-21T17:49:14.747Z] 	at Wakeup.main(Wakeup.java:181)
[2023-07-21T17:49:14.747Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-07-21T17:49:14.747Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-07-21T17:49:14.747Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-07-21T17:49:14.747Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
[2023-07-21T17:49:14.747Z] 	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
[2023-07-21T17:49:14.747Z] 	at java.lang.Thread.run(Thread.java:826)
[2023-07-21T17:49:14.747Z] java.lang.Exception: Sleeper appears to be dead (9)
[2023-07-21T17:49:14.747Z] 	at Wakeup.check(Wakeup.java:108)
[2023-07-21T17:49:14.747Z] 	at Wakeup.main(Wakeup.java:181)
[2023-07-21T17:49:14.747Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-07-21T17:49:14.747Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-07-21T17:49:14.747Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-07-21T17:49:14.747Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
[2023-07-21T17:49:14.747Z] 	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
[2023-07-21T17:49:14.747Z] 	at java.lang.Thread.run(Thread.java:826)
[2023-07-21T17:49:14.747Z] 
[2023-07-21T17:49:14.747Z] JavaTest Message: Test threw exception: java.lang.Exception
[2023-07-21T17:49:14.747Z] JavaTest Message: shutting down test
[2023-07-21T17:49:14.747Z] 
[2023-07-21T17:49:14.747Z] 
[2023-07-21T17:49:14.747Z] TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.Exception: Sleeper appears to be dead (9)
[2023-07-21T17:49:14.747Z] --------------------------------------------------
[2023-07-21T17:53:56.310Z] Test results: passed: 330; failed: 1
[2023-07-21T17:53:56.310Z] Report written to /home/jenkins/workspace/Test_openjdk8_j9_extended.openjdk_s390x_linux/aqa-tests/TKG/output_16899588642174/jdk_nio_1/report/html/report.html
[2023-07-21T17:53:56.310Z] Results written to /home/jenkins/workspace/Test_openjdk8_j9_extended.openjdk_s390x_linux/aqa-tests/TKG/output_16899588642174/jdk_nio_1/work
[2023-07-21T17:53:56.310Z] Error: Some tests failed or other problems occurred.
[2023-07-21T17:53:56.310Z] -----------------------------------
[2023-07-21T17:53:56.310Z] jdk_nio_1_FAILED

50x internal grinder - all passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant