Open JasonFengJ9 opened 8 months ago
@mpirvu fyi
JDK8 x86-64_linux_fips140_2(rhel8x86-rtp-rtfips6-1
)
[2024-03-16T03:42:29.791Z] variation: NoOptions
[2024-03-16T03:42:29.791Z] JVM_OPTIONS: -Dsemeru.fips=true
[2024-03-16T03:43:05.293Z] Testing: Test SSL success condition
[2024-03-16T03:43:05.293Z] Test start time: 2024/03/15 20:43:05 Pacific Standard Time
[2024-03-16T03:43:05.293Z] Running command: bash /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_fips140_2_testList_1/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/jitserver/jitserverScript.sh /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_fips140_2_testList_1/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/jitserver /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_fips140_2_testList_1/jdkbinary/j2sdk-image/bin "-Xjit" "-XX:+UseJITServer -Xjit:count=0,verbose={JITServer},verbose={JITServerConns},verbose={compilePerformance} -XX:-JITServerLocalSyncCompiles -XX:JITServerSSLRootCerts=cert.pem" false false
[2024-03-16T03:43:05.293Z] Time spent starting: 3 milliseconds
[2024-03-16T03:43:08.680Z] Time spent executing: 3362 milliseconds
[2024-03-16T03:43:08.680Z] Test result: FAILED
[2024-03-16T03:43:08.680Z] Output from test:
[2024-03-16T03:43:08.680Z] [OUT] start running script
[2024-03-16T03:43:08.680Z] [OUT] Generate SSL certificates
[2024-03-16T03:43:08.680Z] [OUT] Creating SSL certificates
[2024-03-16T03:43:08.680Z] [OUT] Certificates generated
[2024-03-16T03:43:08.680Z] [OUT] Starting /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_fips140_2_testList_1/jdkbinary/j2sdk-image/bin/jitserver -XX:JITServerPort=57368 -XX:JITServerHealthProbePort=39608 -Xjit -XX:JITServerSSLKey=key.pem -XX:JITServerSSLCert=cert.pem
[2024-03-16T03:43:08.680Z] [OUT] JITSERVER DOES NOT EXIST
[2024-03-16T03:43:08.680Z] [OUT] finished script
[2024-03-16T03:43:08.680Z] [ERR] Generating RSA private key, 2048 bit long modulus (2 primes)
[2024-03-16T03:43:08.680Z] [ERR] ************************************************************************************************************************************************************************************************************************************************************************************************************************************+++++
[2024-03-16T03:43:08.680Z] [ERR] ***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************+++++
[2024-03-16T03:43:08.680Z] [ERR] e is 65537 (0x010001)
[2024-03-16T03:43:08.680Z] [ERR] Generating a RSA private key
[2024-03-16T03:43:08.680Z] [ERR] *************+++++
[2024-03-16T03:43:08.680Z] [ERR] **************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************+++++
[2024-03-16T03:43:08.680Z] [ERR] writing new private key to 'wrongKey.pem'
[2024-03-16T03:43:08.680Z] [ERR] -----
[2024-03-16T03:43:08.680Z] [ERR]
[2024-03-16T03:43:08.680Z] [ERR] JITServer is ready to accept incoming requests
[2024-03-16T03:43:08.680Z] [ERR] can't bind server address: Address already in use
[2024-03-16T03:43:08.680Z] [ERR] Failed to open server socket on port 57368
[2024-03-16T03:44:26.200Z] ---TEST RESULTS---
[2024-03-16T03:44:26.200Z] Number of PASSED tests: 8 out of 9
[2024-03-16T03:44:26.200Z] Number of FAILED tests: 1 out of 9
[2024-03-16T03:44:26.200Z]
[2024-03-16T03:44:26.200Z] ---SUMMARY OF FAILED TESTS---
[2024-03-16T03:44:26.200Z] Test SSL success condition
[2024-03-16T03:44:26.200Z] -----------------------------
[2024-03-16T03:44:26.200Z]
[2024-03-16T03:44:26.200Z] -----------------------------------
[2024-03-16T03:44:26.200Z] testJitserverArguments_0_FAILED
This passes for me with a grinder using a nightly build: e.g: 1 run: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/38854/ 25 runs: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/38869/ 50 runs: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/38870/ Though it fails with the original build: 20/25 failures:: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/38867/
Regarding the failure from comment https://github.com/eclipse-openj9/openj9/issues/19151#issuecomment-2005074747, this happened because the server could not start because the port it wanted to use was already used by another process:
23:43:08 [ERR] JITServer is ready to accept incoming requests
23:43:08 [ERR] can't bind server address: Address already in use
23:43:08 [ERR] Failed to open server socket on port 57368
Failure link
From an internal build(
rhel8-aarch64-1
):Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
50x internal grinder - 50/50 failed with
[ERR] curl: (7) Failed to connect to localhost port 48170: Connection refused
.