openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

Internal test failures in MathLoadTest_autosimd

Open cjjdespres opened this issue 2 years ago • 12 comments

Observed in the JITAAS pipeline tests:

MathLoadTest_autosimd_CS_5m_0

  • job/Test_openjdk8_j9_sanity.system_x86-64_linux_jit_Personal/292/

MathLoadTest_autosimd_special_5m_29

  • job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/213/
  • job/Test_openjdk8_j9_special.system_x86-64_linux_jit_Personal/291/
  • job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/217/

Console output for MathLoadTest_autosimd_CS_5m_0

MLT >>> Captured test output >>>
MLT Test failed:
MLT java.lang.RuntimeException: test failure
MLT 	at net.adoptopenjdk.test.autosimd.AutoSIMDTestInteger.checkThat(AutoSIMDTestInteger.java:583)
MLT 	at net.adoptopenjdk.test.autosimd.AutoSIMDTestInteger.checkThat(AutoSIMDTestInteger.java:578)
MLT 	at net.adoptopenjdk.test.autosimd.AutoSIMDTestInteger.testSimpleBinary(AutoSIMDTestInteger.java:373)
MLT 	at net.adoptopenjdk.test.autosimd.AutoSIMDTestInteger.testSub(AutoSIMDTestInteger.java:264)
MLT 	at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
MLT 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
MLT 	at java.lang.reflect.Method.invoke(Method.java:498)
MLT 	at net.adoptopenjdk.loadTest.adaptors.ArbitraryJavaAdaptor.executeTest(ArbitraryJavaAdaptor.java:102)
MLT 	at net.adoptopenjdk.loadTest.LoadTestRunner$2.run(LoadTestRunner.java:182)
MLT 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
MLT 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
MLT 	at java.lang.Thread.run(Thread.java:832)
MLT <<<

I haven't been able to reproduce MathLoadTest_autosimd_special_5m_29 in Grinder, but MathLoadTest_autosimd_CS_5m_0 was reproduced with 1/80 failures in job/Grinder/21725/ with JITAAS and 0/200 failures in job/Grinder/21737/ without JITAAS.

cjjdespres avatar Mar 21 '22 13:03 cjjdespres