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

JDK15 Windows cmdLineTester_decompilationTests_1_FAILED - decomp001 #10710

Open JasonFengJ9 opened 4 years ago

JasonFengJ9 commented 4 years ago

Failure link

From an internal build Test_openjdk15_j9_sanity.functional_x86-64_windows_Nightly_testList_1/49:

03:04:02  openjdk version "15-internal" 2020-09-15
03:04:02  OpenJDK Runtime Environment (build 15-internal+0-adhoc.jenkins.BuildJDK15x86-64windowsNightly)
03:04:02  Eclipse OpenJ9 VM (build master-d6380006236, JRE 15 Windows Server 2016 amd64-64-Bit Compressed References 20200924_84 (JIT enabled, AOT enabled)
03:04:02  OpenJ9   - d6380006236
03:04:02  OMR      - 79c250b8851
03:04:02  JCL      - 39a43ea0200 based on jdk-15+36)

For example, to rebuild the failed tests in =https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder, use the following links: 06:14:17 https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?JDK_VERSION=15&JDK_IMPL=openj9&BUILD_LIST=functional&PLATFORM=x86-64_windows&TARGET=cmdLineTester_decompilationTests_1

Optional info

Failure output (captured from console output)

*** Starting test suite: Decompilation Tests ***
Testing: decomp001
Test start time: 2020/09/25 04:23:51 Eastern Standard Time
Running command: "C:/Users/jenkins/workspace/Test_openjdk15_j9_sanity.functional_x86-64_windows_Nightly_testList_1/openjdkbinary/j2sdk-image\\bin\\java"  -Xcompressedrefs -Xgcpolicy:gencon -Xjit:enableOSR,count=0  -Xdump -Xgcthreads1  -Xdump:system:events=abort  -agentlib:jvmtitest=test:decomp001 -cp "C:/Users/jenkins/workspace/Test_openjdk15_j9_sanity.functional_x86-64_windows_Nightly_testList_1/openjdk-tests///..//jvmtest\functional\cmdLineTests\jvmtitests\jvmtitest.jar" com.ibm.jvmti.tests.util.TestRunner
Time spent starting: 1375 milliseconds
***[TEST INFO 2020/09/25 04:29:04] ProcessKiller detected a timeout after 300000 milliseconds!***
INFO: getUnixPID() has failed indicating this is not a UNIX System.'Debug on timeout' is currently only supported on Linux.
Output from test:
 [OUT] *** Testing [1/2]:   testInterfaceMethodResolveFrame
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrameMain, resolve: false
 [OUT] Loading class: java.lang.Object, resolve: false
 [OUT] Loading class: java.lang.Integer, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_TestInterfaceMethod, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_Interface, resolve: false
 [OUT] *** Test took 165687 milliseconds
 [OUT] OK
 [OUT] 
 [OUT] *** Testing [2/2]:   testMethodResolveFrame
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrameMain, resolve: false
 [OUT] Loading class: java.lang.Object, resolve: false
 [OUT] Loading class: java.lang.Integer, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_TestMethod, resolve: false
Time spent executing: 325794 milliseconds
Test result: FAILED
Output from test:
 [OUT] *** Test took 87622 milliseconds
 [OUT] OK
 [OUT] 
 [OUT] In Java_com_ibm_jvmti_tests_decompResolveFrame_DecompResolveMethodClassloader_checkFrame
 [OUT] In Java_com_ibm_jvmti_tests_decompResolveFrame_DecompResolveMethodClassloader_checkFrame

cmdLineTester_decompilationTests_1_FAILED
JasonFengJ9 commented 3 years ago

Another occurrence JDK11 Windows at Test_openjdk11_j9_sanity.functional_x86-64_windows_Nightly_testList_1/113:

*** Starting test suite: Decompilation Tests ***
Testing: decomp001
Test start time: 2020/10/21 00:03:14 Pacific Standard Time
Running command: "C:/Users/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_windows_Nightly_testList_1/openjdkbinary/j2sdk-image\\bin\\java"  -Xcompressedrefs -Xgcpolicy:gencon -Xjit:enableOSR,count=0  -Xdump -Xgcthreads1  -Xdump:system:events=abort  -agentlib:jvmtitest=test:decomp001 -cp "C:/Users/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_windows_Nightly_testList_1/openjdk-tests///..//jvmtest\functional\cmdLineTests\jvmtitests\jvmtitest.jar" com.ibm.jvmti.tests.util.TestRunner
Time spent starting: 1364 milliseconds
***[TEST INFO 2020/10/21 00:08:25] ProcessKiller detected a timeout after 300000 milliseconds!***
INFO: getUnixPID() has failed indicating this is not a UNIX System.'Debug on timeout' is currently only supported on Linux.
Output from test:
 [OUT] *** Testing [1/2]:   testInterfaceMethodResolveFrame
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrameMain, resolve: false
 [OUT] Loading class: java.lang.Object, resolve: false
 [OUT] Loading class: java.lang.Integer, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_TestInterfaceMethod, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_Interface, resolve: false
 [OUT] *** Test took 171439 milliseconds
 [OUT] OK
 [OUT] 
 [OUT] *** Testing [2/2]:   testMethodResolveFrame
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrameMain, resolve: false
 [OUT] Loading class: java.lang.Object, resolve: false
 [OUT] Loading class: java.lang.Integer, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_TestMethod, resolve: false
Time spent executing: 346772 milliseconds
Test result: FAILED
Output from test:
 [OUT] *** Test took 97259 milliseconds
 [OUT] OK
 [OUT] 
 [OUT] In Java_com_ibm_jvmti_tests_decompResolveFrame_DecompResolveMethodClassloader_checkFrame
 [OUT] In Java_com_ibm_jvmti_tests_decompResolveFrame_DecompResolveMethodClassloader_checkFrame

cmdLineTester_decompilationTests_1_FAILED
JasonFengJ9 commented 3 years ago

Observed in recent JDk11/16 Windows runs.

From an internal build Test_openjdk11_j9_sanity.functional_x86-64_windows_Nightly/538

*** Starting test suite: Decompilation Tests ***
Testing: decomp001
Test start time: 2021/02/17 12:53:57 Pacific Standard Time
Running command: "C:/Users/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_windows_Nightly_testList_1/openjdkbinary/j2sdk-image\\bin\\java"  -Xcompressedrefs -Xgcpolicy:gencon -Xjit:enableOSR,count=0  -Xdump -Xgcthreads1  -Xdump:system:events=abort  -agentlib:jvmtitest=test:decomp001 -cp "C:/Users/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_windows_Nightly_testList_1/openjdk-tests///..//jvmtest\functional\cmdLineTests\jvmtitests\jvmtitest.jar" com.ibm.jvmti.tests.util.TestRunner
Time spent starting: 1500 milliseconds
***[TEST INFO 2021/02/17 12:59:09] ProcessKiller detected a timeout after 300000 milliseconds!***
INFO: The current OS is 'Windows Server 2016'. 'Debug on timeout' is currently only supported on Linux.
***[TEST INFO 2021/02/17 12:59:11] executing kill -ABRT 6012***
***[TEST INFO 2021/02/17 12:59:11] kill -ABRT signal sent***
Time spent executing: 370915 milliseconds
***[TEST INFO 2021/02/17 13:00:16] ABRT completed***
Output from test:
 [OUT] *** Testing [1/2]:   testInterfaceMethodResolveFrame
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrameMain, resolve: false
 [OUT] Loading class: java.lang.Object, resolve: false
 [OUT] Loading class: java.lang.Integer, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_TestInterfaceMethod, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_Interface, resolve: false
 [OUT] *** Test took 184624 milliseconds
 [OUT] OK
 [OUT] 
 [OUT] *** Testing [2/2]:   testMethodResolveFrame
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrameMain, resolve: false
 [OUT] Loading class: java.lang.Object, resolve: false
 [OUT] Loading class: java.lang.Integer, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_TestMethod, resolve: false
 [OUT] *** Test took 102273 milliseconds
 [OUT] OK
 [OUT] 
 [OUT] In Java_com_ibm_jvmti_tests_decompResolveFrame_DecompResolveMethodClassloader_checkFrame
 [OUT] In Java_com_ibm_jvmti_tests_decompResolveFrame_DecompResolveMethodClassloader_checkFrame
Test result: FAILED
Output from test:

Test_openjdk16_j9_sanity.functional_x86-64_windows_Nightly/29

*** Starting test suite: Decompilation Tests ***
Testing: decomp001
Test start time: 2021/02/17 13:25:46 Pacific Standard Time
Running command: "C:/Users/jenkins/workspace/Test_openjdk16_j9_extended.functional_x86-64_windows_xl_Nightly_testList_1/openjdkbinary/j2sdk-image\\bin\\java"  -Xjit -Xgcpolicy:gencon -Xnocompressedrefs  -Xdump -Xgcthreads1  -Xdump:system:events=abort  -agentlib:jvmtitest=test:decomp001 -cp "C:/Users/jenkins/workspace/Test_openjdk16_j9_extended.functional_x86-64_windows_xl_Nightly_testList_1/openjdk-tests///..//jvmtest\functional\cmdLineTests\jvmtitests\jvmtitest.jar" com.ibm.jvmti.tests.util.TestRunner
Time spent starting: 268 milliseconds
***[TEST INFO 2021/02/17 13:30:47] ProcessKiller detected a timeout after 300000 milliseconds!***
INFO: The current OS is 'Windows Server 2016'. 'Debug on timeout' is currently only supported on Linux.
***[TEST INFO 2021/02/17 13:30:47] executing kill -ABRT 8***
***[TEST INFO 2021/02/17 13:30:48] kill -ABRT signal sent***
***[TEST INFO 2021/02/17 13:31:13] ABRT completed***
Output from test:
 [OUT] *** Testing [1/2]:   testInterfaceMethodResolveFrame
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrameMain, resolve: false
 [OUT] Loading class: java.lang.Object, resolve: false
 [OUT] Loading class: java.lang.Integer, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_TestInterfaceMethod, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_Interface, resolve: false
 [OUT] *** Test took 199843 milliseconds
 [OUT] OK
 [OUT] 
 [OUT] *** Testing [2/2]:   testMethodResolveFrame
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrameMain, resolve: false
 [OUT] Loading class: java.lang.Object, resolve: false
 [OUT] Loading class: java.lang.Integer, resolve: false
 [OUT] Loading class: com.ibm.jvmti.tests.decompResolveFrame.ResolveFrame_TestMethod, resolve: false
 [OUT] *** Test took 111921 milliseconds
 [OUT] OK
 [OUT] 
 [OUT] In Java_com_ibm_jvmti_tests_decompResolveFrame_DecompResolveMethodClassloader_checkFrame
 [OUT] In Java_com_ibm_jvmti_tests_decompResolveFrame_DecompResolveMethodClassloader_checkFrame
Time spent executing: 326507 milliseconds
Test result: FAILED
Output from test: