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

javac failed during a build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • 25
    • 22, 24
    • tools

      An exception has occurred in the compiler (22-ea). Please file a bug against the Java compiler via the Java bug reporting page (https://bugreport.java.com) after checking the Bug Database (https://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
      [2023-12-06T22:29:20,999Z] java.io.UncheckedIOException: java.nio.file.NoSuchFileException: /opt/mach5/mesos/work_dir/slaves/0db9c48f-6638-40d0-9a4b-bd9cc7533eb8-S9910/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/7fc95431-0f21-4a5f-825d-b16ca8abbc93/runs/72505bdc-1ed1-4243-9d29-3f515ed67e41/workspace/build/linux-x64-debug/jdk/modules/jdk.jpackage/jdk/jpackage/internal/resources/stRQLMEf
      [2023-12-06T22:29:21,003Z] at java.base/java.nio.file.FileTreeIterator.fetchNextIfNeeded(FileTreeIterator.java:87)
      [2023-12-06T22:29:21,003Z] at java.base/java.nio.file.FileTreeIterator.hasNext(FileTreeIterator.java:103)
      [2023-12-06T22:29:21,003Z] at java.base/java.util.Iterator.forEachRemaining(Iterator.java:132)
      [2023-12-06T22:29:21,003Z] at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
      [2023-12-06T22:29:21,004Z] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:556)
      [2023-12-06T22:29:21,004Z] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:546)
      [2023-12-06T22:29:21,004Z] at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
      [2023-12-06T22:29:21,004Z] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
      [2023-12-06T22:29:21,004Z] at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:265)
      [2023-12-06T22:29:21,004Z] at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:611)
      [2023-12-06T22:29:21,004Z] at java.base/jdk.internal.jrtfs.ExplodedImage.initNodes(ExplodedImage.java:259)
      [2023-12-06T22:29:21,004Z] at java.base/jdk.internal.jrtfs.ExplodedImage.<init>(ExplodedImage.java:71)
      [2023-12-06T22:29:21,004Z] at java.base/jdk.internal.jrtfs.SystemImage.open(SystemImage.java:79)
      [2023-12-06T22:29:21,004Z] at java.base/jdk.internal.jrtfs.JrtFileSystem.<init>(JrtFileSystem.java:90)
      [2023-12-06T22:29:21,004Z] at java.base/jdk.internal.jrtfs.JrtFileSystemProvider.getTheFileSystem(JrtFileSystemProvider.java:210)
      [2023-12-06T22:29:21,004Z] at java.base/jdk.internal.jrtfs.JrtFileSystemProvider.getFileSystem(JrtFileSystemProvider.java:224)
      [2023-12-06T22:29:21,004Z] at java.base/java.nio.file.FileSystems.getFileSystem(FileSystems.java:235)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.file.Locations$SystemModulesLocationHandler.initSystemModules(Locations.java:1970)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.file.Locations$SystemModulesLocationHandler.listLocationsForModules(Locations.java:1945)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.file.Locations.listLocationsForModules(Locations.java:2197)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.file.JavacFileManager.listLocationsForModules(JavacFileManager.java:1187)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.code.ModuleFinder$ModuleLocationIterator.hasNext(ModuleFinder.java:139)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.code.ModuleFinder.scanModulePath(ModuleFinder.java:295)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.code.ModuleFinder.findAllModules(ModuleFinder.java:188)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.comp.Modules.getUnnamedModuleCompleter(Modules.java:1458)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:477)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.comp.Modules.enter(Modules.java:271)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.comp.Modules.initModules(Modules.java:237)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1058)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:949)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:319)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:178)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:66)
      [2023-12-06T22:29:21,006Z] at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:52)

            Unassigned Unassigned
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: