-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
jdk_management_0 hang on jdk8 & jdk11 Windows 64 & 32bit #2294
Comments
Re: for eclipse-openj9/openj9#10757 - following standard practice of disabling recently enabled extended.openjdk test targets as they work through triaging failures, re-enabling targets one by one as they move through the list. |
Now seen on 32bit too. https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.openjdk_x86-32_windows/14/consoleFull Will dig around to verify scope and exclude shortly. Edit: Seen a jdk_tools overrun on the same machine. build-ibmcloud-win2012r2-x64-2 https://ci.adoptopenjdk.net/job/Test_openjdk16_hs_extended.openjdk_x86-32_windows/7/ Earlier evidence showed this wasn't a machine issue. Could just be a coincidence, or a timeout sharing an underlying cause within the jdk. All theories. Will run a local grinder and get some debug files. |
There are three subtests within jdk_management which hang on Windows, all similar. PR to exclude those three tests on jdk8 and jdk11 Windows: #2639 jdk_management test runs with the exclusions: jdk11 |
These tests (jdk_management_2 FAILED in Test_openjdk18_hs_extended.openjdk_arm_linux_testList_0) fail on arm-linux too. |
Describe the bug
jdk_management_0 hangs shortly after initialization, with no output (beyond the bit in "screenshots"). Declared hanging and killed many hours later.
Seen during every recorded run on jdk8 & 11 on Windows 64bit, and at least once on 32bit, but is not seen on other platforms.
Issue spotted on:
So I don't think it's a machine-specific issue.
To Reproduce
https://ci.adoptopenjdk.net/job/Grinder/parambuild/?TARGET=extended.openjdk&SDK_RESOURCE=nightly&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=0&EXTRA_DOCKER_ARGS=&VENDOR_TEST_DIRS=&TKG_OWNER_BRANCH=AdoptOpenJDK%3Amaster&PLATFORM=x86-64_windows&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2FAdoptOpenJDK%2Fopenjdk-tests.git&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=8&USER_CREDENTIALS_ID=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptopenjdk%2Fopenjdk-jdk8u&RELEASE_TAG=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse%2Fopenj9.git&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=dev&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&TKG_SHA=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=&NUM_MACHINES=&OPENJDK_SHA=&BUILD_LIST=openjdk&UPSTREAM_JOB_NUMBER=&TIME_LIMIT=10&JVM_OPTIONS=&PARALLEL=None
Expected behavior
I expect the tests in the jdk_management set to run and pass/fail.
Screenshots
https://trss.adoptopenjdk.net/output/test?id=603199dc5730424dbc8568be
Additional context
On JDK versions 16 and 17, jdk_management_0 passes or fails in under 5 minutes.
Unknown why this wasn't spotted before, as it's been happening for weeks. I think it's because some more test jobs were generated last week, and it's now easier to identify the difference between "missing" test jobs and long-term aborted ones.
Unknown if this is seen on OpenJ9, as it's been disabled since October for no documented reason. See this issue.
The text was updated successfully, but these errors were encountered: