Build Logs
analogweb/analogweb-scala • scheduled_3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY
Errors
498
Warnings
28
Total Lines
758
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 8.89s.
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 27, 2025, 1:46:17 AM
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/ScalaInvocationMetadataFactory.scala]
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/ScalaInvocationMetadata.scala]
154[info] [patched file /build/repo/core/src/main/scala/org/analogweb/scala/ResolverSyntax.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[error] -- [E046] Cyclic Error: /build/repo/circe/src/test/scala/org/analogweb/circe/packageSpec.scala:12:1
185[error] 12 |@RunWith(classOf[JUnitRunner])
186[error] | ^
187[error] | Cyclic reference involving val <import>
188[error] |
189[error] | Run with -explain-cyclic for more details.
190[error] |
191[error] | longer explanation available when compiling with `-explain`
192[error] -- [E008] Not Found Error: /build/repo/circe/src/test/scala/org/analogweb/circe/packageSpec.scala:3:11
193[error] 3 |import org.junit.runner.RunWith
194[error] | ^^^^^^^^^
195[error] | value junit is not a member of org
196***** missing reference, looking for Runner/T in package org.junit.runner
197decls = Scope{}
198[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
199[error] refers to Runner/T in package org.junit.runner which is not available.
200[error] It may be completely missing from the current classpath, or the version on
201[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
202***** missing reference, looking for Filterable/T in package org.junit.runner.manipulation
203decls = Scope{}
204[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
205[error] refers to Filterable/T in package org.junit.runner.manipulation which is not available.
206[error] It may be completely missing from the current classpath, or the version on
207[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
208[error] four errors found
209[error] (circe / Test / compileIncremental) Compilation failed
210[info] compiling 1 Scala source to /build/repo/circe/target/scala-3.7.4/test-classes ...
211[error] -- [E046] Cyclic Error: /build/repo/circe/src/test/scala/org/analogweb/circe/packageSpec.scala:12:1
212[error] 12 |@RunWith(classOf[JUnitRunner])
213[error] | ^
214[error] | Cyclic reference involving val <import>
215[error] |
216[error] | Run with -explain-cyclic for more details.
217[error] |
218[error] | longer explanation available when compiling with `-explain`
219[error] -- [E008] Not Found Error: /build/repo/circe/src/test/scala/org/analogweb/circe/packageSpec.scala:3:11
220[error] 3 |import org.junit.runner.RunWith
221[error] | ^^^^^^^^^
222[error] | value junit is not a member of org
223***** missing reference, looking for Runner/T in package org.junit.runner
224decls = Scope{}
225[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
226[error] refers to Runner/T in package org.junit.runner which is not available.
227[error] It may be completely missing from the current classpath, or the version on
228[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
229***** missing reference, looking for Filterable/T in package org.junit.runner.manipulation
230decls = Scope{}
231[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
232[error] refers to Filterable/T in package org.junit.runner.manipulation which is not available.
233[error] It may be completely missing from the current classpath, or the version on
234[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
235[error] four errors found
236[error] (circe / Test / compileIncremental) Compilation failed
237[info] compiling 1 Scala source to /build/repo/circe/target/scala-3.7.4/test-classes ...
238[error] -- [E046] Cyclic Error: /build/repo/circe/src/test/scala/org/analogweb/circe/packageSpec.scala:12:1
239[error] 12 |@RunWith(classOf[JUnitRunner])
240[error] | ^
241[error] | Cyclic reference involving val <import>
242[error] |
243[error] | Run with -explain-cyclic for more details.
244[error] |
245[error] | longer explanation available when compiling with `-explain`
246[error] -- [E008] Not Found Error: /build/repo/circe/src/test/scala/org/analogweb/circe/packageSpec.scala:3:11
247[error] 3 |import org.junit.runner.RunWith
248[error] | ^^^^^^^^^
249[error] | value junit is not a member of org
250***** missing reference, looking for Runner/T in package org.junit.runner
251decls = Scope{}
252[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
253[error] refers to Runner/T in package org.junit.runner which is not available.
254[error] It may be completely missing from the current classpath, or the version on
255[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
256***** missing reference, looking for Filterable/T in package org.junit.runner.manipulation
257decls = Scope{}
258[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
259[error] refers to Filterable/T in package org.junit.runner.manipulation which is not available.
260[error] It may be completely missing from the current classpath, or the version on
261[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
262[error] four errors found
263[error] (circe / Test / compileIncremental) Compilation failed
264Starting build for ProjectRef(file:/build/repo/,json4s) (analogweb-json4s)... [1/3]
265Compile scalacOptions: -unchecked, -language:existentials, -language:higherKinds, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
266[info] compiling 2 Scala sources to /build/repo/json4s/target/scala-3.7.4/classes ...
267[info] [patched file /build/repo/json4s/src/main/scala/org/analogweb/json4s/Json4sPlugin.scala]
268[info] done compiling
269[info] compiling 1 Scala source to /build/repo/json4s/target/scala-3.7.4/classes ...
270[info] done compiling
271[info] compiling 2 Scala sources to /build/repo/json4s/target/scala-3.7.4/test-classes ...
272[error] -- [E007] Type Mismatch Error: /build/repo/json4s/src/test/scala/org/analogweb/json4s/packageSpec.scala:48:40
273[error] 48 | org.json4s.JString(name) <- x \ "name"
274[error] | ^^^^^^^^^^
275[error] |Found: org.json4s.JValue
276[error] |Required: ?{ map: ? }
277[error] |Note that implicit extension methods cannot be applied because they are ambiguous;
278[error] |both method thisValue in trait ShouldExpectations and method theValue in trait MustExpectations1 provide an extension method `map` on org.json4s.JValue
279[error] |
280[error] | longer explanation available when compiling with `-explain`
281[error] one error found
282[error] (json4s / Test / compileIncremental) Compilation failed
283[info] compiling 2 Scala sources to /build/repo/json4s/target/scala-3.7.4/test-classes ...
284[error] -- [E007] Type Mismatch Error: /build/repo/json4s/src/test/scala/org/analogweb/json4s/packageSpec.scala:48:40
285[error] 48 | org.json4s.JString(name) <- x \ "name"
286[error] | ^^^^^^^^^^
287[error] |Found: org.json4s.JValue
288[error] |Required: ?{ map: ? }
289[error] |Note that implicit extension methods cannot be applied because they are ambiguous;
290[error] |both method thisValue in trait ShouldExpectations and method theValue in trait MustExpectations1 provide an extension method `map` on org.json4s.JValue
291[error] |
292[error] | longer explanation available when compiling with `-explain`
293[error] one error found
294[error] (json4s / Test / compileIncremental) Compilation failed
295[info] compiling 2 Scala sources to /build/repo/json4s/target/scala-3.7.4/test-classes ...
296[error] -- [E007] Type Mismatch Error: /build/repo/json4s/src/test/scala/org/analogweb/json4s/packageSpec.scala:48:40
297[error] 48 | org.json4s.JString(name) <- x \ "name"
298[error] | ^^^^^^^^^^
299[error] |Found: org.json4s.JValue
300[error] |Required: ?{ map: ? }
301[error] |Note that implicit extension methods cannot be applied because they are ambiguous;
302[error] |both method thisValue in trait ShouldExpectations and method theValue in trait MustExpectations1 provide an extension method `map` on org.json4s.JValue
303[error] |
304[error] | longer explanation available when compiling with `-explain`
305[error] one error found
306[error] (json4s / Test / compileIncremental) Compilation failed
307Starting build for ProjectRef(file:/build/repo/,core) (analogweb-scala)... [2/3]
308Compile scalacOptions: -unchecked, -language:existentials, -language:higherKinds, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
309[info] compiling 12 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
310[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaResponseHandlerSpec.scala:10:1
311[error] 10 |@RunWith(classOf[JUnitRunner])
312[error] | ^^^^^^^
313[error] | Not found: type RunWith - did you mean Runtime?
314[error] |
315[error] | longer explanation available when compiling with `-explain`
316[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaRenderableResolverSpec.scala:11:1
317[error] 11 |@RunWith(classOf[JUnitRunner])
318[error] | ^^^^^^^
319[error] | Not found: type RunWith - did you mean Runtime?
320[error] |
321[error] | longer explanation available when compiling with `-explain`
322[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaModulesConfigSpec.scala:10:1
323[error] 10 |@RunWith(classOf[JUnitRunner])
324[error] | ^^^^^^^
325[error] | Not found: type RunWith - did you mean Runtime?
326[error] |
327[error] | longer explanation available when compiling with `-explain`
328[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationMetadataFactorySpec.scala:11:1
329[error] 11 |@RunWith(classOf[JUnitRunner])
330[error] | ^^^^^^^
331[error] | Not found: type RunWith - did you mean Runtime?
332[error] |
333[error] | longer explanation available when compiling with `-explain`
334[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationFactorySpec.scala:10:1
335[error] 10 |@RunWith(classOf[JUnitRunner])
336[error] | ^^^^^^^
337[error] | Not found: type RunWith - did you mean Runtime?
338[error] |
339[error] | longer explanation available when compiling with `-explain`
340[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteExtensionsSpec.scala:12:1
341[error] 12 |@RunWith(classOf[JUnitRunner])
342[error] | ^^^^^^^
343[error] | Not found: type RunWith - did you mean Runtime?
344[error] |
345[error] | longer explanation available when compiling with `-explain`
346[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteDefSpec.scala:7:1
347[error] 7 |@RunWith(classOf[JUnitRunner])
348[error] | ^^^^^^^
349[error] | Not found: type RunWith - did you mean Runtime?
350[error] |
351[error] | longer explanation available when compiling with `-explain`
352[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResponsesSpec.scala:10:1
353[error] 10 |@RunWith(classOf[JUnitRunner])
354[error] | ^^^^^^^
355[error] | Not found: type RunWith - did you mean Runtime?
356[error] |
357[error] | longer explanation available when compiling with `-explain`
358[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolversSpec.scala:12:1
359[error] 12 |@RunWith(classOf[JUnitRunner])
360[error] | ^^^^^^^
361[error] | Not found: type RunWith - did you mean Runtime?
362[error] |
363[error] | longer explanation available when compiling with `-explain`
364[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolverSyntaxSpec.scala:11:1
365[error] 11 |@RunWith(classOf[JUnitRunner])
366[error] | ^^^^^^^
367[error] | Not found: type RunWith - did you mean Runtime?
368[error] |
369[error] | longer explanation available when compiling with `-explain`
370[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RequestSpec.scala:9:1
371[error] 9 |@RunWith(classOf[JUnitRunner])
372[error] | ^^^^^^^
373[error] | Not found: type RunWith - did you mean Runtime?
374[error] |
375[error] | longer explanation available when compiling with `-explain`
376[error] -- [E046] Cyclic Error: /build/repo/core/src/test/scala/org/analogweb/scala/AroundSpec.scala:11:1
377[error] 11 |@RunWith(classOf[JUnitRunner])
378[error] | ^
379[error] | Cyclic reference involving val <import>
380[error] |
381[error] | Run with -explain-cyclic for more details.
382[error] |
383[error] | longer explanation available when compiling with `-explain`
384[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/AroundSpec.scala:4:11
385[error] 4 |import org.junit.runner.RunWith
386[error] | ^^^^^^^^^
387[error] | value junit is not a member of org
388***** missing reference, looking for Runner/T in package org.junit.runner
389decls = Scope{}
390[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
391[error] refers to Runner/T in package org.junit.runner which is not available.
392[error] It may be completely missing from the current classpath, or the version on
393[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
394***** missing reference, looking for Filterable/T in package org.junit.runner.manipulation
395decls = Scope{}
396[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
397[error] refers to Filterable/T in package org.junit.runner.manipulation which is not available.
398[error] It may be completely missing from the current classpath, or the version on
399[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
400[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RequestSpec.scala:3:24
401[error] 3 |import org.junit.runner.RunWith
402[error] | ^^^^^^^
403[error] | value RunWith is not a member of org.junit.runner
404[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolverSyntaxSpec.scala:3:24
405[error] 3 |import org.junit.runner.RunWith
406[error] | ^^^^^^^
407[error] | value RunWith is not a member of org.junit.runner
408[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolversSpec.scala:4:24
409[error] 4 |import org.junit.runner.RunWith
410[error] | ^^^^^^^
411[error] | value RunWith is not a member of org.junit.runner
412[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResponsesSpec.scala:4:24
413[error] 4 |import org.junit.runner.RunWith
414[error] | ^^^^^^^
415[error] | value RunWith is not a member of org.junit.runner
416[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteDefSpec.scala:4:24
417[error] 4 |import org.junit.runner.RunWith
418[error] | ^^^^^^^
419[error] | value RunWith is not a member of org.junit.runner
420[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteExtensionsSpec.scala:5:24
421[error] 5 |import org.junit.runner.RunWith
422[error] | ^^^^^^^
423[error] | value RunWith is not a member of org.junit.runner
424[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationFactorySpec.scala:3:24
425[error] 3 |import org.junit.runner.RunWith
426[error] | ^^^^^^^
427[error] | value RunWith is not a member of org.junit.runner
428[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationMetadataFactorySpec.scala:5:24
429[error] 5 |import org.junit.runner.RunWith
430[error] | ^^^^^^^
431[error] | value RunWith is not a member of org.junit.runner
432[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaModulesConfigSpec.scala:3:24
433[error] 3 |import org.junit.runner.RunWith
434[error] | ^^^^^^^
435[error] | value RunWith is not a member of org.junit.runner
436[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaRenderableResolverSpec.scala:4:24
437[error] 4 |import org.junit.runner.RunWith
438[error] | ^^^^^^^
439[error] | value RunWith is not a member of org.junit.runner
440[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaResponseHandlerSpec.scala:4:24
441[error] 4 |import org.junit.runner.RunWith
442[error] | ^^^^^^^
443[error] | value RunWith is not a member of org.junit.runner
444[error] 26 errors found
445[error] (core / Test / compileIncremental) Compilation failed
446[info] compiling 12 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
447[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaResponseHandlerSpec.scala:10:1
448[error] 10 |@RunWith(classOf[JUnitRunner])
449[error] | ^^^^^^^
450[error] | Not found: type RunWith - did you mean Runtime?
451[error] |
452[error] | longer explanation available when compiling with `-explain`
453[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaRenderableResolverSpec.scala:11:1
454[error] 11 |@RunWith(classOf[JUnitRunner])
455[error] | ^^^^^^^
456[error] | Not found: type RunWith - did you mean Runtime?
457[error] |
458[error] | longer explanation available when compiling with `-explain`
459[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaModulesConfigSpec.scala:10:1
460[error] 10 |@RunWith(classOf[JUnitRunner])
461[error] | ^^^^^^^
462[error] | Not found: type RunWith - did you mean Runtime?
463[error] |
464[error] | longer explanation available when compiling with `-explain`
465[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationMetadataFactorySpec.scala:11:1
466[error] 11 |@RunWith(classOf[JUnitRunner])
467[error] | ^^^^^^^
468[error] | Not found: type RunWith - did you mean Runtime?
469[error] |
470[error] | longer explanation available when compiling with `-explain`
471[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationFactorySpec.scala:10:1
472[error] 10 |@RunWith(classOf[JUnitRunner])
473[error] | ^^^^^^^
474[error] | Not found: type RunWith - did you mean Runtime?
475[error] |
476[error] | longer explanation available when compiling with `-explain`
477[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteExtensionsSpec.scala:12:1
478[error] 12 |@RunWith(classOf[JUnitRunner])
479[error] | ^^^^^^^
480[error] | Not found: type RunWith - did you mean Runtime?
481[error] |
482[error] | longer explanation available when compiling with `-explain`
483[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteDefSpec.scala:7:1
484[error] 7 |@RunWith(classOf[JUnitRunner])
485[error] | ^^^^^^^
486[error] | Not found: type RunWith - did you mean Runtime?
487[error] |
488[error] | longer explanation available when compiling with `-explain`
489[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResponsesSpec.scala:10:1
490[error] 10 |@RunWith(classOf[JUnitRunner])
491[error] | ^^^^^^^
492[error] | Not found: type RunWith - did you mean Runtime?
493[error] |
494[error] | longer explanation available when compiling with `-explain`
495[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolversSpec.scala:12:1
496[error] 12 |@RunWith(classOf[JUnitRunner])
497[error] | ^^^^^^^
498[error] | Not found: type RunWith - did you mean Runtime?
499[error] |
500[error] | longer explanation available when compiling with `-explain`
501[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolverSyntaxSpec.scala:11:1
502[error] 11 |@RunWith(classOf[JUnitRunner])
503[error] | ^^^^^^^
504[error] | Not found: type RunWith - did you mean Runtime?
505[error] |
506[error] | longer explanation available when compiling with `-explain`
507[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RequestSpec.scala:9:1
508[error] 9 |@RunWith(classOf[JUnitRunner])
509[error] | ^^^^^^^
510[error] | Not found: type RunWith - did you mean Runtime?
511[error] |
512[error] | longer explanation available when compiling with `-explain`
513[error] -- [E046] Cyclic Error: /build/repo/core/src/test/scala/org/analogweb/scala/AroundSpec.scala:11:1
514[error] 11 |@RunWith(classOf[JUnitRunner])
515[error] | ^
516[error] | Cyclic reference involving val <import>
517[error] |
518[error] | Run with -explain-cyclic for more details.
519[error] |
520[error] | longer explanation available when compiling with `-explain`
521[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/AroundSpec.scala:4:11
522[error] 4 |import org.junit.runner.RunWith
523[error] | ^^^^^^^^^
524[error] | value junit is not a member of org
525***** missing reference, looking for Runner/T in package org.junit.runner
526decls = Scope{}
527[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
528[error] refers to Runner/T in package org.junit.runner which is not available.
529[error] It may be completely missing from the current classpath, or the version on
530[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
531***** missing reference, looking for Filterable/T in package org.junit.runner.manipulation
532decls = Scope{}
533[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
534[error] refers to Filterable/T in package org.junit.runner.manipulation which is not available.
535[error] It may be completely missing from the current classpath, or the version on
536[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
537[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RequestSpec.scala:3:24
538[error] 3 |import org.junit.runner.RunWith
539[error] | ^^^^^^^
540[error] | value RunWith is not a member of org.junit.runner
541[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolverSyntaxSpec.scala:3:24
542[error] 3 |import org.junit.runner.RunWith
543[error] | ^^^^^^^
544[error] | value RunWith is not a member of org.junit.runner
545[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolversSpec.scala:4:24
546[error] 4 |import org.junit.runner.RunWith
547[error] | ^^^^^^^
548[error] | value RunWith is not a member of org.junit.runner
549[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResponsesSpec.scala:4:24
550[error] 4 |import org.junit.runner.RunWith
551[error] | ^^^^^^^
552[error] | value RunWith is not a member of org.junit.runner
553[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteDefSpec.scala:4:24
554[error] 4 |import org.junit.runner.RunWith
555[error] | ^^^^^^^
556[error] | value RunWith is not a member of org.junit.runner
557[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteExtensionsSpec.scala:5:24
558[error] 5 |import org.junit.runner.RunWith
559[error] | ^^^^^^^
560[error] | value RunWith is not a member of org.junit.runner
561[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationFactorySpec.scala:3:24
562[error] 3 |import org.junit.runner.RunWith
563[error] | ^^^^^^^
564[error] | value RunWith is not a member of org.junit.runner
565[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationMetadataFactorySpec.scala:5:24
566[error] 5 |import org.junit.runner.RunWith
567[error] | ^^^^^^^
568[error] | value RunWith is not a member of org.junit.runner
569[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaModulesConfigSpec.scala:3:24
570[error] 3 |import org.junit.runner.RunWith
571[error] | ^^^^^^^
572[error] | value RunWith is not a member of org.junit.runner
573[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaRenderableResolverSpec.scala:4:24
574[error] 4 |import org.junit.runner.RunWith
575[error] | ^^^^^^^
576[error] | value RunWith is not a member of org.junit.runner
577[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaResponseHandlerSpec.scala:4:24
578[error] 4 |import org.junit.runner.RunWith
579[error] | ^^^^^^^
580[error] | value RunWith is not a member of org.junit.runner
581[error] 26 errors found
582[error] (core / Test / compileIncremental) Compilation failed
583[info] compiling 12 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
584[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaResponseHandlerSpec.scala:10:1
585[error] 10 |@RunWith(classOf[JUnitRunner])
586[error] | ^^^^^^^
587[error] | Not found: type RunWith - did you mean Runtime?
588[error] |
589[error] | longer explanation available when compiling with `-explain`
590[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaRenderableResolverSpec.scala:11:1
591[error] 11 |@RunWith(classOf[JUnitRunner])
592[error] | ^^^^^^^
593[error] | Not found: type RunWith - did you mean Runtime?
594[error] |
595[error] | longer explanation available when compiling with `-explain`
596[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaModulesConfigSpec.scala:10:1
597[error] 10 |@RunWith(classOf[JUnitRunner])
598[error] | ^^^^^^^
599[error] | Not found: type RunWith - did you mean Runtime?
600[error] |
601[error] | longer explanation available when compiling with `-explain`
602[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationMetadataFactorySpec.scala:11:1
603[error] 11 |@RunWith(classOf[JUnitRunner])
604[error] | ^^^^^^^
605[error] | Not found: type RunWith - did you mean Runtime?
606[error] |
607[error] | longer explanation available when compiling with `-explain`
608[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationFactorySpec.scala:10:1
609[error] 10 |@RunWith(classOf[JUnitRunner])
610[error] | ^^^^^^^
611[error] | Not found: type RunWith - did you mean Runtime?
612[error] |
613[error] | longer explanation available when compiling with `-explain`
614[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteExtensionsSpec.scala:12:1
615[error] 12 |@RunWith(classOf[JUnitRunner])
616[error] | ^^^^^^^
617[error] | Not found: type RunWith - did you mean Runtime?
618[error] |
619[error] | longer explanation available when compiling with `-explain`
620[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteDefSpec.scala:7:1
621[error] 7 |@RunWith(classOf[JUnitRunner])
622[error] | ^^^^^^^
623[error] | Not found: type RunWith - did you mean Runtime?
624[error] |
625[error] | longer explanation available when compiling with `-explain`
626[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResponsesSpec.scala:10:1
627[error] 10 |@RunWith(classOf[JUnitRunner])
628[error] | ^^^^^^^
629[error] | Not found: type RunWith - did you mean Runtime?
630[error] |
631[error] | longer explanation available when compiling with `-explain`
632[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolversSpec.scala:12:1
633[error] 12 |@RunWith(classOf[JUnitRunner])
634[error] | ^^^^^^^
635[error] | Not found: type RunWith - did you mean Runtime?
636[error] |
637[error] | longer explanation available when compiling with `-explain`
638[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolverSyntaxSpec.scala:11:1
639[error] 11 |@RunWith(classOf[JUnitRunner])
640[error] | ^^^^^^^
641[error] | Not found: type RunWith - did you mean Runtime?
642[error] |
643[error] | longer explanation available when compiling with `-explain`
644[error] -- [E006] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RequestSpec.scala:9:1
645[error] 9 |@RunWith(classOf[JUnitRunner])
646[error] | ^^^^^^^
647[error] | Not found: type RunWith - did you mean Runtime?
648[error] |
649[error] | longer explanation available when compiling with `-explain`
650[error] -- [E046] Cyclic Error: /build/repo/core/src/test/scala/org/analogweb/scala/AroundSpec.scala:11:1
651[error] 11 |@RunWith(classOf[JUnitRunner])
652[error] | ^
653[error] | Cyclic reference involving val <import>
654[error] |
655[error] | Run with -explain-cyclic for more details.
656[error] |
657[error] | longer explanation available when compiling with `-explain`
658[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/AroundSpec.scala:4:11
659[error] 4 |import org.junit.runner.RunWith
660[error] | ^^^^^^^^^
661[error] | value junit is not a member of org
662***** missing reference, looking for Runner/T in package org.junit.runner
663decls = Scope{}
664[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
665[error] refers to Runner/T in package org.junit.runner which is not available.
666[error] It may be completely missing from the current classpath, or the version on
667[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
668***** missing reference, looking for Filterable/T in package org.junit.runner.manipulation
669decls = Scope{}
670[error] Bad symbolic reference. A signature in /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class)
671[error] refers to Filterable/T in package org.junit.runner.manipulation which is not available.
672[error] It may be completely missing from the current classpath, or the version on
673[error] the classpath might be incompatible with the version used when compiling /root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/specs2/specs2-junit_2.13/4.13.1/specs2-junit_2.13-4.13.1.jar(org/specs2/runner/JUnitRunner.class).
674[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RequestSpec.scala:3:24
675[error] 3 |import org.junit.runner.RunWith
676[error] | ^^^^^^^
677[error] | value RunWith is not a member of org.junit.runner
678[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolverSyntaxSpec.scala:3:24
679[error] 3 |import org.junit.runner.RunWith
680[error] | ^^^^^^^
681[error] | value RunWith is not a member of org.junit.runner
682[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResolversSpec.scala:4:24
683[error] 4 |import org.junit.runner.RunWith
684[error] | ^^^^^^^
685[error] | value RunWith is not a member of org.junit.runner
686[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ResponsesSpec.scala:4:24
687[error] 4 |import org.junit.runner.RunWith
688[error] | ^^^^^^^
689[error] | value RunWith is not a member of org.junit.runner
690[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteDefSpec.scala:4:24
691[error] 4 |import org.junit.runner.RunWith
692[error] | ^^^^^^^
693[error] | value RunWith is not a member of org.junit.runner
694[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/RouteExtensionsSpec.scala:5:24
695[error] 5 |import org.junit.runner.RunWith
696[error] | ^^^^^^^
697[error] | value RunWith is not a member of org.junit.runner
698[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationFactorySpec.scala:3:24
699[error] 3 |import org.junit.runner.RunWith
700[error] | ^^^^^^^
701[error] | value RunWith is not a member of org.junit.runner
702[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaInvocationMetadataFactorySpec.scala:5:24
703[error] 5 |import org.junit.runner.RunWith
704[error] | ^^^^^^^
705[error] | value RunWith is not a member of org.junit.runner
706[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaModulesConfigSpec.scala:3:24
707[error] 3 |import org.junit.runner.RunWith
708[error] | ^^^^^^^
709[error] | value RunWith is not a member of org.junit.runner
710[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaRenderableResolverSpec.scala:4:24
711[error] 4 |import org.junit.runner.RunWith
712[error] | ^^^^^^^
713[error] | value RunWith is not a member of org.junit.runner
714[error] -- [E008] Not Found Error: /build/repo/core/src/test/scala/org/analogweb/scala/ScalaResponseHandlerSpec.scala:4:24
715[error] 4 |import org.junit.runner.RunWith
716[error] | ^^^^^^^
717[error] | value RunWith is not a member of org.junit.runner
718[error] 26 errors found
719[error] (core / Test / compileIncremental) Compilation failed
720
721************************
722Build summary:
723[{
724 "module": "analogweb-circe",
725 "compile": {"status": "ok", "tookMs": 8711, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
726 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
727 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 3212, "warnings": 0, "errors": 4, "sourceVersion": "3.7-migration"},
728 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
729 "publish": {"status": "skipped", "tookMs": 0},
730 "metadata": {
731 "crossScalaVersions": ["2.12.14", "2.13.6", "3.0.2"]
732}
733},{
734 "module": "analogweb-json4s",
735 "compile": {"status": "ok", "tookMs": 523, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
736 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
737 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 1040, "warnings": 0, "errors": 1, "sourceVersion": "3.7-migration"},
738 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
739 "publish": {"status": "skipped", "tookMs": 0},
740 "metadata": {
741 "crossScalaVersions": ["2.12.14", "2.13.6", "3.0.2"]
742}
743},{
744 "module": "analogweb-scala",
745 "compile": {"status": "ok", "tookMs": 41, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
746 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
747 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 1524, "warnings": 0, "errors": 26, "sourceVersion": "3.7-migration"},
748 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
749 "publish": {"status": "skipped", "tookMs": 0},
750 "metadata": {
751 "crossScalaVersions": ["2.12.14", "2.13.6", "3.0.2"]
752}
753}]
754************************
755[error] Scala3CommunityBuild$ProjectBuildFailureException: 3 module(s) finished with failures: analogweb-circe, analogweb-json4s, analogweb-scala
756[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 3 module(s) finished with failures: analogweb-circe, analogweb-json4s, analogweb-scala
757[error] Total time: 51 s, completed Dec 27, 2025, 1:47:09 AM
758[0JBuild failed, not retrying.