-
Bug
-
Resolution: Fixed
-
P2
-
19
-
b26
-
x86_64
-
linux
-
Verified
The following test failed in the JDK19 CI:
jni/nullCaller/NullCallerTest.java
Here's a snippet from the log file:
----------System.err:(21/1850)----------
/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest)
/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest)
stdout: [];
stderr: [/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest)
/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest)
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
at NullCallerTest.main(NullCallerTest.java:111)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1596)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
----------System.out:(7/709)----------
Launching: /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest shared library path: /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.jdk/jdk-19/lib:/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.jdk/jdk-19/lib/server
[2022-06-02T17:33:25.798960865Z] Gathering output for process 8347
[2022-06-02T17:33:25.818247643Z] Waiting for completion for process 8347
[2022-06-02T17:33:25.818363732Z] Waiting for completion finished for process 8347
[2022-06-02T17:33:25.818445518Z] Waiting for completion for process 8347
[2022-06-02T17:33:25.818542231Z] Waiting for completion finished for process 8347
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
The failure first shows up in Tier1 with the following changeset:
2022-06-02 16:45
tprinzing: e51ca1 - OpenJDK
8287171 Refactor null caller tests to a single directory
These failures are happening in Tier1 so I'm starting this bug off as a P1.
jni/nullCaller/NullCallerTest.java
Here's a snippet from the log file:
----------System.err:(21/1850)----------
/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest)
/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest)
stdout: [];
stderr: [/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest)
/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest)
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
at NullCallerTest.main(NullCallerTest.java:111)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1596)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
----------System.out:(7/709)----------
Launching: /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.test/jdk/jtreg/native/NullCallerTest shared library path: /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.jdk/jdk-19/lib:/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+26-1921/linux-x64-open.jdk/jdk-19/lib/server
[2022-06-02T17:33:25.798960865Z] Gathering output for process 8347
[2022-06-02T17:33:25.818247643Z] Waiting for completion for process 8347
[2022-06-02T17:33:25.818363732Z] Waiting for completion finished for process 8347
[2022-06-02T17:33:25.818445518Z] Waiting for completion for process 8347
[2022-06-02T17:33:25.818542231Z] Waiting for completion finished for process 8347
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
The failure first shows up in Tier1 with the following changeset:
2022-06-02 16:45
tprinzing: e51ca1 - OpenJDK
8287171 Refactor null caller tests to a single directory
These failures are happening in Tier1 so I'm starting this bug off as a P1.
- relates to
-
JDK-8287746 ProblemList jni/nullCaller/NullCallerTest.java
-
- Resolved
-
-
JDK-8287171 Refactor null caller tests to a single directory
-
- Resolved
-
There are no Sub-Tasks for this issue.