Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8278624

compiler/vectorapi/reshape/TestVectorCastAVX512.java fails after JDK-8259610

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 19
    • hotspot
    • x86_64
    • generic

      The following test failed in the JDK19 CI:

      compiler/vectorapi/reshape/TestVectorCastAVX512.java

      Here's a snippet from the log file:

      Error Output
      ------------
      WARNING: Using incubator modules: jdk.incubator.vector
      Exception in thread "main" compiler.lib.ir_framework.shared.TestRunException:

      Test Failures (8)
      -----------------
      Custom Run Test: @Run: runL512toI256 - @Test: testL512toI256:
      compiler.lib.ir_framework.shared.TestRunException: Method public static void compiler.vectorapi.reshape.tests.TestVectorCast.testL512toI256(byte[],byte[]) not compilable at level C2. Did you use compileonly without including all @Test methods?
      at compiler.lib.ir_framework.shared.TestRun.check(TestRun.java:32)
      at compiler.lib.ir_framework.test.AbstractTest.compileMethod(AbstractTest.java:119)
      at compiler.lib.ir_framework.test.CustomRunTest.compileSingleTest(CustomRunTest.java:113)
      at compiler.lib.ir_framework.test.CustomRunTest.compileTest(CustomRunTest.java:101)
      at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:102)
      at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:818)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)


      Custom Run Test: @Run: runI512toS256 - @Test: testI512toS256:
      compiler.lib.ir_framework.shared.TestRunException: Method public static void compiler.vectorapi.reshape.tests.TestVectorCast.testI512toS256(byte[],byte[]) not compilable at level C2. Did you use compileonly without including all @Test methods?
      at compiler.lib.ir_framework.shared.TestRun.check(TestRun.java:32)
      at compiler.lib.ir_framework.test.AbstractTest.compileMethod(AbstractTest.java:119)
      at compiler.lib.ir_framework.test.CustomRunTest.compileSingleTest(CustomRunTest.java:113)
      at compiler.lib.ir_framework.test.CustomRunTest.compileTest(CustomRunTest.java:101)
      at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:102)
      at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:818)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)


      Custom Run Test: @Run: runL512toB64 - @Test: testL512toB64:
      compiler.lib.ir_framework.shared.TestRunException: Method public static void compiler.vectorapi.reshape.tests.TestVectorCast.testL512toB64(byte[],byte[]) not compilable at level C2. Did you use compileonly without including all @Test methods?
      at compiler.lib.ir_framework.shared.TestRun.check(TestRun.java:32)
      at compiler.lib.ir_framework.test.AbstractTest.compileMethod(AbstractTest.java:119)
      at compiler.lib.ir_framework.test.CustomRunTest.compileSingleTest(CustomRunTest.java:113)
      at compiler.lib.ir_framework.test.CustomRunTest.compileTest(CustomRunTest.java:101)
      at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:102)
      at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:818)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)


      Custom Run Test: @Run: runL512toS128 - @Test: testL512toS128:
      compiler.lib.ir_framework.shared.TestRunException: Method public static void compiler.vectorapi.reshape.tests.TestVectorCast.testL512toS128(byte[],byte[]) not compilable at level C2. Did you use compileonly without including all @Test methods?
      at compiler.lib.ir_framework.shared.TestRun.check(TestRun.java:32)
      at compiler.lib.ir_framework.test.AbstractTest.compileMethod(AbstractTest.java:119)
      at compiler.lib.ir_framework.test.CustomRunTest.compileSingleTest(CustomRunTest.java:113)
      at compiler.lib.ir_framework.test.CustomRunTest.compileTest(CustomRunTest.java:101)
      at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:102)
      at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:818)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)


      Custom Run Test: @Run: runD512toF256 - @Test: testD512toF256:
      compiler.lib.ir_framework.shared.TestRunException: Method public static void compiler.vectorapi.reshape.tests.TestVectorCast.testD512toF256(byte[],byte[]) not compilable at level C2. Did you use compileonly without including all @Test methods?
      at compiler.lib.ir_framework.shared.TestRun.check(TestRun.java:32)
      at compiler.lib.ir_framework.test.AbstractTest.compileMethod(AbstractTest.java:119)
      at compiler.lib.ir_framework.test.CustomRunTest.compileSingleTest(CustomRunTest.java:113)
      at compiler.lib.ir_framework.test.CustomRunTest.compileTest(CustomRunTest.java:101)
      at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:102)
      at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:818)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)


      Custom Run Test: @Run: runF512toI512 - @Test: testF512toI512:
      compiler.lib.ir_framework.shared.TestRunException: Method public static void compiler.vectorapi.reshape.tests.TestVectorCast.testF512toI512(byte[],byte[]) not compilable at level C2. Did you use compileonly without including all @Test methods?
      at compiler.lib.ir_framework.shared.TestRun.check(TestRun.java:32)
      at compiler.lib.ir_framework.test.AbstractTest.compileMethod(AbstractTest.java:119)
      at compiler.lib.ir_framework.test.CustomRunTest.compileSingleTest(CustomRunTest.java:113)
      at compiler.lib.ir_framework.test.CustomRunTest.compileTest(CustomRunTest.java:101)
      at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:102)
      at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:818)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)


      Custom Run Test: @Run: runI512toF512 - @Test: testI512toF512:
      compiler.lib.ir_framework.shared.TestRunException: Method public static void compiler.vectorapi.reshape.tests.TestVectorCast.testI512toF512(byte[],byte[]) not compilable at level C2. Did you use compileonly without including all @Test methods?
      at compiler.lib.ir_framework.shared.TestRun.check(TestRun.java:32)
      at compiler.lib.ir_framework.test.AbstractTest.compileMethod(AbstractTest.java:119)
      at compiler.lib.ir_framework.test.CustomRunTest.compileSingleTest(CustomRunTest.java:113)
      at compiler.lib.ir_framework.test.CustomRunTest.compileTest(CustomRunTest.java:101)
      at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:102)
      at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:818)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)


      Custom Run Test: @Run: runI512toB128 - @Test: testI512toB128:
      compiler.lib.ir_framework.shared.TestRunException: Method public static void compiler.vectorapi.reshape.tests.TestVectorCast.testI512toB128(byte[],byte[]) not compilable at level C2. Did you use compileonly without including all @Test methods?
      at compiler.lib.ir_framework.shared.TestRun.check(TestRun.java:32)
      at compiler.lib.ir_framework.test.AbstractTest.compileMethod(AbstractTest.java:119)
      at compiler.lib.ir_framework.test.CustomRunTest.compileSingleTest(CustomRunTest.java:113)
      at compiler.lib.ir_framework.test.CustomRunTest.compileTest(CustomRunTest.java:101)
      at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:102)
      at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:818)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)



      at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:853)
      at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:249)
      at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:164)


        #############################################################
         - To only run the failed tests use -DTest, -DExclude,
           and/or -DScenarios.
         - To also get the standard output of the test VM run with
           -DReportStdout=true or for even more fine-grained logging
           use -DVerbose=true.
        #############################################################


      compiler.lib.ir_framework.driver.TestVMException: There were one or multiple errors. Please check stderr for more information.
      at compiler.lib.ir_framework.driver.TestVMProcess.throwTestVMException(TestVMProcess.java:238)
      at compiler.lib.ir_framework.driver.TestVMProcess.checkTestVMExitCode(TestVMProcess.java:219)
      at compiler.lib.ir_framework.driver.TestVMProcess.<init>(TestVMProcess.java:74)
      at compiler.lib.ir_framework.TestFramework.runTestVM(TestFramework.java:697)
      at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:669)
      at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:322)
      at compiler.vectorapi.reshape.utils.VectorReshapeHelper.runMainHelper(VectorReshapeHelper.java:92)
      at compiler.vectorapi.reshape.TestVectorCastAVX512.main(TestVectorCastAVX512.java:42)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:577)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
      at java.base/java.lang.Thread.run(Thread.java:833)

      JavaTest Message: Test threw exception: compiler.lib.ir_framework.driver.TestVMException: There were one or multiple errors. Please check stderr for more information.
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: compiler.lib.ir_framework.driver.TestVMException: There were one or multiple errors. Please check stderr for more information.
      ----------rerun:(38/8239)*----------

            dcubed Daniel Daugherty
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: