adoptium / adoptium/aqa-tests

compiler/tiered/LevelTransitionTest.java FAILED in Test_openjdk8_hs_extended.openjdk_x86-64_mac

Open
#6,883 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
155
Forks
346
Avg merge
2d 9h
Merged PRs (30d)
36

Description

**Failing Test Info**
Test Name: compiler/tiered/LevelTransitionTest.java
Test Duration: ~44 seconds
Machine it fails on: [test-orka-macos15-x64-51dau](https://ci.adoptium.net/computer/test-orka-macos15-x64-51dau)
Machines it passes on (if intermittent): [test-orka-macos15-x64-qgdne](https://ci.adoptium.net/computer/test-orka-macos15-x64-qgdne) (when run as a 2-test x10 grinder)

**Jenkins Test Job Info**
Jenkins Test Job Name: Test_openjdk8_hs_extended.openjdk_x86-64_mac_testList_0
Jenkins Test Job URL: https://ci.adoptium.net/job/Test_openjdk8_hs_extended.openjdk_x86-64_mac_testList_0/46/
TRSS link for the build (if available): https://trss.adoptium.net/allTestsInfo?buildId=696313424a4969006d4b96b9&limit=1

**Deep History Link from TRSS (if available)**

https://trss.adoptium.net/deepHistory?testId=696314294a4969006d4bb7bb

TLDR: Fails every time on Orka, but passed every time elsewhere (test-macstadium-macos1014-x64-1 and test-macincloud-macos1201-x64-2)

** Rerun in Grinder Link (if available) or Steps to Reproduce**

[Grinder rerun link](https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=hotspot_custom&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_extended.openjdk_x86-64_mac&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_mac&GENERATE_JOBS=true&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=v1.0.10-release&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Frelease%2Fjobs%2Fjdk8u%2Fjdk8u-release-mac-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=compiler%2Ftiered%2FLevelTransitionTest.java&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk8u472-b08_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=247&DOCKERIMAGE_TAG=&TEST_TIME=&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=true&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=41&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None)

**Java Version output (from console output)**

```
03:53:14 openjdk version "1.8.0_472"
03:53:14 OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-b08)
03:53:14 OpenJDK 64-Bit Server VM (Temurin)(build 25.472-b08, mixed mode)
```

**Relevant Console Output (showing exceptions/errors/crashes)**

```
03:36:49 STDERR:
03:36:49 java.lang.Error: Test execution failed with exit code 1
03:36:49 at TransitionsTestExecutor.executeTestFor(TransitionsTestExecutor.java:63)
03:36:49 at TransitionsTestExecutor.main(TransitionsTestExecutor.java:46)
03:36:49 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:36:49 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
03:36:49 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:36:49 at java.lang.reflect.Method.invoke(Method.java:498)
03:36:49 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
03:36:49 at java.lang.Thread.run(Thread.java:750)
```

**Attach or link to relevant artifacts**

[LevelTransitionTest.jtr.xml](https://github.com/user-attachments/files/25132935/LevelTransitionTest.jtr.xml)

Contributor guide

Open the contributing guide

Research direction

Start with compiler/tiered/LevelTransitionTest.java and the attached LevelTransitionTest.jtr.xml, then reproduce the failure using the linked Grinder rerun. Investigate why the test fails on the Orka macOS x64 machine while passing elsewhere; done means the test completes successfully on Orka without the reported execution failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.