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

MiniMix_aot_5m_0 failed on windows32 with jdk11, jdk17 #3230

Open
sophia-guo opened this issue Jan 18, 2022 · 2 comments
Open

MiniMix_aot_5m_0 failed on windows32 with jdk11, jdk17 #3230

sophia-guo opened this issue Jan 18, 2022 · 2 comments

Comments

@sophia-guo
Copy link
Contributor

MiniMix_aot_5m_0 failed on windows32 with with jdk11, jdk17. Might happen to other version? Deep history shows it has been failed since Dec26 (maybe earlier than that, as earlier history is deleted)

12:00:07  STF 11:00:16.343 - Monitoring processes: LT 
12:00:07  LT  Error occurred during initialization of VM
12:00:07  LT  Could not reserve enough space for 2097152KB object heap
12:00:07  STF 11:00:16.380 - **FAILED** Process LT  ended with exit code (1) and not the expected exit code/s (0)
12:00:07  STF 11:00:16.380 - Monitoring Report Summary:
12:00:07  STF 11:00:16.380 -   o Process LT  ended with exit code (1) and not the expected exit code/s (0)
12:00:07  STF 11:00:16.381 - Killing processes: LT 
12:00:07  STF 11:00:16.381 -   o Process LT  pid 44304 is not running
12:00:07  **FAILED** at step 1 (Run mixed unit tests). Expected return value=0 Actual=1 at E:/workspace/Test_openjdk17_hs_extended.system_x86-32_windows/aqa-tests/\TKG\output_16423517415225\MiniMix_aot_5m_0/20220116-110014-MixedLoadTest/execute.pl line 98.
12:00:07  STF 11:00:16.397 - **FAILED** execute script failed. Expected return value=0 Actual=1

https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.system_x86-32_windows/134/consoleFull
https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.system_ppc64le_linux/587/

@smlambert
Copy link
Contributor

like the 6 perf benchmarks that we exclude on win32 (and arm_linux, see #3201), it may be that we permanently exclude some tests on certain platforms that have limitations

@Mesbah-Alam
Copy link
Contributor

Mesbah-Alam commented Jan 18, 2022

Similar behaviour was seen on Openj9 and the test was excluded from Win32 on Openj9 and IBM: #3193.

Quoting Pete on the failure: "It indicates a problem with the test. The test is trying to use a bigger object heap than is available on the 32-bit systems".

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

No branches or pull requests

3 participants