Build Logs
analogweb/analogweb-scala • scheduled_3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
Errors
36
Warnings
208
Total Lines
456
1##################################
2Clonning https://github.com/analogweb/analogweb-scala.git into /build/repo using revision v0.13.0
3##################################
4Note: switching to '442146b74186cbc1dfb453f965ed9dd8aeed71ec'.
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
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.7 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4
30Execute tests: false
31sbt project found:
32Sbt version 1.5.4 is not supported, minimal supported version is 1.11.5
33Enforcing usage of sbt in version 1.11.5
34No prepare script found for project analogweb/analogweb-scala
35##################################
36Scala version: 3.7.4
37Targets: org.analogweb%analogweb-circe org.analogweb%analogweb-json4s org.analogweb%analogweb-scala
38Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
39##################################
40Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
41Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
42[sbt_options] declare -a sbt_options=()
43[process_args] java_version = '17'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
45# Executing command line:
46java
47-Dfile.encoding=UTF-8
48-Dcommunitybuild.scala=3.7.4
49-Dcommunitybuild.project.dependencies.add=
50-Xmx7G
51-Xms4G
52-Xss8M
53-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
54-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
55-jar
56/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
57"setCrossScalaVersions 3.7.4"
58"++3.7.4 -v"
59"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
60"set every credentials := Nil"
61"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
62"removeScalacOptionsStartingWith -P:wartremover"
63
64moduleMappings
65"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}""" org.analogweb%analogweb-circe org.analogweb%analogweb-json4s org.analogweb%analogweb-scala"
66
67[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
68[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
69[info] loading project definition from /build/repo/project
70[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
71[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
72[info] Compilation completed in 9.045s.
73[info] done compiling
74/build/repo/build.sbt:37: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
75 scalacOptions in (Compile, console) ~= (_ filterNot (_ == "-Ywarn-unused-import")),
76 ^
77/build/repo/build.sbt:38: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
78 scalacOptions in (Compile, console) += "-Yrepl-class-based",
79 ^
80/build/repo/build.sbt:40: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
81 resolvers += Resolver.sonatypeCentralSnapshots
82
83 Resolver.sonatypeRepo("releases"),
84 ^
85/build/repo/build.sbt:41: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
86 resolvers += Resolver.sonatypeCentralSnapshots
87
88 Resolver.sonatypeRepo("snapshots")
89 ^
90/build/repo/build.sbt:43: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
91 fork in Test := true,
92 ^
93/build/repo/build.sbt:51: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
94 publishArtifact in Test := false,
95 ^
96/build/repo/build.sbt:93: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
97 initialCommands in console :=
98 ^
99/build/repo/version.sbt:1: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
100version in ThisBuild := "0.13.0"
101 ^
102[info] loading settings for project analogweb from build.sbt, version.sbt...
103[info] set current project to analogweb (in build file:/build/repo/)
104Execute setCrossScalaVersions: 3.7.4
105OpenCB::Changing crossVersion 3.0.2 -> 3.7.4 in circe/crossScalaVersions
106OpenCB::Changing crossVersion 3.0.2 -> 3.7.4 in core/crossScalaVersions
107OpenCB::Changing crossVersion 3.0.2 -> 3.7.4 in json4s/crossScalaVersions
108OpenCB::Changing crossVersion 3.0.2 -> 3.7.4 in analogweb/crossScalaVersions
109[info] set current project to analogweb (in build file:/build/repo/)
110[info] Setting Scala version to 3.7.4 on 4 projects.
111[info] Switching Scala version on:
112[info] * analogweb (2.12.14, 2.13.6, 3.7.4)
113[info] core (2.12.14, 2.13.6, 3.7.4)
114[info] json4s (2.12.14, 2.13.6, 3.7.4)
115[info] circe (2.12.14, 2.13.6, 3.7.4)
116[info] Excluding projects:
117[info] Reapplying settings...
118[info] set current project to analogweb (in build file:/build/repo/)
119Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
120[info] Reapplying settings...
121[info] set current project to analogweb (in build file:/build/repo/)
122[info] Defining Global / credentials, circe / credentials and 2 others.
123[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 22 others.
124[info] Run `last` for details.
125[info] Reapplying settings...
126[info] set current project to analogweb (in build file:/build/repo/)
127Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
128[info] Reapplying settings...
129OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
130
131 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
132 Did you mean allExcludeDependencies ?
133 , retry without global scopes
134[info] Reapplying settings...
135[info] set current project to analogweb (in build file:/build/repo/)
136Execute removeScalacOptionsStartingWith: -P:wartremover
137[info] Reapplying settings...
138[info] set current project to analogweb (in build file:/build/repo/)
139[success] Total time: 0 s, completed Dec 28, 2025, 4:41:29 PM
140Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
141Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
142Starting build...
143Projects: Set(circe, json4s, core)
144Starting build for ProjectRef(file:/build/repo/,circe) (analogweb-circe)... [0/3]
145OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
146OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
147OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
148OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
149Compile scalacOptions: -unchecked, -language:existentials, -language:higherKinds, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
150[info] compiling 19 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
151[info] [patched file /build/repo/core/src/main/scala/org/analogweb/scala/ScalaInvocationMetadata.scala]
152[info] [patched file /build/repo/core/src/main/scala/org/analogweb/scala/ResolverSyntax.scala]
153[info] [patched file /build/repo/core/src/main/scala/org/analogweb/scala/Resolvers.scala]
154[info] [patched file /build/repo/core/src/main/scala/org/analogweb/scala/ScalaInvocationMetadataFactory.scala]
155[warn] there were 11 deprecation warnings; re-run with -deprecation for details
156[warn] one warning found
157[info] done compiling
158[info] compiling 2 Scala sources to /build/repo/circe/target/scala-3.7.4/classes ...
159[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/circe/src/main/scala/org/analogweb/circe/CircePlugin.scala:66:24
160[warn] 66 | case (obj: Any, formats: Encoder[Any]) => formats(obj).noSpaces
161[warn] | ^
162[warn] |the type test for io.circe.Encoder[Any] cannot be checked at runtime because its type arguments can't be determined from Any
163[warn] |
164[warn] | longer explanation available when compiling with `-explain`
165[info] [patched file /build/repo/circe/src/main/scala/org/analogweb/circe/CircePlugin.scala]
166[warn] there was 1 deprecation warning; re-run with -deprecation for details
167[warn] two warnings found
168[info] done compiling
169[info] compiling 5 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
170[warn] there were 6 deprecation warnings; re-run with -deprecation for details
171[warn] one warning found
172[info] done compiling
173[info] compiling 1 Scala source to /build/repo/circe/target/scala-3.7.4/classes ...
174[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/circe/src/main/scala/org/analogweb/circe/CircePlugin.scala:66:24
175[warn] 66 | case (obj: Any, formats: Encoder[Any]) => formats(obj).noSpaces
176[warn] | ^
177[warn] |the type test for io.circe.Encoder[Any] cannot be checked at runtime because its type arguments can't be determined from Any
178[warn] |
179[warn] | longer explanation available when compiling with `-explain`
180[warn] there was 1 deprecation warning; re-run with -deprecation for details
181[warn] two warnings found
182[info] done compiling
183[info] compiling 1 Scala source to /build/repo/circe/target/scala-3.7.4/test-classes ...
184[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
185[warn] cannot be mapped accurately to a Scala-3 equivalent.
186[warn] original type : Seq[Class[? >: _$1 & _$1²]] forSome _$1; _$1²
187[warn] reduces to : Seq[Class[? >: _$1 & _$1²]]
188[warn] type used instead: Seq[Class[? >: Any]]
189[warn] This choice can cause follow-on type errors or hide type errors.
190[warn] Proceed at own risk.
191[warn]
192[warn] where: _$1 is a type in method classesOf
193[warn] _$1² is a type in method classesOf
194[warn]
195[warn] |
196[warn] | longer explanation available when compiling with `-explain`
197[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
198[warn] cannot be mapped accurately to a Scala-3 equivalent.
199[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³]] forSome _$1; _$1²; _$1³
200[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³]]
201[warn] type used instead: Seq[Class[? >: Any]]
202[warn] This choice can cause follow-on type errors or hide type errors.
203[warn] Proceed at own risk.
204[warn]
205[warn] where: _$1 is a type in method classesOf
206[warn] _$1² is a type in method classesOf
207[warn] _$1³ is a type in method classesOf
208[warn]
209[warn] |
210[warn] | longer explanation available when compiling with `-explain`
211[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
212[warn] cannot be mapped accurately to a Scala-3 equivalent.
213[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴]] forSome _$1; _$1²; _$1³; _$1⁴
214[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴]]
215[warn] type used instead: Seq[Class[? >: Any]]
216[warn] This choice can cause follow-on type errors or hide type errors.
217[warn] Proceed at own risk.
218[warn]
219[warn] where: _$1 is a type in method classesOf
220[warn] _$1² is a type in method classesOf
221[warn] _$1³ is a type in method classesOf
222[warn] _$1⁴ is a type in method classesOf
223[warn]
224[warn] |
225[warn] | longer explanation available when compiling with `-explain`
226[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
227[warn] cannot be mapped accurately to a Scala-3 equivalent.
228[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴ & _$1⁵]] forSome _$1; _$1²; _$1³; _$1⁴; _$1⁵
229[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴ & _$1⁵]]
230[warn] type used instead: Seq[Class[? >: Any]]
231[warn] This choice can cause follow-on type errors or hide type errors.
232[warn] Proceed at own risk.
233[warn]
234[warn] where: _$1 is a type in method classesOf
235[warn] _$1² is a type in method classesOf
236[warn] _$1³ is a type in method classesOf
237[warn] _$1⁴ is a type in method classesOf
238[warn] _$1⁵ is a type in method classesOf
239[warn]
240[warn] |
241[warn] | longer explanation available when compiling with `-explain`
242[warn] there were 2 deprecation warnings; re-run with -deprecation for details
243[warn] 5 warnings found
244[info] done compiling
245Starting build for ProjectRef(file:/build/repo/,json4s) (analogweb-json4s)... [1/3]
246Compile scalacOptions: -unchecked, -language:existentials, -language:higherKinds, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
247[info] compiling 2 Scala sources to /build/repo/json4s/target/scala-3.7.4/classes ...
248[info] [patched file /build/repo/json4s/src/main/scala/org/analogweb/json4s/Json4sPlugin.scala]
249[info] done compiling
250[info] compiling 1 Scala source to /build/repo/json4s/target/scala-3.7.4/classes ...
251[info] done compiling
252[info] compiling 2 Scala sources to /build/repo/json4s/target/scala-3.7.4/test-classes ...
253[error] -- [E007] Type Mismatch Error: /build/repo/json4s/src/test/scala/org/analogweb/json4s/packageSpec.scala:48:40
254[error] 48 | org.json4s.JString(name) <- x \ "name"
255[error] | ^^^^^^^^^^
256[error] |Found: org.json4s.JValue
257[error] |Required: ?{ map: ? }
258[error] |Note that implicit extension methods cannot be applied because they are ambiguous;
259[error] |both method thisValue in trait ShouldExpectations and method theValue in trait MustExpectations1 provide an extension method `map` on org.json4s.JValue
260[error] |
261[error] | longer explanation available when compiling with `-explain`
262[error] one error found
263[error] (json4s / Test / compileIncremental) Compilation failed
264[info] compiling 2 Scala sources to /build/repo/json4s/target/scala-3.7.4/test-classes ...
265[error] -- [E007] Type Mismatch Error: /build/repo/json4s/src/test/scala/org/analogweb/json4s/packageSpec.scala:48:40
266[error] 48 | org.json4s.JString(name) <- x \ "name"
267[error] | ^^^^^^^^^^
268[error] |Found: org.json4s.JValue
269[error] |Required: ?{ map: ? }
270[error] |Note that implicit extension methods cannot be applied because they are ambiguous;
271[error] |both method thisValue in trait ShouldExpectations and method theValue in trait MustExpectations1 provide an extension method `map` on org.json4s.JValue
272[error] |
273[error] | longer explanation available when compiling with `-explain`
274[error] one error found
275[error] (json4s / Test / compileIncremental) Compilation failed
276[info] compiling 2 Scala sources to /build/repo/json4s/target/scala-3.7.4/test-classes ...
277[error] -- [E007] Type Mismatch Error: /build/repo/json4s/src/test/scala/org/analogweb/json4s/packageSpec.scala:48:40
278[error] 48 | org.json4s.JString(name) <- x \ "name"
279[error] | ^^^^^^^^^^
280[error] |Found: org.json4s.JValue
281[error] |Required: ?{ map: ? }
282[error] |Note that implicit extension methods cannot be applied because they are ambiguous;
283[error] |both method thisValue in trait ShouldExpectations and method theValue in trait MustExpectations1 provide an extension method `map` on org.json4s.JValue
284[error] |
285[error] | longer explanation available when compiling with `-explain`
286[error] one error found
287[error] (json4s / Test / compileIncremental) Compilation failed
288Starting build for ProjectRef(file:/build/repo/,core) (analogweb-scala)... [2/3]
289Compile scalacOptions: -unchecked, -language:existentials, -language:higherKinds, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
290[info] compiling 12 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
291[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
292[warn] cannot be mapped accurately to a Scala-3 equivalent.
293[warn] original type : Seq[Class[? >: _$1 & _$1²]] forSome _$1; _$1²
294[warn] reduces to : Seq[Class[? >: _$1 & _$1²]]
295[warn] type used instead: Seq[Class[? >: Any]]
296[warn] This choice can cause follow-on type errors or hide type errors.
297[warn] Proceed at own risk.
298[warn]
299[warn] where: _$1 is a type in method classesOf
300[warn] _$1² is a type in method classesOf
301[warn]
302[warn] |
303[warn] | longer explanation available when compiling with `-explain`
304[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
305[warn] cannot be mapped accurately to a Scala-3 equivalent.
306[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³]] forSome _$1; _$1²; _$1³
307[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³]]
308[warn] type used instead: Seq[Class[? >: Any]]
309[warn] This choice can cause follow-on type errors or hide type errors.
310[warn] Proceed at own risk.
311[warn]
312[warn] where: _$1 is a type in method classesOf
313[warn] _$1² is a type in method classesOf
314[warn] _$1³ is a type in method classesOf
315[warn]
316[warn] |
317[warn] | longer explanation available when compiling with `-explain`
318[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
319[warn] cannot be mapped accurately to a Scala-3 equivalent.
320[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴]] forSome _$1; _$1²; _$1³; _$1⁴
321[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴]]
322[warn] type used instead: Seq[Class[? >: Any]]
323[warn] This choice can cause follow-on type errors or hide type errors.
324[warn] Proceed at own risk.
325[warn]
326[warn] where: _$1 is a type in method classesOf
327[warn] _$1² is a type in method classesOf
328[warn] _$1³ is a type in method classesOf
329[warn] _$1⁴ is a type in method classesOf
330[warn]
331[warn] |
332[warn] | longer explanation available when compiling with `-explain`
333[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
334[warn] cannot be mapped accurately to a Scala-3 equivalent.
335[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴ & _$1⁵]] forSome _$1; _$1²; _$1³; _$1⁴; _$1⁵
336[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴ & _$1⁵]]
337[warn] type used instead: Seq[Class[? >: Any]]
338[warn] This choice can cause follow-on type errors or hide type errors.
339[warn] Proceed at own risk.
340[warn]
341[warn] where: _$1 is a type in method classesOf
342[warn] _$1² is a type in method classesOf
343[warn] _$1³ is a type in method classesOf
344[warn] _$1⁴ is a type in method classesOf
345[warn] _$1⁵ is a type in method classesOf
346[warn]
347[warn] |
348[warn] | longer explanation available when compiling with `-explain`
349[info] [patched file /build/repo/core/src/test/scala/org/analogweb/scala/AroundSpec.scala]
350[info] [patched file /build/repo/core/src/test/scala/org/analogweb/scala/RequestSpec.scala]
351[info] [patched file /build/repo/core/src/test/scala/org/analogweb/scala/ScalaResponseHandlerSpec.scala]
352[info] [patched file /build/repo/core/src/test/scala/org/analogweb/scala/ResolverSyntaxSpec.scala]
353[warn] there were 10 deprecation warnings; re-run with -deprecation for details
354[warn] 5 warnings found
355[info] done compiling
356[info] compiling 4 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
357[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
358[warn] cannot be mapped accurately to a Scala-3 equivalent.
359[warn] original type : Seq[Class[? >: _$1 & _$1²]] forSome _$1; _$1²
360[warn] reduces to : Seq[Class[? >: _$1 & _$1²]]
361[warn] type used instead: Seq[Class[? >: Any]]
362[warn] This choice can cause follow-on type errors or hide type errors.
363[warn] Proceed at own risk.
364[warn]
365[warn] where: _$1 is a type in method classesOf
366[warn] _$1² is a type in method classesOf
367[warn]
368[warn] |
369[warn] | longer explanation available when compiling with `-explain`
370[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
371[warn] cannot be mapped accurately to a Scala-3 equivalent.
372[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³]] forSome _$1; _$1²; _$1³
373[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³]]
374[warn] type used instead: Seq[Class[? >: Any]]
375[warn] This choice can cause follow-on type errors or hide type errors.
376[warn] Proceed at own risk.
377[warn]
378[warn] where: _$1 is a type in method classesOf
379[warn] _$1² is a type in method classesOf
380[warn] _$1³ is a type in method classesOf
381[warn]
382[warn] |
383[warn] | longer explanation available when compiling with `-explain`
384[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
385[warn] cannot be mapped accurately to a Scala-3 equivalent.
386[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴]] forSome _$1; _$1²; _$1³; _$1⁴
387[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴]]
388[warn] type used instead: Seq[Class[? >: Any]]
389[warn] This choice can cause follow-on type errors or hide type errors.
390[warn] Proceed at own risk.
391[warn]
392[warn] where: _$1 is a type in method classesOf
393[warn] _$1² is a type in method classesOf
394[warn] _$1³ is a type in method classesOf
395[warn] _$1⁴ is a type in method classesOf
396[warn]
397[warn] |
398[warn] | longer explanation available when compiling with `-explain`
399[warn] An existential type that came from a Scala-2 classfile for trait ClassesOf
400[warn] cannot be mapped accurately to a Scala-3 equivalent.
401[warn] original type : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴ & _$1⁵]] forSome _$1; _$1²; _$1³; _$1⁴; _$1⁵
402[warn] reduces to : Seq[Class[? >: _$1 & _$1² & _$1³ & _$1⁴ & _$1⁵]]
403[warn] type used instead: Seq[Class[? >: Any]]
404[warn] This choice can cause follow-on type errors or hide type errors.
405[warn] Proceed at own risk.
406[warn]
407[warn] where: _$1 is a type in method classesOf
408[warn] _$1² is a type in method classesOf
409[warn] _$1³ is a type in method classesOf
410[warn] _$1⁴ is a type in method classesOf
411[warn] _$1⁵ is a type in method classesOf
412[warn]
413[warn] |
414[warn] | longer explanation available when compiling with `-explain`
415[warn] there were 6 deprecation warnings; re-run with -deprecation for details
416[warn] 5 warnings found
417[info] done compiling
418
419************************
420Build summary:
421[{
422 "module": "analogweb-circe",
423 "compile": {"status": "ok", "tookMs": 8912, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
424 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
425 "test-compile": {"status": "ok", "tookMs": 3901, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
426 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
427 "publish": {"status": "skipped", "tookMs": 0},
428 "metadata": {
429 "crossScalaVersions": ["2.12.14", "2.13.6", "3.0.2"]
430}
431},{
432 "module": "analogweb-json4s",
433 "compile": {"status": "ok", "tookMs": 557, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
434 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
435 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 1327, "warnings": 0, "errors": 1, "sourceVersion": "3.7-migration"},
436 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
437 "publish": {"status": "skipped", "tookMs": 0},
438 "metadata": {
439 "crossScalaVersions": ["2.12.14", "2.13.6", "3.0.2"]
440}
441},{
442 "module": "analogweb-scala",
443 "compile": {"status": "ok", "tookMs": 47, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
444 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
445 "test-compile": {"status": "ok", "tookMs": 3586, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
446 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
447 "publish": {"status": "skipped", "tookMs": 0},
448 "metadata": {
449 "crossScalaVersions": ["2.12.14", "2.13.6", "3.0.2"]
450}
451}]
452************************
453[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: analogweb-json4s
454[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: analogweb-json4s
455[error] Total time: 49 s, completed Dec 28, 2025, 4:42:18 PM
456[0JBuild failed, not retrying.