Build Logs
7mind/sbtgen • 3.8.0-RC3:2025-12-04
Errors
5
Warnings
123
Total Lines
358
1##################################
2Clonning https://github.com/7mind/sbtgen.git into /build/repo using revision v0.0.112
3##################################
4Note: switching to '904762597f4b43661a17c4f513ffecb1c4cb84c8'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.4.3
22----
23Preparing build for 3.8.0-RC3
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: project/ScalaVersions.scala
34Pattern: val scala_3 = "3.4.3"
35Replacement: val scala_3 = "3.8.0-RC3"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala_3 = "3.4.3"' in project/ScalaVersions.scala
40----
41Starting build for 3.8.0-RC3
42Execute tests: true
43sbt project found:
44Sbt version 1.11.0-RC2 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project 7mind/sbtgen
47##################################
48Scala version: 3.8.0-RC3
49Targets: io.7mind.izumi.sbt%sbtgen io.7mind.izumi.sbt%sbtmeta
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/ScalaVersions.scala","pattern":"val scala_3 = \"3.4.3\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Xmx4G
61-XX:ReservedCodeCacheSize=256m
62-XX:MaxMetaspaceSize=3G
63-XX:+OmitStackTraceInFastThrow
64-XX:SoftRefLRUPolicyMSPerMB=50
65-Dsun.io.useCanonCaches=false
66-noverify
67-server
68-XX:MaxInlineLevel=18
69-Dcommunitybuild.scala=3.8.0-RC3
70-Dcommunitybuild.project.dependencies.add=
71-Xmx7G
72-Xms4G
73-Xss8M
74-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
75-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
76-jar
77/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
78"setCrossScalaVersions 3.8.0-RC3"
79"++3.8.0-RC3 -v"
80"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
81"set every credentials := Nil"
82"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
83"removeScalacOptionsStartingWith -P:wartremover"
84
85moduleMappings
86"runBuild 3.8.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/ScalaVersions.scala","pattern":"val scala_3 = \"3.4.3\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}""" io.7mind.izumi.sbt%sbtgen io.7mind.izumi.sbt%sbtmeta"
87
88OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
89[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
90[info] loading settings for project repo-build from akka.sbt, plugins.sbt, scalaxmlExclusion.sbt...
91[info] loading project definition from /build/repo/project
92[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
93[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
94[info] Compilation completed in 8.657s.
95[info] done compiling
96[info] loading settings for project izumi-sbtgen from build.sbt, version.sbt...
97[info] set current project to izumi-sbtgen (in build file:/build/repo/)
98[warn] there's a key that's not used by any other settings/tasks:
99[warn]
100[warn] * ThisBuild / classLoaderLayeringStrategy
101[warn] +- /build/repo/build.sbt:6
102[warn]
103[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
104[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
105Execute setCrossScalaVersions: 3.8.0-RC3
106OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in sbtgen/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in sbtmeta/crossScalaVersions
108OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in izumi-sbtgen/crossScalaVersions
109[info] set current project to izumi-sbtgen (in build file:/build/repo/)
110[info] Setting Scala version to 3.8.0-RC3 on 2 projects.
111[info] Switching Scala version on:
112[info] sbtgen (3.8.0-RC3, 2.13.16, 2.12.20)
113[info] sbtmeta (3.8.0-RC3, 2.13.16, 2.12.20)
114[info] Excluding projects:
115[info] * izumi-sbtgen (2.12.20)
116[info] sbt-tests (2.12.20)
117[info] sbt-izumi (2.12.20)
118[info] Reapplying settings...
119[info] set current project to izumi-sbtgen (in build file:/build/repo/)
120Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
121[info] Reapplying settings...
122[info] set current project to izumi-sbtgen (in build file:/build/repo/)
123[info] Defining Global / credentials, ThisBuild / credentials and 4 others.
124[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 25 others.
125[info] Run `last` for details.
126[info] Reapplying settings...
127[info] set current project to izumi-sbtgen (in build file:/build/repo/)
128Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
129[info] Reapplying settings...
130OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
131
132 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
133 Did you mean sbt-izumi / allExcludeDependencies ?
134 , retry without global scopes
135[info] Reapplying settings...
136[info] set current project to izumi-sbtgen (in build file:/build/repo/)
137Execute removeScalacOptionsStartingWith: -P:wartremover
138[info] Reapplying settings...
139[info] set current project to izumi-sbtgen (in build file:/build/repo/)
140[success] Total time: 0 s, completed Dec 4, 2025, 2:52:15 PM
141Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/ScalaVersions.scala","pattern":"val scala_3 = \"3.4.3\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}
142Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
143Starting build...
144Projects: Set(sbtgen, sbtmeta)
145Starting build for ProjectRef(file:/build/repo/,sbtgen) (sbtgen)... [0/2]
146OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
147Compile scalacOptions: -Xmacro-settings:product-version=0.0.112, -Xmacro-settings:product-group=io.7mind.izumi.sbt, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:scala-version=3.8.0-RC3, -Xmacro-settings:scala-versions=3.8.0-RC3:2.13.16:2.12.20, -Xmacro-settings:scala-js-version=1.16.0, -Xmacro-settings:scala-native-version=0.5.1, -Xmacro-settings:crossproject-version=1.3.2, -Xmacro-settings:bundler-version=0.21.1, -Xmacro-settings:sbt-js-dependencies-version=1.0.2, -no-indent, -explain, -experimental, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
148[info] compiling 5 Scala sources to /build/repo/sbtmeta/target/scala-3.8.0-RC3/classes ...
149[info] done compiling
150[info] compiling 13 Scala sources to /build/repo/sbtgen/target/scala-3.8.0-RC3/classes ...
151[warn] there were 3 deprecation warnings; re-run with -deprecation for details
152[warn] one warning found
153[info] done compiling
154[info] compiling 3 Scala sources to /build/repo/sbtgen/target/scala-3.8.0-RC3/test-classes ...
155[info] done compiling
156OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
157OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
158[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
159[info] loading settings for project test-out-jvm-build-build from plugins.sbt...
160[info] loading project definition from /build/repo/target/test-out-jvm-build/project
161[info] loading settings for project izumi from build.sbt...
162[info] resolving key references (54351 settings) ...
163[info] set current project to izumi (in build file:/build/repo/target/test-out-jvm-build/)
164[warn] there are 15 keys that are not used by any other settings/tasks:
165[warn]
166[warn] * ThisBuild / publishMavenStyle
167[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5731
168[warn] * distage / ideSkipProject
169[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5506
170[warn] * distage-jvm / ideSkipProject
171[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5531
172[warn] * doc / ideSkipProject
173[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5654
174[warn] * doc-jvm / ideSkipProject
175[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5670
176[warn] * fundamentals / ideSkipProject
177[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5460
178[warn] * fundamentals-jvm / ideSkipProject
179[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5483
180[warn] * idealingua / ideSkipProject
181[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5602
182[warn] * idealingua-jvm / ideSkipProject
183[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5628
184[warn] * izumi-jvm / ideSkipProject
185[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5710
186[warn] * logstage / ideSkipProject
187[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5556
188[warn] * logstage-jvm / ideSkipProject
189[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5579
190[warn] * microsite / coverageEnabled
191[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5255
192[warn] * sbt-plugins / ideSkipProject
193[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5686
194[warn] * sbt-plugins-jvm / ideSkipProject
195[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5698
196[warn]
197[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
198[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
199[success] Total time: 1 s, completed Dec 4, 2025, 2:53:19 PM
200[0JOpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
201OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
202[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
203[info] loading settings for project dotty-build from plugins.sbt...
204[info] loading project definition from /build/repo/target/test-out-jvm-build/dotty/project
205[info] loading settings for project test-dotty from build.sbt...
206[info] set current project to test-dotty (in build file:/build/repo/target/test-out-jvm-build/dotty/)
207[warn] there are 3 keys that are not used by any other settings/tasks:
208[warn]
209[warn] * test-agg / ideSkipProject
210[warn] +- /build/repo/target/test-out-jvm-build/dotty/build.sbt:70
211[warn] * test-agg-jvm / ideSkipProject
212[warn] +- /build/repo/target/test-out-jvm-build/dotty/build.sbt:81
213[warn] * test-dotty-jvm / ideSkipProject
214[warn] +- /build/repo/target/test-out-jvm-build/dotty/build.sbt:92
215[warn]
216[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
217[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
218[success] Total time: 0 s, completed Dec 4, 2025, 2:53:28 PM
219[0JOpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
220OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
221[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
222[info] loading settings for project test-out-js-build-build from plugins.sbt...
223[info] loading project definition from /build/repo/target/test-out-js-build/project
224[info] loading settings for project izumi from build.sbt...
225[info] resolving key references (74296 settings) ...
226[info] set current project to izumi (in build file:/build/repo/target/test-out-js-build/)
227[warn] there are 19 keys that are not used by any other settings/tasks:
228[warn]
229[warn] * ThisBuild / publishMavenStyle
230[warn] +- /build/repo/target/test-out-js-build/build.sbt:5739
231[warn] * distage / ideSkipProject
232[warn] +- /build/repo/target/test-out-js-build/build.sbt:5449
233[warn] * distage-jvm / ideSkipProject
234[warn] +- /build/repo/target/test-out-js-build/build.sbt:5474
235[warn] * doc / ideSkipProject
236[warn] +- /build/repo/target/test-out-js-build/build.sbt:5643
237[warn] * doc-jvm / ideSkipProject
238[warn] +- /build/repo/target/test-out-js-build/build.sbt:5659
239[warn] * fundamentals / ideSkipProject
240[warn] +- /build/repo/target/test-out-js-build/build.sbt:5375
241[warn] * fundamentals-js / ideSkipProject
242[warn] +- /build/repo/target/test-out-js-build/build.sbt:5427
243[warn] * fundamentals-jvm / ideSkipProject
244[warn] +- /build/repo/target/test-out-js-build/build.sbt:5404
245[warn] * idealingua / ideSkipProject
246[warn] +- /build/repo/target/test-out-js-build/build.sbt:5567
247[warn] * idealingua-js / ideSkipProject
248[warn] +- /build/repo/target/test-out-js-build/build.sbt:5623
249[warn] * idealingua-jvm / ideSkipProject
250[warn] +- /build/repo/target/test-out-js-build/build.sbt:5597
251[warn] * izumi-js / ideSkipProject
252[warn] +- /build/repo/target/test-out-js-build/build.sbt:5719
253[warn] * izumi-jvm / ideSkipProject
254[warn] +- /build/repo/target/test-out-js-build/build.sbt:5699
255[warn] * logstage / ideSkipProject
256[warn] +- /build/repo/target/test-out-js-build/build.sbt:5499
257[warn] * logstage-js / ideSkipProject
258[warn] +- /build/repo/target/test-out-js-build/build.sbt:5548
259[warn] * logstage-jvm / ideSkipProject
260[warn] +- /build/repo/target/test-out-js-build/build.sbt:5525
261[warn] * microsite / coverageEnabled
262[warn] +- /build/repo/target/test-out-js-build/build.sbt:5178
263[warn] * sbt-plugins / ideSkipProject
264[warn] +- /build/repo/target/test-out-js-build/build.sbt:5675
265[warn] * sbt-plugins-jvm / ideSkipProject
266[warn] +- /build/repo/target/test-out-js-build/build.sbt:5687
267[warn]
268[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
269[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
270[success] Total time: 1 s, completed Dec 4, 2025, 2:53:57 PM
271[0JOpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
272OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
273[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
274[info] loading settings for project dotty-build from plugins.sbt...
275[info] loading project definition from /build/repo/target/test-out-js-build/dotty/project
276[info] loading settings for project test-dotty from build.sbt...
277[info] set current project to test-dotty (in build file:/build/repo/target/test-out-js-build/dotty/)
278[warn] there are 5 keys that are not used by any other settings/tasks:
279[warn]
280[warn] * test-agg / ideSkipProject
281[warn] +- /build/repo/target/test-out-js-build/dotty/build.sbt:114
282[warn] * test-agg-js / ideSkipProject
283[warn] +- /build/repo/target/test-out-js-build/dotty/build.sbt:137
284[warn] * test-agg-jvm / ideSkipProject
285[warn] +- /build/repo/target/test-out-js-build/dotty/build.sbt:126
286[warn] * test-dotty-js / ideSkipProject
287[warn] +- /build/repo/target/test-out-js-build/dotty/build.sbt:159
288[warn] * test-dotty-jvm / ideSkipProject
289[warn] +- /build/repo/target/test-out-js-build/dotty/build.sbt:148
290[warn]
291[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
292[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
293[success] Total time: 0 s, completed Dec 4, 2025, 2:54:08 PM
294[0J[info] SbtGenTest:
295[info] sbtgen
296[info] - should produce the same output in JVM-only (use ./copy-test-directory.sh to fix this test) *** FAILED ***
297[info] java.lang.RuntimeException: Nonzero exit value: 1
298[info] at scala.sys.package$.error(package.scala:28)
299[info] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.slurp(ProcessBuilderImpl.scala:165)
300[info] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.$bang$bang(ProcessBuilderImpl.scala:122)
301[info] at izumi.sbtgen.SbtGenTest.f$proxy1$1(SbtGenTest.scala:24)
302[info] at izumi.sbtgen.SbtGenTest.$init$$$anonfun$1$$anonfun$1(SbtGenTest.scala:18)
303[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
304[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
305[info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
306[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
307[info] at org.scalatest.Transformer.apply(Transformer.scala:22)
308[info] ...
309[info] + generated: target/test-out-jvm/
310[info] - should produce the same output in JS (use ./copy-test-directory.sh to fix this test) *** FAILED ***
311[info] java.lang.RuntimeException: Nonzero exit value: 1
312[info] at scala.sys.package$.error(package.scala:28)
313[info] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.slurp(ProcessBuilderImpl.scala:165)
314[info] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.$bang$bang(ProcessBuilderImpl.scala:122)
315[info] at izumi.sbtgen.SbtGenTest.f$proxy2$1(SbtGenTest.scala:32)
316[info] at izumi.sbtgen.SbtGenTest.$init$$$anonfun$1$$anonfun$2(SbtGenTest.scala:27)
317[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
318[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
319[info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
320[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
321[info] at org.scalatest.Transformer.apply(Transformer.scala:22)
322[info] ...
323[info] + generated: target/test-out-js/
324[info] - should extract build meta
325[info] sbtgen/sbt
326[info] - should produce working output in JVM-only
327[info] - should produce working output in JS
328Starting build for ProjectRef(file:/build/repo/,sbtmeta) (sbtmeta)... [1/2]
329Compile scalacOptions: -no-indent, -explain, -experimental, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
330
331************************
332Build summary:
333[{
334 "module": "sbtgen",
335 "compile": {"status": "ok", "tookMs": 13427, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
336 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
337 "test-compile": {"status": "ok", "tookMs": 2261, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
338 "test": {"status": "failed", "tookMs": 86611, "passed": 3, "failed": 2, "ignored": 0, "skipped": 0, "total": 5, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 2, "ignored": 0, "skipped": 0, "total": 5}}]},
339 "publish": {"status": "skipped", "tookMs": 0},
340 "metadata": {
341 "crossScalaVersions": ["2.13.16", "2.12.20", "3.4.3"]
342}
343},{
344 "module": "sbtmeta",
345 "compile": {"status": "ok", "tookMs": 62, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
346 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
347 "test-compile": {"status": "ok", "tookMs": 109, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
348 "test": {"status": "ok", "tookMs": 102, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
349 "publish": {"status": "skipped", "tookMs": 0},
350 "metadata": {
351 "crossScalaVersions": ["2.13.16", "2.12.20", "3.4.3"]
352}
353}]
354************************
355[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: sbtgen
356[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: sbtgen
357[error] Total time: 113 s (0:01:53.0), completed Dec 4, 2025, 2:54:09 PM
358[0JBuild failed, not retrying.