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

AOT: vmTestbase/jit/tiered/Test.java failed with "RuntimeException: '^[0-9.]+: \\[compile level=\\d' missing from stdout"

XMLWordPrintable

    • x86_64
    • linux

      The following test failed in the JDK16 CI:

      vmTestbase/jit/tiered/Test.java

      Here's a snippet from the log file:

      ----------System.out:(7/2810)----------
      TieredCompilation is enabled
      Command line: [/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+16-662/linux-x64-debug.jdk/jdk-16/fastdebug/bin/java -cp /opt/mach5/mesos/work_dir/slaves/52628e90-e5e7-4ef3-af97-10d8776d10db-S2289/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/3befb8b8-5446-4dac-8bf7-61c944e0d3cb/runs/5e44fd80-642d-4ad1-8c57-7d0c5635cecb/testoutput/test-support/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_compiler/classes/2/vmTestbase/jit/tiered/Test.d:/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+16-662/src.full/open/test/hotspot/jtreg/vmTestbase/jit/tiered:/opt/mach5/mesos/work_dir/slaves/52628e90-e5e7-4ef3-af97-10d8776d10db-S2289/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/3befb8b8-5446-4dac-8bf7-61c944e0d3cb/runs/5e44fd80-642d-4ad1-8c57-7d0c5635cecb/testoutput/test-support/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_compiler/classes/2/vmTestbase:/opt/mach5/mesos/work_dir/slaves/52628e90-e5e7-4ef3-af97-10d8776d10db-S2289/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/3befb8b8-5446-4dac-8bf7-61c944e0d3cb/runs/5e44fd80-642d-4ad1-8c57-7d0c5635cecb/testoutput/test-support/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_compiler/classes/2/test/lib:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/javatest.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/jtreg.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/junit.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/testng.jar -XX:MaxRAMPercentage=6 -Djava.io.tmpdir=/opt/mach5/mesos/work_dir/slaves/52628e90-e5e7-4ef3-af97-10d8776d10db-S2289/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/3befb8b8-5446-4dac-8bf7-61c944e0d3cb/runs/5e44fd80-642d-4ad1-8c57-7d0c5635cecb/testoutput/test-support/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_compiler/tmp -XX:+UnlockExperimentalVMOptions -XX:AOTLibrary=/opt/mach5/mesos/work_dir/slaves/52628e90-e5e7-4ef3-af97-10d8776d10db-S2289/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/3befb8b8-5446-4dac-8bf7-61c944e0d3cb/runs/5e44fd80-642d-4ad1-8c57-7d0c5635cecb/./testoutput/test-support/aot/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_compiler/libjava.base.so -server -ea -esa -XX:+TieredCompilation -XX:+PrintTieredEvents -version ]
      [2020-09-14T04:29:11.512974297Z] Gathering output for process 8820
      [2020-09-14T04:29:11.669440633Z] Waiting for completion for process 8820
      [2020-09-14T04:29:11.669737875Z] Waiting for completion finished for process 8820
      [2020-09-14T04:29:11.671163078Z] Waiting for completion for process 8820
      [2020-09-14T04:29:11.671432678Z] Waiting for completion finished for process 8820
      ----------System.err:(21/1056)*----------
       stdout: [];
       stderr: [java version "16-ea" 2021-03-16
      Java(TM) SE Runtime Environment (fastdebug build 16-ea+16-662)
      Java HotSpot(TM) 64-Bit Server VM (fastdebug build 16-ea+16-662, mixed mode, aot, sharing)
      ]
       exitValue = 0

      java.lang.RuntimeException: '^[0-9.]+: \\[compile level=\\d' missing from stdout

      at jdk.test.lib.process.OutputAnalyzer.stdoutShouldMatch(OutputAnalyzer.java:326)
      at vmTestbase.jit.tiered.Test.main(Test.java:66)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:564)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
      at java.base/java.lang.Thread.run(Thread.java:832)

      JavaTest Message: Test threw exception: java.lang.RuntimeException

      The test task description is:

      Run test :vmTestbase_vm_compiler with linux-x64-debug with -server -ea -esa #tier6-comp-aot

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

              Created:
              Updated:
              Resolved: