Build Logs

pidoveproject/scala-showdown-api • scala/scala3:release-3.8.0_backport-24574:2025-12-01

Errors

0

Warnings

187

Total Lines

399

1##################################
2Clonning https://github.com/pidoveproject/scala-showdown-api.git into /build/repo using revision v0.1.0
3##################################
4Note: switching to '5fb1acbce77d24f1c02c62f75f32f63f2e41d068'.
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
21----
22Preparing build for 3.8.0-RC2-bin-20251201-aa4d555
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: build.sc
33Pattern: val scalaJS = "1.16.0"
34Replacement: val scalaJS = "1.20.1"
35Patch using 3.8.0-RC2-bin-20251201-aa4d555 matches version range: <3.8.0, 3.99.99>
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scalaJS = "1.16.0"' in build.sc
40----
41Starting build for 3.8.0-RC2-bin-20251201-aa4d555
42Execute tests: false
43Mill project found:
44Found explicit mill version 0.11.11 in ./mill-version
45Force upgrade of millVersion 0.11.11 to 0.11.13
46Detected mill version=0.11.13, binary version: 0.11
47No prepare script found for project pidoveproject/scala-showdown-api
48No mill build directory found
49Apply scalafix rules to ./build.sc
50Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
51Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
52Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
53##################################
54Scala version: 3.8.0-RC2-bin-20251201-aa4d555
55Targets: io.github.pidoveproject%scala-showdown-api io.github.pidoveproject%scala-showdown-api-cats io.github.pidoveproject%scala-showdown-api-docs
56Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"val scalaJS = \"1.16.0\"","replaceWith":"val scalaJS = \"1.20.1\"","selectVersion":{"min":"3.8.0"}}]}
57##################################
58Downloading mill 0.11.13 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.11.13/mill-dist-0.11.13.jar ...
59 % Total % Received % Xferd Average Speed Time Time Time Current
60 Dload Upload Total Spent Left Speed
61
62 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63 22 59.2M 22 13.4M 0 0 28.2M 0 0:00:02 --:--:-- 0:00:02 28.1M
64 89 59.2M 89 53.2M 0 0 36.0M 0 0:00:01 0:00:01 --:--:-- 36.0M
65100 59.2M 100 59.2M 0 0 37.9M 0 0:00:01 0:00:01 --:--:-- 37.9M
66Preparing Java 17.0.8 runtime; this may take a minute or two ...
67[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
68[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
69[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
70[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
71[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
72[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
73[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
74[warn] ^
75[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
76[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
77[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
78[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
79[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
80[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
81[warn] ^
82[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
83[warn] .iterator()
84[warn] ^
85[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
86[warn] case module: CommunityBuildPublishModule =>
87[warn] ^
88[warn] four warnings found
89[info] done compiling
90Try build using ./millw
91[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
92[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
93[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
94[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
95[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
96[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
97[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
98[warn] ^
99[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
100[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
101[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
102[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
103[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
104[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
105[warn] ^
106[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
107[warn] .iterator()
108[warn] ^
109[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
110[warn] case module: CommunityBuildPublishModule =>
111[warn] ^
112[warn] four warnings found
113[info] done compiling
114Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"val scalaJS = \"1.16.0\"","replaceWith":"val scalaJS = \"1.20.1\"","selectVersion":{"min":"3.8.0"}}]}
115Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
116
117Starting build for scala-showdown-api - [0/3]
118Failed to resolve scalaVersion, assume it's Scala 3 project
119[info] compiling 128 Scala sources to /build/repo/out/main/compile.dest/classes ...
120[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
121[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
122[warn] | ^^^^^^^^^^^^^^^^
123[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
124[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
125[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
126[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
127[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
128[warn] | ^^^^^^^^^^^^^^^^
129[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
130[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
131[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
132[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/battle/Battle.scala:15:45
133[warn] 15 |import io.github.pidoveproject.showdown.user.Username
134[warn] | ^^^^^^^^
135[warn] | unused import
136[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:10:51
137[warn] 10 |import scala.compiletime.{constValue, erasedValue, error, summonInline}
138[warn] | ^^^^^
139[warn] | unused import
140[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/query/UserInfo.scala:3:49
141[warn] 3 |import io.github.iltotore.iron.constraint.string.*
142[warn] | ^
143[warn] | unused import
144[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/TournamentGenerator.scala:7:65
145[warn] 7 |import io.github.pidoveproject.showdown.protocol.MessageDecoder.{given, *}
146[warn] | ^^^^^
147[warn] | unused import
148[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/room/JoinedRoom.scala:3:31
149[warn] 3 |import io.github.iltotore.iron.*
150[warn] | ^
151[warn] | unused import
152[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:3:31
153[warn] 3 |import io.github.iltotore.iron.*
154[warn] | ^
155[warn] | unused import
156[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:4:46
157[warn] 4 |import io.github.iltotore.iron.constraint.all.*
158[warn] | ^
159[warn] | unused import
160[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
161[warn] 132 | new MessageEncoder[A]:
162[warn] | ^
163[warn] | New anonymous class definition will be duplicated at each inline site
164[warn] |
165[warn] | longer explanation available when compiling with `-explain`
166[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
167[warn] 16 | new TypeTest:
168[warn] | ^
169[warn] | New anonymous class definition will be duplicated at each inline site
170[warn] |
171[warn] | longer explanation available when compiling with `-explain`
172[warn] 11 warnings found
173[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/client/DataCommand.scala:6:68
174[warn] 6 |import io.github.pidoveproject.showdown.protocol.client.DataCommand.EVBoost
175[warn] | ^^^^^^^
176[warn] | unused import
177[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleInitializationMessage.scala:9:58
178[warn] 9 |import io.github.pidoveproject.showdown.user.{AvatarName, User, Username}
179[warn] | ^^^^
180[warn] | unused import
181[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleProgressMessage.scala:10:46
182[warn] 10 |import io.github.pidoveproject.showdown.user.{User, Username}
183[warn] | ^^^^
184[warn] | unused import
185[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/TournamentMessage.scala:6:46
186[warn] 6 |import io.github.pidoveproject.showdown.user.{User, Username}
187[warn] | ^^^^
188[warn] | unused import
189[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
190[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
191[warn] | ^
192[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
193[warn] | io.github.pidoveproject.showdown.team.Type) cannot be checked at runtime because its type arguments can't be determined from io.github.pidoveproject.showdown.team.SpeciesName
194[warn] |
195[warn] | longer explanation available when compiling with `-explain`
196[warn] 16 warnings found
197[info] done compiling
198Successfully evaluated main.compile
199Skipping unused scalacOptions: -Xmax-inlines
200Option -classpath was updated
201-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
202Couldn't resolve a member for the given link query: fromIronType
203-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
204Couldn't resolve a member for the given link query: fromIronType
205-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
206Couldn't resolve a member for the given link query: fromIronType
207-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
20892 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
209 | ^
210 | Couldn't resolve a member for the given link query: ProtocolError
211-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
21238 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
213 | ^
214 | Couldn't resolve a member for the given link query: ProtocolError
215-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
21632 | def fromString(value: String): Either[ProtocolError, Health] = value match
217 | ^
218 | Couldn't resolve a member for the given link query: ProtocolError
219-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
22039 | def fromString(value: String): Either[ProtocolError, Condition] = value match
221 | ^
222 | Couldn't resolve a member for the given link query: ProtocolError
223-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
22480 | def fromString(value: String): Either[ProtocolError, Effect] = value match
225 | ^
226 | Couldn't resolve a member for the given link query: ProtocolError
227-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
228276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
229 | ^
230 | Couldn't resolve a member for the given link query: JsonDecoder
23110 warnings found
232Successfully evaluated main.docJar
233Failed to resolve scalaVersion, assume it's Scala 3 project
234Failed to resolve scalaVersion, assume it's Scala 3 project
235[info] compiling 22 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
236[warn] there was 1 deprecation warning; re-run with -deprecation for details
237[warn] one warning found
238[info] done compiling
239Successfully evaluated main.test.compile
240Module main is not a publish module, skipping publishing
241
242Starting build for scala-showdown-api-cats - [1/3]
243No test module defined in cats
244Failed to resolve scalaVersion, assume it's Scala 3 project
245[info] compiling 2 Scala sources to /build/repo/out/cats/compile.dest/classes ...
246[info] done compiling
247Successfully evaluated cats.compile
248Skipping unused scalacOptions: -Xmax-inlines
249Option -classpath was updated
2501 warning found
251Successfully evaluated cats.docJar
252Module cats is not a publish module, skipping publishing
253
254Starting build for scala-showdown-api-docs - [2/3]
255No test module defined in docs
256Failed to resolve scalaVersion, assume it's Scala 3 project
257Failed to resolve scalaVersion, assume it's Scala 3 project
258[info] compiling 128 Scala sources to /build/repo/out/main/js/compile.dest/classes ...
259[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
260[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
261[warn] | ^^^^^^^^^^^^^^^^
262[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
263[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
264[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
265[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
266[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
267[warn] | ^^^^^^^^^^^^^^^^
268[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
269[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
270[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
271[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
272[warn] 132 | new MessageEncoder[A]:
273[warn] | ^
274[warn] | New anonymous class definition will be duplicated at each inline site
275[warn] |
276[warn] | longer explanation available when compiling with `-explain`
277[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
278[warn] 16 | new TypeTest:
279[warn] | ^
280[warn] | New anonymous class definition will be duplicated at each inline site
281[warn] |
282[warn] | longer explanation available when compiling with `-explain`
283[warn] four warnings found
284[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
285[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
286[warn] | ^
287[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
288[warn] | io.github.pidoveproject.showdown.team.Type) cannot be checked at runtime because its type arguments can't be determined from io.github.pidoveproject.showdown.team.SpeciesName
289[warn] |
290[warn] | longer explanation available when compiling with `-explain`
291[warn] 5 warnings found
292[info] done compiling
293Failed to resolve scalaVersion, assume it's Scala 3 project
294Successfully evaluated docs.compile
295Failed to resolve scalaVersion, assume it's Scala 3 project
296Failed to resolve scalaVersion, assume it's Scala 3 project
297[info] compiling 4 Scala sources to /build/repo/out/tyrian/compile.dest/classes ...
298[warn] -- [E198] Unused Symbol Warning: /build/repo/tyrian/src/io/github/pidoveproject/showdown/tyrian/TyrianShowdownConnection.scala:4:23
299[warn] 4 |import cats.syntax.all.*
300[warn] | ^
301[warn] | unused import
302[warn] one warning found
303[info] done compiling
304Option -classpath was updated
305-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
306Couldn't resolve a member for the given link query: fromIronType
307-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
308Couldn't resolve a member for the given link query: fromIronType
309-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
310Couldn't resolve a member for the given link query: fromIronType
311-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
31292 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
313 | ^
314 | Couldn't resolve a member for the given link query: ProtocolError
315-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
31638 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
317 | ^
318 | Couldn't resolve a member for the given link query: ProtocolError
319-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
32032 | def fromString(value: String): Either[ProtocolError, Health] = value match
321 | ^
322 | Couldn't resolve a member for the given link query: ProtocolError
323-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
32439 | def fromString(value: String): Either[ProtocolError, Condition] = value match
325 | ^
326 | Couldn't resolve a member for the given link query: ProtocolError
327-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
32880 | def fromString(value: String): Either[ProtocolError, Effect] = value match
329 | ^
330 | Couldn't resolve a member for the given link query: ProtocolError
331-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
332276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
333 | ^
334 | Couldn't resolve a member for the given link query: JsonDecoder
335-- Warning: tyrian/src/io/github/pidoveproject/showdown/tyrian/UnitToNothing.scala:8:5
3368 |type UnitToNothing[A] = A match
337 | ^
338 | Couldn't resolve a member for the given link query: A
33911 warnings found
340-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
341/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
342-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
343/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
344-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
345/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient.openConnection'
346-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
347/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'cats.effect.IOApp'
348-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
349/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'fs2.Stream'
350-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
351/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownConnection.serverMessages'
352-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
353/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.http.Client'
354-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
355/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.ZIOApp'
356-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
357/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.stream.ZStream'
358Successfully evaluated docs.docJar
359Module docs is not a publish module, skipping publishing
360
361************************
362Build summary:
363[{
364 "module": "scala-showdown-api",
365 "compile": {"status": "ok", "tookMs": 55199, "warnings": 0, "errors": 0},
366 "doc": {"status": "ok", "tookMs": 18755, "files": 1, "totalSizeKb": 6446},
367 "test-compile": {"status": "ok", "tookMs": 30473, "warnings": 0, "errors": 0},
368 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
369 "publish": {"status": "skipped", "tookMs": 0},
370 "metadata": {
371 "crossScalaVersions": []
372}
373},{
374 "module": "scala-showdown-api-cats",
375 "compile": {"status": "ok", "tookMs": 6236, "warnings": 0, "errors": 0},
376 "doc": {"status": "ok", "tookMs": 3900, "files": 1, "totalSizeKb": 2658},
377 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
378 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
379 "publish": {"status": "skipped", "tookMs": 0},
380 "metadata": {
381 "crossScalaVersions": []
382}
383},{
384 "module": "scala-showdown-api-docs",
385 "compile": {"status": "ok", "tookMs": 54344, "warnings": 0, "errors": 0},
386 "doc": {"status": "ok", "tookMs": 32026, "files": 1, "totalSizeKb": 6700},
387 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
388 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
389 "publish": {"status": "skipped", "tookMs": 0},
390 "metadata": {
391 "crossScalaVersions": []
392}
393}]
394************************"
395
396Checking patch build.sc...
397Checking patch .mill-version...
398Applied patch build.sc cleanly.
399Applied patch .mill-version cleanly.