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