eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.27k stars 720 forks source link

cmdLineTester_SCCommandLineOptionTests_1_FAILED nameOption4: Expected to find the cache name #18250

Closed JasonFengJ9 closed 11 months ago

JasonFengJ9 commented 11 months ago

Failure link

From an internal build(sles15-aarch64-1):

openjdk version "1.8.0_392"
IBM Semeru Runtime Open Edition (build 1.8.0_392-b07)
Eclipse OpenJ9 VM (build v0.41.0-release-3ede3b5a4, JRE 1.8.0 Linux aarch64-64-Bit Compressed References 20231003_741 (JIT enabled, AOT enabled)
OpenJ9   - 3ede3b5a4
OMR      - fa7b6ddc7
JCL      - 6fee1ee642 based on jdk8u392-b07)

Rerun in Grinder - Change TARGET to run only the failed test targets.

Optional info

Failure output (captured from console output)

[2023-10-03T19:38:27.643Z] variation: Mode610
[2023-10-03T19:38:27.643Z] JVM_OPTIONS:  -Xcompressedrefs -Xjit -Xgcpolicy:gencon 

[2023-10-03T19:38:28.960Z] Testing: nameOption4
[2023-10-03T19:38:28.960Z] Test start time: 2023/10/03 19:38:28 Coordinated Universal Time
[2023-10-03T19:38:28.960Z] Running command: sh nameOption4.sh /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_aarch64_linux_testList_2/openjdkbinary/j2sdk-image/bin
[2023-10-03T19:38:28.960Z] Time spent starting: 2 milliseconds
[2023-10-03T19:38:30.199Z] Time spent executing: 548 milliseconds
[2023-10-03T19:38:30.199Z] Test result: FAILED
[2023-10-03T19:38:30.199Z]  [OUT] Hello, world!
[2023-10-03T19:38:30.199Z]  [OUT] TEST PASSED
[2023-10-03T19:38:30.199Z]  [OUT] nameOption4: TEST FAILED
[2023-10-03T19:38:30.199Z]  [OUT] nameOption4: Expected to find the cache name
[2023-10-03T19:38:30.199Z]  [OUT] TEST PASSED
[2023-10-03T19:38:30.199Z]  [ERR] JVMSHRC023E Cache does not exist
[2023-10-03T19:38:30.199Z] >> Success condition was found: [Output match: TEST PASSED]
[2023-10-03T19:38:30.199Z] >> Failure condition was found: [Output match: TEST FAILED]
[2023-10-03T19:38:30.199Z] >> Failure condition was not found: [Output match: Error:]
[2023-10-03T19:38:30.199Z] >> Failure condition was not found: [Output match: Unhandled Exception]
[2023-10-03T19:38:30.199Z] >> Failure condition was not found: [Output match: Exception:]

[2023-10-03T19:38:36.099Z] ---TEST RESULTS---
[2023-10-03T19:38:36.099Z] Number of PASSED tests: 26 out of 27
[2023-10-03T19:38:36.099Z] Number of FAILED tests: 1 out of 27
[2023-10-03T19:38:36.099Z] 
[2023-10-03T19:38:36.099Z] ---SUMMARY OF FAILED TESTS---
[2023-10-03T19:38:36.099Z] nameOption4
[2023-10-03T19:38:36.099Z] -----------------------------
[2023-10-03T19:38:36.099Z] 
[2023-10-03T19:38:36.099Z] -----------------------------------
[2023-10-03T19:38:36.099Z] cmdLineTester_SCCommandLineOptionTests_1_FAILED

Similar failures - the cache not found testSCCMLTests1_openj9_0_FAILED cmdLineTester_SCURLHelperTests_80_0_FAILED cmdLineTester_SCHelperCompatTests_unix_0_FAILED

These failures occurred at the same machine, and opened an internal infra issue.

50x internal grinder - passed

pshipton commented 11 months ago

Closing as a machine issue.