openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

JDK22 cmdLineTester_loadLibraryTests_0_FAILED

Open JasonFengJ9 opened this issue 1 year ago • 14 comments

Failure link

From an internal build(win10x86-svl-rt1-1):

01:46:23  openjdk version "22-internal" 2024-03-19
01:46:23  OpenJDK Runtime Environment (build 22-internal-adhoc.jenkins.buildjdk22x86-64windowspersonal)
01:46:23  Eclipse OpenJ9 VM (build master-f524f995be4, JRE 22 Windows 10 amd64-64-Bit Compressed References 20240215_22 (JIT enabled, AOT enabled)
01:46:23  OpenJ9   - f524f995be4
01:46:23  OMR      - 0966eb360f6
01:46:23  JCL      - ff0372607f0 based on jdk-22+35)

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

Optional info

Failure output (captured from console output)

cmdLineTester_loadLibraryTests_0 Start Time: Fri Feb 16 00:04:39 2024 Epoch Time (ms): 1708070679163
variation: NoOptions
JVM_OPTIONS:  

TEST SETUP:
JVMSHRC005I No shared class caches available
JVMSHRC005I No shared class caches available
cache cleanup done

TESTING:
*** Starting test suite: LoadLibrary test intended for CMVC 201408 ***
Testing: LoadLibrary testcase with invalid paths specified in the library path list
Test start time: 2024/02/16 00:04:45 Pacific Standard Time
Running command: C:/Users/jenkins/workspace/Test_openjdk22_j9_sanity.functional_x86-64_windows_Personal_testList_1/jdkbinary/j2sdk-image\bin\java -Djava.library.path=".;'C:\\Program Files (x86)\\ibm\\tivoli';C:\\Users\\j9build;C:\\dev;." -cp C:/Users/jenkins/workspace/Test_openjdk22_j9_sanity.functional_x86-64_windows_Personal_testList_1/aqa-tests///..//jvmtest\functional\cmdLineTests\loadLibraryTest\loadLibraryTest.jar org.openj9.test.loadLibrary.TestLoadLibrary
Time spent starting: 78 milliseconds
Time spent executing: 2110 milliseconds
Test result: FAILED
Output from test:
>> Success condition was not found: [Output match: Not found in java.library.path]
>> Success condition was not found: [Output match: The specified network name is no longer available]
>> Success condition was not found: [Output match: java.lang.UnsatisfiedLinkError: Can't load abcdef]
>> Failure condition was not found: [Output match: The specified path is invalid]
>> Failure condition was not found: [Output match: Could not find or load main class Files]
>> Failure condition was not found: [Output match: Unhandled Exception]
>> Failure condition was not found: [Output match: corrupt]
>> Failure condition was not found: [Output match: Processing dump event]
>> Failure condition was not found: [Output match: JVM requested Java dump]
>> Failure condition was not found: [Output match: JVM requested Snap dump]


---TEST RESULTS---
Number of PASSED tests: 0 out of 1
Number of FAILED tests: 1 out of 1

---SUMMARY OF FAILED TESTS---
LoadLibrary testcase with invalid paths specified in the library path list
-----------------------------

-----------------------------------
cmdLineTester_loadLibraryTests_0_FAILED

50x internal grinder

JasonFengJ9 avatar Feb 16 '24 21:02 JasonFengJ9