-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Lots of openjdk tests failed on test-aws-rhel8-x64-1, passed on other machines #2360
Comments
Running full extended.openjdk in Grinder on x64 and s390x RHEL8 systems for comparison |
AWS RHEL7 stopped after 10h (Re-running with TIME_LIMIT=100) |
Full extended.openjdk AWS RHEL7 run completed in 10h20m so just over the 10h limit and not too much slower than the other two machines. It ran 'green' unlike the two RHEL8 systems |
For the two RHEL8 jobs, both failed as per #2900 and sun/security/tools/keytool/NssTest.java.NssTest and sun/security/tools/keytool/NssTest.java.NssTest In addition the Marist machine failed the following:
Compression tests from |
On the above tests it looks like only the three suites |
Rerunning https://ci.adoptium.net/job/Grinder/8748/console Only 2 tests fail
Rerunning both tests for 10 iterations
Rerunning with more heap space
|
Taking a bit of a closer look to what the test is actually doing, https://github.com/adoptium/jdk17u/blob/master/test/hotspot/jtreg/compiler/loopopts/superword/TestMovingLoadBeforeStore.java,
One array is created, then cloned twice using Failed test outputs look like this
The elements in each array are off by 1
The above functions are applied to the cloned arrays before the
|
Looks like it passed on docker nodes hosted on dockerhost-skytap-ubuntu2204-x64-1, @sxa Any special setup on this machine? |
Removing these two functions allows the test to pass. This means the clone() function is running fine. The error lies with these functions |
No - it's a pretty basic setup at the moment as it's the new machine created as part of #3352 - certainly nothing that I would expect to change anything that that sort of level. Interesting problem though and since it's not specific to one machine I think we should spin off another issue for it - also it's worth seeing if can you replicate this from a standalone test java program. |
The
The test passes. But if I replace the ref1 execution with a test1,
The test fails: (the numbers surrounding the
|
Continuing this test failure issue in #3377 since this test failure affects more than just test-aws-rhel8-x64-1 |
Since we are out of a release period I am adding test-aws-rhel8-x64-1 back into the test pool |
Quite a few tests on test-aws-rhel8-x64-1.
Test_openjdk17_hs_extended.openjdk_x86-64_linux_testList_0 ❌ FAILURE ❌
jvm_compiler_1 => deep history 0/1 passed | possible issues
jdk_jmx_0 => deep history 0/1 passed | possible issues
jdk_net_0 => deep history 1/2 passed | possible issues
jdk_tools_0 => deep history 1/2 passed | possible issues
Post Test => deep history 2/3 passed | possible issues
jdk_jfr_1 => deep history 0/1 passed | possible issues
To make it easy for the infrastructure team to repeat and diagnose, please
answer the following questions:
Rerun jdk_jfr on same machine got the same failure.
https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/359/
Rerun tests on different machines and passed.
https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/361/
Rerun other tests on other machine and passed:
https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/360/
https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/358/
two others wait for the results:
https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/362/
https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/355/
The text was updated successfully, but these errors were encountered: