Created
July 19, 2026 01:33
-
-
Save hmemcpy/1e38caca1c8013fbc9348385f178833f to your computer and use it in GitHub Desktop.
Build log for issue #9 — sbt clean compile test under JBR 25 (IntelliJ 2026.1 runtime)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [info] welcome to sbt 1.9.9 (JetBrains s.r.o. Java 25.0.3) | |
| [info] loading settings for project metallurgy-build from plugins.sbt ... | |
| [info] loading project definition from /Users/hmemcpy/git/metallurgy/project | |
| [info] loading settings for project metallurgy from build.sbt ... | |
| [info] set current project to metallurgy (in build file:/Users/hmemcpy/git/metallurgy/) | |
| [info] + IdeaDependency(BuildInfo(ideaIC-261)) is up to date: 2/2 | |
| [warn] Failed to check locally installed JBR version(assuming true): /Users/hmemcpy/.metallurgyPluginIC/sdk/261/jbr/release | |
| [info] + JbrDependency(AutoJbr(None,None,Some(JbrPlatform(osx,aarch64)))) is up to date: 1/1 | |
| [info] + PluginDependency(com.intellij.java) is up to date: 1/1 | |
| [info] + PluginDependency(org.intellij.scala) is up to date: 1/1 | |
| [warn] ### Installed build number is different form the original build number | |
| [warn] ### Installed : 261.26222.65 | |
| [warn] ### Original : 261 | |
| [success] Total time: 0 s, completed 19 Jul 2026, 4:32:44 | |
| [info] Executing in batch mode. For better performance use sbt's shell | |
| [success] Total time: 0 s, completed 19 Jul 2026, 4:32:44 | |
| [info] compiling 4 Scala sources to /Users/hmemcpy/git/metallurgy/target/scala-2.13/classes ... | |
| [info] done compiling | |
| [success] Total time: 2 s, completed 19 Jul 2026, 4:32:46 | |
| [info] building node stubs from root: ProjectRef(file:/Users/hmemcpy/git/metallurgy/,metallurgy) | |
| [info] building node graph from nodes: List({metallurgy}) | |
| [info] building mappings for 1 nodes | |
| [info] started dumping structure | |
| [info] Detected plugin xmls, patching: /Users/hmemcpy/git/metallurgy/target/scala-2.13/classes/META-INF/plugin.xml | |
| [warn] /Users/hmemcpy/git/metallurgy/target/scala-2.13/classes/META-INF/plugin.xml doesn't have version tag defined, not patching | |
| [info] Cache file is empty or doesn't exist | |
| [info] Wrote 10 files to /Users/hmemcpy/git/metallurgy/target/plugin/metallurgy/lib/metallurgy.jar | |
| [info] (157ms) packageJar(1): /Users/hmemcpy/git/metallurgy/target/plugin/metallurgy/lib/metallurgy.jar | |
| [info] (164ms) <== Artifact total assembly ==> | |
| [info] compiling 1 Scala source to /Users/hmemcpy/git/metallurgy/target/scala-2.13/test-classes ... | |
| [info] done compiling | |
| CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true | |
| WARNING: package sun.awt.windows not in java.desktop | |
| WARNING: package sun.awt.X11 not in java.desktop | |
| WARNING: package com.sun.java.swing.plaf.gtk not in java.desktop | |
| [info] Test run com.hmemcpy.metallurgy.SmokeTest started | |
| [info] Test com.hmemcpy.metallurgy.SmokeTest.testPluginClassesLoad started | |
| [info] Test run com.hmemcpy.metallurgy.SmokeTest finished: 0 failed, 0 ignored, 1 total, 0.004s | |
| [info] Passed: Total 1, Failed 0, Errors 0, Passed 1 | |
| [success] Total time: 1 s, completed 19 Jul 2026, 4:32:47 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment