Build Logs

7mind/sbtgen • 3.8.0-RC2:2025-11-28

Errors

5

Warnings

37

Total Lines

272

1##################################
2Clonning https://github.com/7mind/sbtgen.git into /build/repo using revision v0.0.111
3##################################
4Note: switching to '5649d5eebeaf00219ffe9bba77e5d5f03c056c66'.
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-RC2
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-RC2"
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-RC2
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-RC2
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-RC2
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-RC2"
79"++3.8.0-RC2 -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-RC2 """{"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 9.107s.
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-RC2
106OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in sbtmeta/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in sbtgen/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-RC2 on 2 projects.
111[info] Switching Scala version on:
112[info] sbtgen (3.8.0-RC2, 2.13.16, 2.12.20)
113[info] sbtmeta (3.8.0-RC2, 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 Nov 28, 2025, 1:44:58 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.111, -Xmacro-settings:product-group=io.7mind.izumi.sbt, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:scala-version=3.8.0-RC2, -Xmacro-settings:scala-versions=3.8.0-RC2: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-RC2/classes ...
149[info] done compiling
150[info] compiling 13 Scala sources to /build/repo/sbtgen/target/scala-3.8.0-RC2/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-RC2/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 (54310 settings) ...
163[info] set current project to izumi (in build file:/build/repo/target/test-out-jvm-build/)
164[warn] there are 2 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:5690
168[warn] * microsite / coverageEnabled
169[warn] +- /build/repo/target/test-out-jvm-build/build.sbt:5255
170[warn]
171[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
172[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
173[success] Total time: 1 s, completed Nov 28, 2025, 1:46:09 PM
174[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.
175OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
176[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
177[info] loading settings for project dotty-build from plugins.sbt...
178[info] loading project definition from /build/repo/target/test-out-jvm-build/dotty/project
179[info] loading settings for project test-dotty from build.sbt...
180[info] set current project to test-dotty (in build file:/build/repo/target/test-out-jvm-build/dotty/)
181[success] Total time: 0 s, completed Nov 28, 2025, 1:46:18 PM
182[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.
183OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
184[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
185[info] loading settings for project test-out-js-build-build from plugins.sbt...
186[info] loading project definition from /build/repo/target/test-out-js-build/project
187[info] loading settings for project izumi from build.sbt...
188[info] resolving key references (74243 settings) ...
189[info] set current project to izumi (in build file:/build/repo/target/test-out-js-build/)
190[warn] there are 2 keys that are not used by any other settings/tasks:
191[warn]
192[warn] * ThisBuild / publishMavenStyle
193[warn] +- /build/repo/target/test-out-js-build/build.sbt:5686
194[warn] * microsite / coverageEnabled
195[warn] +- /build/repo/target/test-out-js-build/build.sbt:5178
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 Nov 28, 2025, 1:46:49 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-js-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-js-build/dotty/)
207[success] Total time: 0 s, completed Nov 28, 2025, 1:47:01 PM
208[0J[info] SbtGenTest:
209[info] sbtgen
210[info] - should produce the same output in JVM-only *** FAILED ***
211[info] java.lang.RuntimeException: Nonzero exit value: 1
212[info] at scala.sys.package$.error(package.scala:28)
213[info] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.slurp(ProcessBuilderImpl.scala:165)
214[info] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.$bang$bang(ProcessBuilderImpl.scala:122)
215[info] at izumi.sbtgen.SbtGenTest.f$proxy1$1(SbtGenTest.scala:24)
216[info] at izumi.sbtgen.SbtGenTest.$init$$$anonfun$1$$anonfun$1(SbtGenTest.scala:18)
217[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
218[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
219[info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
220[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
221[info] at org.scalatest.Transformer.apply(Transformer.scala:22)
222[info] ...
223[info] + generated: target/test-out-jvm/
224[info] - should produce the same output in JS *** FAILED ***
225[info] java.lang.RuntimeException: Nonzero exit value: 1
226[info] at scala.sys.package$.error(package.scala:28)
227[info] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.slurp(ProcessBuilderImpl.scala:165)
228[info] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.$bang$bang(ProcessBuilderImpl.scala:122)
229[info] at izumi.sbtgen.SbtGenTest.f$proxy2$1(SbtGenTest.scala:32)
230[info] at izumi.sbtgen.SbtGenTest.$init$$$anonfun$1$$anonfun$2(SbtGenTest.scala:27)
231[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
232[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
233[info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
234[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
235[info] at org.scalatest.Transformer.apply(Transformer.scala:22)
236[info] ...
237[info] + generated: target/test-out-js/
238[info] - should extract build meta
239[info] sbtgen/sbt
240[info] - should produce working output in JVM-only
241[info] - should produce working output in JS
242Starting build for ProjectRef(file:/build/repo/,sbtmeta) (sbtmeta)... [1/2]
243Compile scalacOptions: -no-indent, -explain, -experimental, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
244
245************************
246Build summary:
247[{
248 "module": "sbtgen",
249 "compile": {"status": "ok", "tookMs": 15381, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
250 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
251 "test-compile": {"status": "ok", "tookMs": 3103, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
252 "test": {"status": "failed", "tookMs": 91136, "passed": 3, "failed": 2, "ignored": 0, "skipped": 0, "total": 5, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 2, "ignored": 0, "skipped": 0, "total": 5}}]},
253 "publish": {"status": "skipped", "tookMs": 0},
254 "metadata": {
255 "crossScalaVersions": ["2.13.16", "2.12.20", "3.4.3"]
256}
257},{
258 "module": "sbtmeta",
259 "compile": {"status": "ok", "tookMs": 64, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
260 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
261 "test-compile": {"status": "ok", "tookMs": 110, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
262 "test": {"status": "ok", "tookMs": 115, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
263 "publish": {"status": "skipped", "tookMs": 0},
264 "metadata": {
265 "crossScalaVersions": ["2.13.16", "2.12.20", "3.4.3"]
266}
267}]
268************************
269[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: sbtgen
270[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: sbtgen
271[error] Total time: 123 s (0:02:03.0), completed Nov 28, 2025, 1:47:02 PM
272[0JBuild failed, not retrying.