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

AIX system tests failed to compile - java os.name property value ${buildjdk.os.name} not recognised #3997

Closed
pshipton opened this issue Sep 27, 2022 · 6 comments

Comments

@pshipton
Copy link
Contributor

pshipton commented Sep 27, 2022

Describe the bug
It must be an intermittent or timing problem? The other child jobs compiled fine.

https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.system_ppc64_aix_Nightly_testList_0/363/console - p8-java1-ibm11

02:45:01  BUILD FAILED
02:45:01  /home/****/workspace/Test_openjdk11_j9_extended.system_ppc64_aix_Nightly_testList_0/aqa-tests/TKG/scripts/build_test.xml:95: The following error occurred while executing this line:
02:45:01  /home/****/workspace/Test_openjdk11_j9_extended.system_ppc64_aix_Nightly_testList_0/aqa-tests/system/common.xml:367: The following error occurred while executing this line:
02:45:01  /home/****/workspace/Test_openjdk11_j9_extended.system_ppc64_aix_Nightly_testList_0/aqa-tests/system/common.xml:355: The following error occurred while executing this line:
02:45:01  /home/****/workspace/Test_openjdk11_j9_extended.system_ppc64_aix_Nightly_testList_0/aqa-tests/system/STF/stf.build/include/top.xml:80: The following error occurred while executing this line:
02:45:01  /home/****/workspace/Test_openjdk11_j9_extended.system_ppc64_aix_Nightly_testList_0/aqa-tests/system/STF/stf.build/include/top.xml:514: The following error occurred while executing this line:
02:45:01  /home/****/workspace/Test_openjdk11_j9_extended.system_ppc64_aix_Nightly_testList_0/aqa-tests/system/STF/stf.build/include/top.xml:573: java os.name property value ${buildjdk.os.name} not recognised.  Update the get-platform-prefix macrodef in stf.build/include/top.xml

@llxia fyi

@Mesbah-Alam
Copy link
Contributor

Wondering if this could be an Ant issue on the machine.

MachineInfo already reads the os.name property on this machine :

02:44:38  System.getProperty('os.name')=AIX

This should have been the value STF detects from os.name system property too: https://github.com/adoptium/STF/blob/master/stf.build/include/top.xml#L535.


I don't have permission to run Grinder @ openj9-jenkins, but can we run one on the failing machine using BUILD_LIST=system and TARGET=MiniMix_5m (or any system test) - to see if the same error can be reproduced?

@pshipton
Copy link
Contributor Author

pshipton commented Oct 6, 2022

@pshipton
Copy link
Contributor Author

pshipton commented Oct 6, 2022

The grinder on the same machine (p8-java1-ibm11) worked. Seems this was just some unexplained rare occurrence that we shouldn't worry about unless it starts happening again.

@Mesbah-Alam
Copy link
Contributor

Thanks for checking. Closing the issue based on #3997 (comment).

@pshipton
Copy link
Contributor Author

pshipton commented Nov 7, 2022

https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_special.system_ppc64_aix_Personal_testList_2/33

14:19:34  BUILD FAILED
14:19:34  /home/****/workspace/Test_openjdk8_j9_special.system_ppc64_aix_Personal_testList_2/aqa-tests/TKG/scripts/build_test.xml:95: The following error occurred while executing this line:
14:19:34  /home/****/workspace/Test_openjdk8_j9_special.system_ppc64_aix_Personal_testList_2/aqa-tests/system/common.xml:367: The following error occurred while executing this line:
14:19:34  /home/****/workspace/Test_openjdk8_j9_special.system_ppc64_aix_Personal_testList_2/aqa-tests/system/common.xml:355: The following error occurred while executing this line:
14:19:34  /home/****/workspace/Test_openjdk8_j9_special.system_ppc64_aix_Personal_testList_2/aqa-tests/system/STF/stf.build/include/top.xml:80: The following error occurred while executing this line:
14:19:34  /home/****/workspace/Test_openjdk8_j9_special.system_ppc64_aix_Personal_testList_2/aqa-tests/system/STF/stf.build/include/top.xml:514: The following error occurred while executing this line:
14:19:34  /home/****/workspace/Test_openjdk8_j9_special.system_ppc64_aix_Personal_testList_2/aqa-tests/system/STF/stf.build/include/top.xml:573: java os.name property value ${buildjdk.os.name} not recognised.  Update the get-platform-prefix macrodef in stf.build/include/top.xml

@pshipton
Copy link
Contributor Author

https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_extended.system_ppc64_aix_Nightly_testList_1/341

20:16:29  BUILD FAILED
20:16:29  /home/****/workspace/Test_openjdk17_j9_extended.system_ppc64_aix_Nightly_testList_1/aqa-tests/TKG/scripts/build_test.xml:95: The following error occurred while executing this line:
20:16:29  /home/****/workspace/Test_openjdk17_j9_extended.system_ppc64_aix_Nightly_testList_1/aqa-tests/system/build.xml:31: The following error occurred while executing this line:
20:16:29  /home/****/workspace/Test_openjdk17_j9_extended.system_ppc64_aix_Nightly_testList_1/aqa-tests/system/openj9-systemtest/build.xml:32: The following error occurred while executing this line:
20:16:29  /home/****/workspace/Test_openjdk17_j9_extended.system_ppc64_aix_Nightly_testList_1/aqa-tests/system/STF/stf.build/include/top.xml:80: The following error occurred while executing this line:
20:16:29  /home/****/workspace/Test_openjdk17_j9_extended.system_ppc64_aix_Nightly_testList_1/aqa-tests/system/STF/stf.build/include/top.xml:514: The following error occurred while executing this line:
20:16:29  /home/****/workspace/Test_openjdk17_j9_extended.system_ppc64_aix_Nightly_testList_1/aqa-tests/system/STF/stf.build/include/top.xml:573: java os.name property value ${buildjdk.os.name} not recognised.  Update the get-platform-prefix macrodef in stf.build/include/top.xml

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

No branches or pull requests

2 participants