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

[REDO] JDK-8307194 Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries

    XMLWordPrintable

Details

    • b02

    Backports

      Description

        So far 12 Tier1 builds have failed with errors that look like this:

        [2023-05-10T19:48:02,706Z] Compiling up to 15 files for jdk.attach
        [2023-05-10T19:48:02,895Z] ar: @/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/support/native/jdk.jdwp.agent/libjdwp/static/_BUILD_LIBJDWP_objectfilenames.txt: No such file or directory
        [2023-05-10T19:48:02,908Z] Lib.gmk:51: recipe for target '/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/support/native/jdk.jdwp.agent/libjdwp/static/libjdwp.a' failed
        [2023-05-10T19:48:02,908Z] make[3]: *** [/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/support/native/jdk.jdwp.agent/libjdwp/static/libjdwp.a] Error 1
        [2023-05-10T19:48:02,908Z] make[3]: *** Deleting file '/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/support/native/jdk.jdwp.agent/libjdwp/static/libjdwp.a'
        [2023-05-10T19:48:02,910Z] make/Main.gmk:211: recipe for target 'jdk.jdwp.agent-static-libs' failed
        [2023-05-10T19:48:02,910Z] make[2]: *** [jdk.jdwp.agent-static-libs] Error 2
        [2023-05-10T19:48:02,910Z] make[2]: *** Waiting for unfinished jobs....
        [2023-05-10T19:48:02,984Z] Compiling up to 358 files for jdk.compiler
        [2023-05-10T19:48:11,519Z] ar: @/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/support/native/java.base/libjava/static/_BUILD_LIBJAVA_objectfilenames.txt: No such file or directory
        [2023-05-10T19:48:11,527Z] lib/CoreLibraries.gmk:56: recipe for target '/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/support/native/java.base/libjava/static/libjava.a' failed
        [2023-05-10T19:48:11,528Z] make[3]: *** [/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/support/native/java.base/libjava/static/libjava.a] Error 1
        [2023-05-10T19:48:11,528Z] make[3]: *** Deleting file '/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/support/native/java.base/libjava/static/libjava.a'
        [2023-05-10T19:48:11,529Z] make/Main.gmk:211: recipe for target 'java.base-static-libs' failed
        [2023-05-10T19:48:11,529Z] make[2]: *** [java.base-static-libs] Error 2
        [2023-05-10T19:52:17,255Z] ar: @/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/hotspot/variant-server/libjvm/objs/static/_BUILD_LIBJVM_objectfilenames.txt: No such file or directory
        [2023-05-10T19:52:17,264Z] lib/CompileJvm.gmk:152: recipe for target '/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/hotspot/variant-server/libjvm/objs/static/libjvm.a' failed
        [2023-05-10T19:52:17,264Z] make[3]: *** [/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/hotspot/variant-server/libjvm/objs/static/libjvm.a] Error 1
        [2023-05-10T19:52:17,265Z] make[3]: *** Deleting file '/System/Volumes/Data/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S102716/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/35e7e05d-8ab5-483e-ac4a-52c288ce6d7b/runs/774e58a4-47cb-44dd-85b1-f3584f6322c8/workspace/build/macosx-aarch64-open-debug/hotspot/variant-server/libjvm/objs/static/libjvm.a'
        [2023-05-10T19:52:17,265Z] make[3]: *** Waiting for unfinished jobs....
        [2023-05-10T19:52:17,278Z] make/Main.gmk:261: recipe for target 'hotspot-server-static-libs' failed
        [2023-05-10T19:52:17,278Z] make[2]: *** [hotspot-server-static-libs] Error 2

        These build errors are very likely due to:

        JDK-8307194 Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries

        So far the errors have appeared on macosx-aarch64, macosx-x64,
        and windows-x64 builds. No linux-aarch64 or linux-x64 failures yet.

        Attachments

          Issue Links

            Activity

              People

                jiangli Jiangli Zhou
                dcubed Daniel Daugherty
                Votes:
                0 Vote for this issue
                Watchers:
                9 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: