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

JDK11 cmdLineTester_xlogTests_0_FAILED: Failure condition was found: [Output match: verbosegc] #13894

Closed
JasonFengJ9 opened this issue Nov 10, 2021 · 1 comment

Comments

@JasonFengJ9
Copy link
Member

JasonFengJ9 commented Nov 10, 2021

Failure link

From an internal build job/Test_openjdk11_j9_extended.functional_aarch64_linux_testList_2/45/tapResults/ (ub18-aarch64-10):

22:02:06  "/home/jenkins/workspace/Test_openjdk11_j9_extended.functional_aarch64_linux_testList_2/openjdkbinary/j2sdk-image/bin/java" -version
22:02:06  openjdk version "11.0.14-beta" 2022-01-18
22:02:06  IBM Semeru Runtime Open Edition 11.0.14+1-202111090205 (build 11.0.14-beta+1)
22:02:06  Eclipse OpenJ9 VM 11.0.14+1-202111090205 (build master-3f6696680, JRE 11 Linux aarch64-64-Bit Compressed References 20211109_244 (JIT enabled, AOT enabled)
22:02:06  OpenJ9   - 3f6696680
22:02:06  OMR      - ec51e647d
22:02:06  JCL      - 2f7b4f2d31 based on jdk-11.0.14+1)

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

Optional info

Failure output (captured from console output)

===============================================
Running test cmdLineTester_xlogTests_0 ...
===============================================
cmdLineTester_xlogTests_0 Start Time: Mon Nov  8 22:40:26 2021 Epoch Time (ms): 1636429226800
variation: NoOptions
JVM_OPTIONS:  

Testing: -Xlog:gc=warning
Test start time: 2021/11/08 22:40:30 Eastern Standard Time
Running command: "/home/jenkins/workspace/Test_openjdk11_j9_extended.functional_aarch64_linux_testList_2/openjdkbinary/j2sdk-image/bin/java"   -XX:-LegacyXlogOption -Xlog:gc=warning -version
Time spent starting: 1 milliseconds
Time spent executing: 126 milliseconds
Test result: FAILED
Output from test:
 [ERR] JVMJ9VM007W Command-line option unrecognised: -Xlog:gc=warning

>> Success condition was found: [Output match: (openjdk|java|semeru) version]
>> Required condition was found: [Output match: JVMJ9VM007W]
>> Failure condition was found: [Output match: verbosegc]
>> Failure condition was not found: [Output match: JVMJ9VM085]

Testing: -Xlog:gc=error
Test start time: 2021/11/08 22:40:30 Eastern Standard Time
Running command: "/home/jenkins/workspace/Test_openjdk11_j9_extended.functional_aarch64_linux_testList_2/openjdkbinary/j2sdk-image/bin/java"   -XX:-LegacyXlogOption -Xlog:gc=error -version
Time spent starting: 1 milliseconds
Time spent executing: 124 milliseconds
Test result: FAILED
Output from test:
 [ERR] JVMJ9VM007W Command-line option unrecognised: -Xlog:gc=error

>> Success condition was found: [Output match: (openjdk|java|semeru) version]
>> Required condition was found: [Output match: JVMJ9VM007W]
>> Failure condition was found: [Output match: verbosegc]
>> Failure condition was not found: [Output match: JVMJ9VM085]

This is across platforms, and appears a regression.

@pshipton
Copy link
Member

It's related to #13866, but it's a test mismatch, running the latest tests on older JVMs. I think just a timing problem. The OpenJ9 SHA indicates it's a level before the PR was merged (Nov 8 at 5:46pm). The change was merged Nov 8 at 9:12pm. It didn't occur in the open testing. I'll go ahead and close since it shouldn't happen in the next test runs.

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

No branches or pull requests

2 participants