-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
System tests not running correctly on test-macstadium-macos1015-x64-1 #2096
Comments
The first problem in this failing build seems to be the following compilation error:
I can reproduce the issue in a Grinder run on the same machine too. The same test material obviously compiles fine in the passing build. Is this a machine issue in @sxa - could you please check if there is any difference between the GCC installed on |
Not sure on the machine setup of that one as I wasn't involved in it, but for reference we have an infrastructure issue at adoptium/infrastructure#1673 for this too |
So there are 2 infra issues (adoptium/infrastructure#1777 and adoptium/infrastructure#1673) and 2 test issues (this one and #2133) tracking the same problem, I will close the test issues as it is specifically an infra issue on a single machine. |
sanity.system or extensed.system tests fail whenever test-macstadium-macos1015-x64-1 is selected as the test machine.
Invocation of the mail stf.pl script fails with message like:
More output around this point of failure:
The tests run fine on other mac tet machines - e.g.
Pass: test-macstadium-macos1013-x64-1
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_extended.system_x86-64_mac/417/
Pass: test-macstadium-macos1014-x64-3
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_extended.system_x86-64_mac/418/
Fail: test-macstadium-macos1015-x64-1
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_extended.system_x86-64_mac/415/
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_extended.system_x86-64_mac/416/
The error message implies that the stf.pl script does not exist. The test material build stage appears to run OK, but I do not see the common_dist target (which looks like it copies the build output to the
/jvmtest
directory being run where the tests fail.This is the common_dist target output from a passing test:
@Mesbah-Alam - any ideas why common_dist might not be being executed? Does that look like the underlying issue?
The text was updated successfully, but these errors were encountered: