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 721 forks source link

sanity.openjdk: 3 new java/lang/String/CompactString timeout failures #6467

Open smlambert opened 5 years ago

smlambert commented 5 years ago

3 tests timeout: java/lang/String/CompactString/Numbers.java java/lang/String/CompactString/RegionMatches.java java/lang/String/CompactString/SubString.java

Failure link

https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux/7/testReport/

Public link to the failing test. If the link is not public, instead include

Optional info

Failure output

21:43:49 ACTION: testng -- Error. Program `/home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_x86-64_linux/openjdkbinary/j2sdk-image/bin/java' timed out (timeout set to 960000ms, elapsed time including timeout handling was 1868586ms). 21:43:49 REASON: User specified action: run testng/othervm -XX:+CompactStrings RegionMatches 21:43:49 TIME: 1868.591 seconds 21:43:49 messages: 21:43:49 command: testng -XX:+CompactStrings RegionMatches 21:43:49 reason: User specified action: run testng/othervm -XX:+CompactStrings RegionMatches 21:43:49 Mode: othervm [/othervm specified] 21:43:49 Timeout information: 21:43:49 Running jstack on process 31451 21:43:49 2019-07-15T19:28:29.700030956 21:43:49 Error getting data from 31451: Exception connecting to 31451 21:43:49 --- Timeout information end. 21:43:49 elapsed time (seconds): 1868.591 21:43:49 configuration: 21:43:49 STDOUT: 21:43:49 Timeout refired 960 times

1x grinder on same machine as original failure (test-packet-ubuntu1604-x64-1): https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1764/

20x grinder: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1763

pshipton commented 5 years ago

@fjeremic fyi

fjeremic commented 5 years ago

Grinder links are dead already. Do we recall what the result was? Was this only reproducible on the original failing machine?

smlambert commented 5 years ago

I vaguely recall it was not reproducible. I can relaunch grinder after release finishes this week.