-
-
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
test-softlayer-rhel74-x64-1 have 'ant-contrib' issue #269
Comments
host seems ok: [jenkins@test-softlayer-rhel7-x64-1 ~]$ ant -diagnostics
Are you sure the code is passing the environment into make? |
Exactly same build job works on other machines. The only difference is jenkins distribute the job to this machine as it has same required labels. tests/TestConfig/../../jvmtest/TestConfig/resources -DJCK_ROOT= -DJVM_VERSION=openjdk10 https://ci.adoptopenjdk.net/view/System%20tests/job/openjdk10_hs_systemtest_x86-64_linux/26/console |
It is not a test job setting issue. It should be ant issue on rhel with playbook. I did login this machine and tried a simple build.xml with BUILD FAILED |
Which machines? do you have a link to that job? |
Link is in my first comment. |
@bblondin Could we disable this machine for now, affects test build. |
That didn't answer the question... both of those links look like Could you please tell me what machines it works on? |
Works for following except test-softlayer-rhel74-x64-1 |
https://ci.adoptopenjdk.net/view/OpenJDK%20tests/job/openjdk8_hs_openjdktest_x86-64_linux/46/console Could you disable it for now? |
Those different links are different test build jobs, all of which failed for running on this rhel machine. The reason I comment here is it affects more than more test job. I'd like to disable this machine. |
So... I have disabled |
Basic
Passes on Ubuntu adding thus |
Installed ant-contrib from red hat. my test now works. |
Created pull request #275 to add solution to the playbook |
Didn't notice same machine still have another ant issue commented before still happened: 15:51:32 Error: Could not find or load main class org.apache.tools.ant.launch.Launcher https://ci.adoptopenjdk.net/view/System%20tests/job/openjdk10_hs_systemtest_x86-64_linux/26/console https://ci.adoptopenjdk.net/view/System%20tests/job/openjdk10_hs_systemtest_x86-64_linux/26/console If it's not a same issue I can close this one and open a new one. |
please open a new issue for this |
Test build running on test-softlayer-rhel74-x64-1 got
14:35:47 BUILD FAILED
14:35:47 /home/jenkins/workspace/openjdk8_j9_openjdktest_x86-64_linux/openjdk-tests/TestConfig/scripts/build_test.xml:36: Problem: failed to create task or type if
14:35:47 Cause: The name is undefined.
14:35:47 Action: Check the spelling.
14:35:47 Action: Check that any custom tasks/types have been declared.
14:35:47 Action: Check that any / declarations have taken place.
https://ci.adoptopenjdk.net/view/OpenJDK%20tests/job/openjdk8_j9_openjdktest_x86-64_linux/41/console
https://ci.adoptopenjdk.net/view/OpenJDK%20tests/job/openjdk8_j9_openjdktest_x86-64_linux/41/console
Suspect either ant-contrib isn't installed or installed with issue.
The text was updated successfully, but these errors were encountered: