Build Logs

scala-steward-org/scala-steward • 3.8.0:2026-01-13

Errors

11

Warnings

32

Total Lines

287

1##################################
2Clonning https://github.com/scala-steward-org/scala-steward.git into /build/repo using revision
3##################################
4Would override fixed Scala version: 3.3.7
5Using target Scala version for migration: 3.7.4
6Migrating project for -source:3.4 using Scala 3.7.4
7----
8Preparing build for 3.7.4
9Would try to apply common scalacOption (best-effort, sbt/mill only):
10Append: -rewrite,REQUIRE:-source:3.4-migration
11Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
12
13Try apply source patch:
14Path: modules/core/src/test/scala/org/scalasteward/core/mock/package.scala
15Pattern: runA(MockState.empty).unsafeRunSync()(cats.effect.unsafe.implicits.global)
16Replacement: runA(MockState.empty).unsafeRunSync()(using cats.effect.unsafe.implicits.global)
17Starting compilation server
18Compiling project (Scala 3.7.3, JVM (21))
19Compiled project (Scala 3.7.3, JVM (21))
20Successfully applied pattern 'runA(MockState.empty).unsafeRunSync()(cats.effect.unsafe.implicits.global)' in modules/core/src/test/scala/org/scalasteward/core/mock/package.scala
21
22Try apply source patch:
23Path: build.sbt
24Pattern: val Scala3 = "3.3.7"
25Replacement: val Scala3 = "3.7.4"
26Successfully applied pattern 'val Scala3 = "3.3.7"' in build.sbt
27----
28Starting build for 3.7.4
29Execute tests: false
30sbt project found:
31No prepare script found for project scala-steward-org/scala-steward
32##################################
33Scala version: 3.7.4
34Targets: *%*
35Project projectConfig: {"projects":{"exclude":["scala-steward-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":["set core.jvm/Compile/doc/skip := true","set core.jvm/Compile/publish/skip := true"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"modules/core/src/test/scala/org/scalasteward/core/mock/package.scala","pattern":"runA(MockState.empty).unsafeRunSync()(cats.effect.unsafe.implicits.global)","replaceWith":"runA(MockState.empty).unsafeRunSync()(using cats.effect.unsafe.implicits.global)"},{"path":"build.sbt","pattern":"val Scala3 = \"3.3.7\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
36##################################
37Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
38Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
39[sbt_options] declare -a sbt_options=()
40[process_args] java_version = '21'
41[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
42# Executing command line:
43java
44-Dfile.encoding=UTF-8
45-Dcommunitybuild.scala=3.7.4
46-Dcommunitybuild.project.dependencies.add=
47-Xmx7G
48-Xms4G
49-Xss8M
50-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
51-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
52-jar
53/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
54"setCrossScalaVersions 3.7.4"
55"++3.7.4 -v"
56"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
57"set every credentials := Nil"
58"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
59"removeScalacOptionsStartingWith -P:wartremover"
60"set core.jvm/Compile/doc/skip := true; set core.jvm/Compile/publish/skip := true"
61moduleMappings
62"runBuild 3.7.4 """{"projects":{"exclude":["scala-steward-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":["set core.jvm/Compile/doc/skip := true","set core.jvm/Compile/publish/skip := true"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"modules/core/src/test/scala/org/scalasteward/core/mock/package.scala","pattern":"runA(MockState.empty).unsafeRunSync()(cats.effect.unsafe.implicits.global)","replaceWith":"runA(MockState.empty).unsafeRunSync()(using cats.effect.unsafe.implicits.global)"},{"path":"build.sbt","pattern":"val Scala3 = \"3.3.7\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" *%*"
63
64[info] [launcher] getting org.scala-sbt sbt 1.12.0 (this may take some time)...
65[info] [launcher] getting Scala 2.12.21 (for sbt)...
66[info] welcome to sbt 1.12.0 (Eclipse Adoptium Java 21)
67[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
68[info] loading project definition from /build/repo/project
69[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
70[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.21. Compiling...
71[info] Compilation completed in 8.118s.
72[info] done compiling
73[info] loading settings for project root from build.sbt...
74[info] set current project to scala-steward (in build file:/build/repo/)
75Execute setCrossScalaVersions: 3.7.4
76OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in core/crossScalaVersions
77OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in benchmark/crossScalaVersions
78OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in dummy/crossScalaVersions
79OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
80OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in root/crossScalaVersions
81[info] set current project to scala-steward (in build file:/build/repo/)
82[info] Setting Scala version to 3.7.4 on 5 projects.
83[info] Switching Scala version on:
84[info] * root (2.13.18, 3.7.4)
85[info] docs (2.13.18, 3.7.4)
86[info] dummy (2.13.18, 3.7.4)
87[info] core (2.13.18, 3.7.4)
88[info] benchmark (2.13.18, 3.7.4)
89[info] Excluding projects:
90[info] Reapplying settings...
91[info] set current project to scala-steward (in build file:/build/repo/)
92Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
93[info] Reapplying settings...
94[info] set current project to scala-steward (in build file:/build/repo/)
95[info] Defining Global / credentials, benchmark / credentials and 3 others.
96[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 39 others.
97[info] Run `last` for details.
98[info] Reapplying settings...
99[info] set current project to scala-steward (in build file:/build/repo/)
100Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
101[info] Reapplying settings...
102OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
103
104 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
105 Did you mean allExcludeDependencies ?
106 , retry without global scopes
107[info] Reapplying settings...
108[info] set current project to scala-steward (in build file:/build/repo/)
109Execute removeScalacOptionsStartingWith: -P:wartremover
110[info] Reapplying settings...
111[info] set current project to scala-steward (in build file:/build/repo/)
112[info] Defining core / Compile / doc / skip
113[info] The new value will be used by no settings or tasks.
114[info] Reapplying settings...
115[info] set current project to scala-steward (in build file:/build/repo/)
116[info] Defining core / Compile / publish / skip
117[info] The new value will be used by no settings or tasks.
118[info] Reapplying settings...
119[info] set current project to scala-steward (in build file:/build/repo/)
120[success] Total time: 0 s, completed Jan 13, 2026, 4:48:22 PM
121Build config: {"projects":{"exclude":["scala-steward-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":["set core.jvm/Compile/doc/skip := true","set core.jvm/Compile/publish/skip := true"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"modules/core/src/test/scala/org/scalasteward/core/mock/package.scala","pattern":"runA(MockState.empty).unsafeRunSync()(cats.effect.unsafe.implicits.global)","replaceWith":"runA(MockState.empty).unsafeRunSync()(using cats.effect.unsafe.implicits.global)"},{"path":"build.sbt","pattern":"val Scala3 = \"3.3.7\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
122Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(scala-steward-docs),Map()),CompileOnly,List()))
123Excluding target 'org.scala-steward%scala-steward-docs' - matches exclusion rule: 'scala-steward-docs'
124Starting build...
125Projects: Set(core, dummy, root, benchmark)
126Starting build for ProjectRef(file:/build/repo/,core) (scala-steward-core)... [0/4]
127OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.21 module Global
128OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.21 module Global
129[warn] found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
130[warn] * org.http4s:http4s-client_3:1.0.0-M46 (early-semver) is selected over 1.0.0-M44
131[warn] +- org.scala-steward:scala-steward-core_3:0.37.0-63-51c33189-20260113-1648-SNAPSHOT (depends on 1.0.0-M46)
132[warn] +- org.http4s:http4s-jdk-http-client_3:1.0.0-M10 (depends on 1.0.0-M44)
133[warn] * org.http4s:http4s-core_3:1.0.0-M46 (early-semver) is selected over 1.0.0-M44
134[warn] +- org.scala-steward:scala-steward-core_3:0.37.0-63-51c33189-20260113-1648-SNAPSHOT (depends on 1.0.0-M46)
135[warn] +- org.http4s:http4s-client_3:1.0.0-M46 (depends on 1.0.0-M46)
136[warn] +- org.http4s:http4s-circe_3:1.0.0-M46 (depends on 1.0.0-M46)
137[warn] +- org.http4s:http4s-jawn_3:1.0.0-M46 (depends on 1.0.0-M46)
138[warn] +- org.http4s:http4s-jdk-http-client_3:1.0.0-M10 (depends on 1.0.0-M44)
139OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
140OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
141OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
142Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
143[info] compiling 183 Scala sources to /build/repo/modules/core/.jvm/target/scala-3.7.4/classes ...
144[info] done compiling
145[info] Main Scala API documentation to /build/repo/modules/core/.jvm/target/scala-3.7.4/api...
146[info] Skipping unused scalacOptions: -Wvalue-discard, -Wnonunit-statement, -Wconf, -Xkind-projector, -source, -rewrite
147[warn] Flag -classpath set repeatedly
148[error] -- Error: modules/core/jvm/src/main/scala/cron4s/Cron.scala:28:0 ---------------
149[error] undefined: new scala.scalajs.js.annotation.JSExportTopLevel # -1: TermRef(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class js)),object annotation),JSExportTopLevel),<init>) at readTasty
150[warn] one warning found
151[error] one error found
152[error] (core / Compile / doc) DottyDoc Compilation Failed
153Downloading https://repo1.maven.org/maven2/org/scalameta/scalafmt-core_2.12/3.10.3/scalafmt-core_2.12-3.10.3.pom
154Downloaded https://repo1.maven.org/maven2/org/scalameta/scalafmt-core_2.12/3.10.3/scalafmt-core_2.12-3.10.3.pom
155Downloading https://repo1.maven.org/maven2/org/scalameta/scalafmt-sysops_2.12/3.10.3/scalafmt-sysops_2.12-3.10.3.pom
156Downloading https://repo1.maven.org/maven2/org/scalameta/scalafmt-config_2.12/3.10.3/scalafmt-config_2.12-3.10.3.pom
157Downloading https://repo1.maven.org/maven2/org/scalameta/scalafmt-macros_2.12/3.10.3/scalafmt-macros_2.12-3.10.3.pom
158Downloading https://repo1.maven.org/maven2/org/scalameta/mdoc-parser_2.12/2.8.2/mdoc-parser_2.12-2.8.2.pom
159Downloaded https://repo1.maven.org/maven2/org/scalameta/scalafmt-sysops_2.12/3.10.3/scalafmt-sysops_2.12-3.10.3.pom
160Downloaded https://repo1.maven.org/maven2/org/scalameta/scalafmt-config_2.12/3.10.3/scalafmt-config_2.12-3.10.3.pom
161Downloaded https://repo1.maven.org/maven2/org/scalameta/mdoc-parser_2.12/2.8.2/mdoc-parser_2.12-2.8.2.pom
162Downloaded https://repo1.maven.org/maven2/org/scalameta/scalafmt-macros_2.12/3.10.3/scalafmt-macros_2.12-3.10.3.pom
163Downloading https://repo1.maven.org/maven2/org/scalameta/metaconfig-core_2.12/0.18.1/metaconfig-core_2.12-0.18.1.pom
164Downloading https://repo1.maven.org/maven2/org/scalameta/metaconfig-typesafe-config_2.12/0.18.1/metaconfig-typesafe-config_2.12-0.18.1.pom
165Downloaded https://repo1.maven.org/maven2/org/scalameta/metaconfig-typesafe-config_2.12/0.18.1/metaconfig-typesafe-config_2.12-0.18.1.pom
166Downloaded https://repo1.maven.org/maven2/org/scalameta/metaconfig-core_2.12/0.18.1/metaconfig-core_2.12-0.18.1.pom
167Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.12/2.14.0/scala-collection-compat_2.12-2.14.0.pom
168Downloading https://repo1.maven.org/maven2/org/scalameta/metaconfig-pprint_2.12/0.18.1/metaconfig-pprint_2.12-0.18.1.pom
169Downloading https://repo1.maven.org/maven2/org/typelevel/paiges-core_2.12/0.4.4/paiges-core_2.12-0.4.4.pom
170Downloaded https://repo1.maven.org/maven2/org/scalameta/metaconfig-pprint_2.12/0.18.1/metaconfig-pprint_2.12-0.18.1.pom
171Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.12/2.14.0/scala-collection-compat_2.12-2.14.0.pom
172Downloaded https://repo1.maven.org/maven2/org/typelevel/paiges-core_2.12/0.4.4/paiges-core_2.12-0.4.4.pom
173Downloading https://repo1.maven.org/maven2/com/lihaoyi/fansi_2.12/0.5.1/fansi_2.12-0.5.1.pom
174Downloaded https://repo1.maven.org/maven2/com/lihaoyi/fansi_2.12/0.5.1/fansi_2.12-0.5.1.pom
175Downloading https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_2.12/0.4.0/sourcecode_2.12-0.4.0.pom
176Downloaded https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_2.12/0.4.0/sourcecode_2.12-0.4.0.pom
177Downloading https://repo1.maven.org/maven2/org/scalameta/scalafmt-macros_2.12/3.10.3/scalafmt-macros_2.12-3.10.3.jar
178Downloading https://repo1.maven.org/maven2/org/scalameta/scalafmt-config_2.12/3.10.3/scalafmt-config_2.12-3.10.3.jar
179Downloading https://repo1.maven.org/maven2/org/scalameta/scalafmt-core_2.12/3.10.3/scalafmt-core_2.12-3.10.3.jar
180Downloading https://repo1.maven.org/maven2/org/scalameta/metaconfig-pprint_2.12/0.18.1/metaconfig-pprint_2.12-0.18.1.jar
181Downloading https://repo1.maven.org/maven2/org/scalameta/mdoc-parser_2.12/2.8.2/mdoc-parser_2.12-2.8.2.jar
182Downloading https://repo1.maven.org/maven2/org/scalameta/scalafmt-sysops_2.12/3.10.3/scalafmt-sysops_2.12-3.10.3.jar
183Downloaded https://repo1.maven.org/maven2/org/scalameta/scalafmt-config_2.12/3.10.3/scalafmt-config_2.12-3.10.3.jar
184Downloading https://repo1.maven.org/maven2/org/scalameta/metaconfig-typesafe-config_2.12/0.18.1/metaconfig-typesafe-config_2.12-0.18.1.jar
185Downloaded https://repo1.maven.org/maven2/org/scalameta/scalafmt-macros_2.12/3.10.3/scalafmt-macros_2.12-3.10.3.jar
186Downloading https://repo1.maven.org/maven2/com/lihaoyi/fansi_2.12/0.5.1/fansi_2.12-0.5.1.jar
187Downloaded https://repo1.maven.org/maven2/org/scalameta/mdoc-parser_2.12/2.8.2/mdoc-parser_2.12-2.8.2.jar
188Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.12/2.14.0/scala-collection-compat_2.12-2.14.0.jar
189Downloaded https://repo1.maven.org/maven2/org/scalameta/scalafmt-sysops_2.12/3.10.3/scalafmt-sysops_2.12-3.10.3.jar
190Downloading https://repo1.maven.org/maven2/org/typelevel/paiges-core_2.12/0.4.4/paiges-core_2.12-0.4.4.jar
191Downloaded https://repo1.maven.org/maven2/org/scalameta/metaconfig-pprint_2.12/0.18.1/metaconfig-pprint_2.12-0.18.1.jar
192Downloading https://repo1.maven.org/maven2/org/scalameta/metaconfig-core_2.12/0.18.1/metaconfig-core_2.12-0.18.1.jar
193Downloaded https://repo1.maven.org/maven2/org/scalameta/metaconfig-typesafe-config_2.12/0.18.1/metaconfig-typesafe-config_2.12-0.18.1.jar
194Downloaded https://repo1.maven.org/maven2/com/lihaoyi/fansi_2.12/0.5.1/fansi_2.12-0.5.1.jar
195Downloaded https://repo1.maven.org/maven2/org/typelevel/paiges-core_2.12/0.4.4/paiges-core_2.12-0.4.4.jar
196Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.12/2.14.0/scala-collection-compat_2.12-2.14.0.jar
197Downloaded https://repo1.maven.org/maven2/org/scalameta/metaconfig-core_2.12/0.18.1/metaconfig-core_2.12-0.18.1.jar
198Downloaded https://repo1.maven.org/maven2/org/scalameta/scalafmt-core_2.12/3.10.3/scalafmt-core_2.12-3.10.3.jar
199[info] compiling 110 Scala sources to /build/repo/modules/core/.jvm/target/scala-3.7.4/test-classes ...
200[info] [patched file /build/repo/modules/core/src/test/scala/org/scalasteward/core/buildtool/mill/MillDepParserTest.scala]
201[info] done compiling
202[info] Wrote /build/repo/modules/core/.jvm/target/scala-3.7.4/scala-steward-core_3-0.37.0-63-51c33189-20260113-1648-SNAPSHOT.pom
203[info] Main Scala API documentation to /build/repo/modules/core/.jvm/target/scala-3.7.4/api...
204[info] Skipping unused scalacOptions: -Wvalue-discard, -Wnonunit-statement, -Wconf, -Xkind-projector, -source, -rewrite
205[warn] Flag -classpath set repeatedly
206[error] -- Error: modules/core/jvm/src/main/scala/cron4s/Cron.scala:28:0 ---------------
207[error] undefined: new scala.scalajs.js.annotation.JSExportTopLevel # -1: TermRef(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class js)),object annotation),JSExportTopLevel),<init>) at readTasty
208[warn] one warning found
209[error] one error found
210[error] (core / Compile / doc) DottyDoc Compilation Failed
211[info] compiling 1 Scala source to /build/repo/modules/core/.jvm/target/scala-3.7.4/test-classes ...
212[info] done compiling
213Starting build for ProjectRef(file:/build/repo/,dummy) (scala-steward-dummy)... [1/4]
214[warn] Found intransitive dependency (com.lihaoyi:mill-runner-launcher_3:1.0.6 intransitive) while publishMavenStyle is true, but Maven repositories
215[warn] do not support intransitive dependencies. Use exclusions instead so transitive dependencies
216[warn] will be correctly excluded in dependent projects.
217[warn]
218[warn] Found intransitive dependency (org.scala-steward:scala-steward-mill-plugin_mill1_3:0.19.0 intransitive) while publishMavenStyle is true, but Maven repositories
219[warn] do not support intransitive dependencies. Use exclusions instead so transitive dependencies
220[warn] will be correctly excluded in dependent projects.
221[warn]
222Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
223Starting build for ProjectRef(file:/build/repo/,root) (scala-steward)... [2/4]
224Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
225Starting build for ProjectRef(file:/build/repo/,benchmark) (scala-steward-benchmark)... [3/4]
226[warn] found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
227[warn] * org.http4s:http4s-client_3:1.0.0-M46 (early-semver) is selected over 1.0.0-M44
228[warn] +- org.scala-steward:scala-steward-core_3:0.37.0-63-51c33189-20260113-1648-SNAPSHOT (depends on 1.0.0-M46)
229[warn] +- org.http4s:http4s-jdk-http-client_3:1.0.0-M10 (depends on 1.0.0-M44)
230[warn] * org.http4s:http4s-core_3:1.0.0-M46 (early-semver) is selected over 1.0.0-M44
231[warn] +- org.scala-steward:scala-steward-core_3:0.37.0-63-51c33189-20260113-1648-SNAPSHOT (depends on 1.0.0-M46)
232[warn] +- org.http4s:http4s-client_3:1.0.0-M46 (depends on 1.0.0-M46)
233[warn] +- org.http4s:http4s-circe_3:1.0.0-M46 (depends on 1.0.0-M46)
234[warn] +- org.http4s:http4s-jawn_3:1.0.0-M46 (depends on 1.0.0-M46)
235[warn] +- org.http4s:http4s-jdk-http-client_3:1.0.0-M10 (depends on 1.0.0-M44)
236Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
237[info] compiling 3 Scala sources to /build/repo/modules/benchmark/.jvm/target/scala-3.7.4/classes ...
238[info] done compiling
239
240************************
241Build summary:
242[{
243 "module": "scala-steward-core",
244 "compile": {"status": "ok", "tookMs": 35603, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
245 "doc": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["DottyDoc Compilation Failed"]}, "tookMs": 2477, "files": 0, "totalSizeKb": 0},
246 "test-compile": {"status": "ok", "tookMs": 20521, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
247 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
248 "publish": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["DottyDoc Compilation Failed"]}, "tookMs": 1961},
249 "metadata": {
250 "crossScalaVersions": ["2.13.18", "3.3.7"]
251}
252},{
253 "module": "scala-steward-dummy",
254 "compile": {"status": "ok", "tookMs": 80, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
255 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
256 "test-compile": {"status": "ok", "tookMs": 677, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
257 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
258 "publish": {"status": "ok", "tookMs": 4},
259 "metadata": {
260 "crossScalaVersions": ["2.13.18", "3.3.7"]
261}
262},{
263 "module": "scala-steward",
264 "compile": {"status": "ok", "tookMs": 49, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
265 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
266 "test-compile": {"status": "ok", "tookMs": 573, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
267 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
268 "publish": {"status": "ok", "tookMs": 3},
269 "metadata": {
270 "crossScalaVersions": ["2.13.18", "3.3.7"]
271}
272},{
273 "module": "scala-steward-benchmark",
274 "compile": {"status": "ok", "tookMs": 529, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
275 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
276 "test-compile": {"status": "ok", "tookMs": 636, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
277 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
278 "publish": {"status": "ok", "tookMs": 3},
279 "metadata": {
280 "crossScalaVersions": ["2.13.18", "3.3.7"]
281}
282}]
283************************
284[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: scala-steward-core
285[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: scala-steward-core
286[error] Total time: 77 s (0:01:17.0), completed Jan 13, 2026, 4:49:40 PM
287[0JBuild failed, not retrying.