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_lang_1_FAILED java/lang/ProcessBuilder/Basic.java#id0 AssertionError: Some tests failed #19457

Open
JasonFengJ9 opened this issue May 6, 2024 · 0 comments

Comments

@JasonFengJ9
Copy link
Member

JasonFengJ9 commented May 6, 2024

Failure link

From an internal build(sles12s390x-svl-rt4-1):

java version "11.0.23" 2024-04-16
IBM Semeru Runtime Certified Edition 11.0.23.0-rc1 (build 11.0.23+9)
Eclipse OpenJ9 VM 11.0.23.0-rc1 (build v0.44.0-release-85b3f7c27b, JRE 11 Linux s390x-64-Bit Compressed References 20240505_814 (JIT enabled, AOT enabled)
OpenJ9   - 85b3f7c27b
OMR      - 254af5a04
JCL      - 41eb0e0ab2 based on jdk-11.0.23+9)

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

Optional info

Failure output (captured from console output)

[2024-05-06T04:00:35.134Z] variation: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage Mode650
[2024-05-06T04:00:35.134Z] JVM_OPTIONS:  -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage -XX:-UseCompressedOops -Xverbosegclog 

[2024-05-06T04:08:12.627Z] TEST: java/lang/ProcessBuilder/Basic.java#id0

[2024-05-06T04:08:12.629Z] STDOUT:
[2024-05-06T04:08:12.629Z] This appears to be a Unix system.
[2024-05-06T04:08:12.629Z] Testing ASCII environment values
[2024-05-06T04:08:12.629Z] Testing Latin1 environment values
[2024-05-06T04:08:12.629Z] Testing Unicode environment values
[2024-05-06T04:08:12.629Z] Testing directory .
[2024-05-06T04:08:12.629Z] Testing directory ..
[2024-05-06T04:08:12.629Z] Testing directory /
[2024-05-06T04:08:12.629Z] Testing directory /bin
[2024-05-06T04:08:12.629Z] cmdp
[2024-05-06T04:08:12.629Z] cmdp 0: /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/jdkbinary/j2sdk-image/bin/java
[2024-05-06T04:08:12.629Z] cmdp 1: -XX:+DisplayVMOutputToStderr
[2024-05-06T04:08:12.629Z] cmdp 2: -classpath
[2024-05-06T04:08:12.629Z] cmdp 3: /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/aqa-tests/TKG/output_1714968034811/jdk_lang_1/work/classes/0/java/lang/ProcessBuilder/Basic_id0.d:/home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/aqa-tests/openjdk/openjdk-jdk/test/jdk/java/lang/ProcessBuilder:/home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/aqa-tests/TKG/output_1714968034811/jdk_lang_1/work/classes/0/test/lib:/home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/aqa-tests/openjdk/openjdk-jdk/test/lib:/home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/jvmtest/openjdk/jtreg/lib/javatest.jar:/home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/jvmtest/openjdk/jtreg/lib/jtreg.jar
[2024-05-06T04:08:12.629Z] cmdp 4: Basic$JavaChild
[2024-05-06T04:08:12.629Z] cmdp 5: System.getenv()
[2024-05-06T04:08:12.629Z] envp
[2024-05-06T04:08:12.629Z] envp 0: LC_ALL=C
[2024-05-06T04:08:12.629Z] envp 1: FO=BR
[2024-05-06T04:08:12.629Z]  waitFor process: delta: 138080
[2024-05-06T04:08:12.629Z] 
[2024-05-06T04:08:12.629Z] Passed = 9060, failed = 1
[2024-05-06T04:08:12.629Z] 
[2024-05-06T04:08:12.629Z] STDERR:
[2024-05-06T04:08:12.629Z] java.io.IOException: Stream Closed
[2024-05-06T04:08:12.629Z] 	at java.base/java.io.FileInputStream.readBytes(Native Method)
[2024-05-06T04:08:12.629Z] 	at java.base/java.io.FileInputStream.read(FileInputStream.java:279)
[2024-05-06T04:08:12.629Z] 	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
[2024-05-06T04:08:12.629Z] 	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
[2024-05-06T04:08:12.629Z] 	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
[2024-05-06T04:08:12.629Z] 	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:107)
[2024-05-06T04:08:12.629Z] 	at Basic$12.run(Basic.java:2203)
[2024-05-06T04:08:12.629Z] java.lang.AssertionError: Some tests failed
[2024-05-06T04:08:12.629Z] 	at Basic.main(Basic.java:2852)
[2024-05-06T04:08:12.629Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2024-05-06T04:08:12.629Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2024-05-06T04:08:12.629Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2024-05-06T04:08:12.629Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:572)
[2024-05-06T04:08:12.629Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2024-05-06T04:08:12.629Z] 	at java.base/java.lang.Thread.run(Thread.java:839)
[2024-05-06T04:08:12.629Z] 
[2024-05-06T04:08:12.629Z] JavaTest Message: Test threw exception: java.lang.AssertionError: Some tests failed

[2024-05-06T04:13:57.783Z] Test results: passed: 735; failed: 1
[2024-05-06T04:13:57.783Z] Report written to /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/aqa-tests/TKG/output_1714968034811/jdk_lang_1/report/html/report.html
[2024-05-06T04:13:57.783Z] Results written to /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/aqa-tests/TKG/output_1714968034811/jdk_lang_1/work
[2024-05-06T04:13:57.783Z] Error: Some tests failed or other problems occurred.
[2024-05-06T04:13:57.783Z] -----------------------------------
[2024-05-06T04:13:57.783Z] jdk_lang_1_FAILED

50x internal grinder - 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