Build Logs
pidoveproject/scala-showdown-api • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
Errors
0
Warnings
193
Total Lines
405
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-RC1-bin-20251114-d221ef5-NIGHTLY
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-RC1-bin-20251114-d221ef5-NIGHTLY 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-RC1-bin-20251114-d221ef5-NIGHTLY
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-RC1-bin-20251114-d221ef5-NIGHTLY
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 12 59.2M 12 7816k 0 0 10.7M 0 0:00:05 --:--:-- 0:00:05 10.7M
64 60 59.2M 60 35.5M 0 0 20.8M 0 0:00:02 0:00:01 0:00:01 20.8M
65100 59.2M 100 59.2M 0 0 26.9M 0 0:00:02 0:00:02 --:--:-- 27.0M
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/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
69[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
70[warn] ^
71[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
72[warn] .iterator()
73[warn] ^
74[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
75[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
76[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
77[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
78[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
79[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
80[warn] ^
81[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
82[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
83[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
84[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
85[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
86[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
87[warn] ^
88[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
89[warn] case module: CommunityBuildPublishModule =>
90[warn] ^
91[warn] 5 warnings found
92[info] done compiling
93Try build using ./millw
94[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
95[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
96[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
97[warn] ^
98[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
99[warn] .iterator()
100[warn] ^
101[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
102[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
103[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
104[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
105[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
106[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
107[warn] ^
108[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
109[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
110[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
111[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
112[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
113[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
114[warn] ^
115[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
116[warn] case module: CommunityBuildPublishModule =>
117[warn] ^
118[warn] 5 warnings found
119[info] done compiling
120Build 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"}}]}
121Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
122
123Starting build for scala-showdown-api - [0/3]
124Failed to resolve scalaVersion, assume it's Scala 3 project
125[info] compiling 128 Scala sources to /build/repo/out/main/compile.dest/classes ...
126[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
127[warn] 44 | BattleState.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] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
133[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
134[warn] | ^^^^^^^^^^^^^^^^
135[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
136[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
137[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
138[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/battle/Battle.scala:15:45
139[warn] 15 |import io.github.pidoveproject.showdown.user.Username
140[warn] | ^^^^^^^^
141[warn] | unused import
142[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:10:51
143[warn] 10 |import scala.compiletime.{constValue, erasedValue, error, summonInline}
144[warn] | ^^^^^
145[warn] | unused import
146[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/query/UserInfo.scala:3:49
147[warn] 3 |import io.github.iltotore.iron.constraint.string.*
148[warn] | ^
149[warn] | unused import
150[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/TournamentGenerator.scala:7:65
151[warn] 7 |import io.github.pidoveproject.showdown.protocol.MessageDecoder.{given, *}
152[warn] | ^^^^^
153[warn] | unused import
154[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/room/JoinedRoom.scala:3:31
155[warn] 3 |import io.github.iltotore.iron.*
156[warn] | ^
157[warn] | unused import
158[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:3:31
159[warn] 3 |import io.github.iltotore.iron.*
160[warn] | ^
161[warn] | unused import
162[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:4:46
163[warn] 4 |import io.github.iltotore.iron.constraint.all.*
164[warn] | ^
165[warn] | unused import
166[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
167[warn] 132 | new MessageEncoder[A]:
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] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
173[warn] 16 | new TypeTest:
174[warn] | ^
175[warn] | New anonymous class definition will be duplicated at each inline site
176[warn] |
177[warn] | longer explanation available when compiling with `-explain`
178[warn] 11 warnings found
179[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/client/DataCommand.scala:6:68
180[warn] 6 |import io.github.pidoveproject.showdown.protocol.client.DataCommand.EVBoost
181[warn] | ^^^^^^^
182[warn] | unused import
183[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleInitializationMessage.scala:9:58
184[warn] 9 |import io.github.pidoveproject.showdown.user.{AvatarName, User, Username}
185[warn] | ^^^^
186[warn] | unused import
187[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleProgressMessage.scala:10:46
188[warn] 10 |import io.github.pidoveproject.showdown.user.{User, Username}
189[warn] | ^^^^
190[warn] | unused import
191[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/TournamentMessage.scala:6:46
192[warn] 6 |import io.github.pidoveproject.showdown.user.{User, Username}
193[warn] | ^^^^
194[warn] | unused import
195[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
196[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
197[warn] | ^
198[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
199[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
200[warn] |
201[warn] | longer explanation available when compiling with `-explain`
202[warn] 16 warnings found
203[info] done compiling
204Successfully evaluated main.compile
205Skipping unused scalacOptions: -Xmax-inlines
206Option -classpath was updated
207-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
208Couldn't resolve a member for the given link query: fromIronType
209-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
210Couldn't resolve a member for the given link query: fromIronType
211-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
212Couldn't resolve a member for the given link query: fromIronType
213-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
21492 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
215 | ^
216 | Couldn't resolve a member for the given link query: ProtocolError
217-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
21838 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
219 | ^
220 | Couldn't resolve a member for the given link query: ProtocolError
221-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
22232 | def fromString(value: String): Either[ProtocolError, Health] = value match
223 | ^
224 | Couldn't resolve a member for the given link query: ProtocolError
225-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
22639 | def fromString(value: String): Either[ProtocolError, Condition] = value match
227 | ^
228 | Couldn't resolve a member for the given link query: ProtocolError
229-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
23080 | def fromString(value: String): Either[ProtocolError, Effect] = value match
231 | ^
232 | Couldn't resolve a member for the given link query: ProtocolError
233-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
234276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
235 | ^
236 | Couldn't resolve a member for the given link query: JsonDecoder
23710 warnings found
238Successfully evaluated main.docJar
239Failed to resolve scalaVersion, assume it's Scala 3 project
240Failed to resolve scalaVersion, assume it's Scala 3 project
241[info] compiling 22 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
242[warn] there was 1 deprecation warning; re-run with -deprecation for details
243[warn] one warning found
244[info] done compiling
245Successfully evaluated main.test.compile
246Module main is not a publish module, skipping publishing
247
248Starting build for scala-showdown-api-cats - [1/3]
249No test module defined in cats
250Failed to resolve scalaVersion, assume it's Scala 3 project
251[info] compiling 2 Scala sources to /build/repo/out/cats/compile.dest/classes ...
252[info] done compiling
253Successfully evaluated cats.compile
254Skipping unused scalacOptions: -Xmax-inlines
255Option -classpath was updated
2561 warning found
257Successfully evaluated cats.docJar
258Module cats is not a publish module, skipping publishing
259
260Starting build for scala-showdown-api-docs - [2/3]
261No test module defined in docs
262Failed to resolve scalaVersion, assume it's Scala 3 project
263Failed to resolve scalaVersion, assume it's Scala 3 project
264[info] compiling 128 Scala sources to /build/repo/out/main/js/compile.dest/classes ...
265[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
266[warn] 44 | BattleState.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] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
272[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
273[warn] | ^^^^^^^^^^^^^^^^
274[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
275[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
276[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
277[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
278[warn] 132 | new MessageEncoder[A]:
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] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
284[warn] 16 | new TypeTest:
285[warn] | ^
286[warn] | New anonymous class definition will be duplicated at each inline site
287[warn] |
288[warn] | longer explanation available when compiling with `-explain`
289[warn] four warnings found
290[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
291[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
292[warn] | ^
293[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
294[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
295[warn] |
296[warn] | longer explanation available when compiling with `-explain`
297[warn] 5 warnings found
298[info] done compiling
299Failed to resolve scalaVersion, assume it's Scala 3 project
300Successfully evaluated docs.compile
301Failed to resolve scalaVersion, assume it's Scala 3 project
302Failed to resolve scalaVersion, assume it's Scala 3 project
303[info] compiling 4 Scala sources to /build/repo/out/tyrian/compile.dest/classes ...
304[warn] -- [E198] Unused Symbol Warning: /build/repo/tyrian/src/io/github/pidoveproject/showdown/tyrian/TyrianShowdownConnection.scala:4:23
305[warn] 4 |import cats.syntax.all.*
306[warn] | ^
307[warn] | unused import
308[warn] one warning found
309[info] done compiling
310Option -classpath was updated
311-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
312Couldn't resolve a member for the given link query: fromIronType
313-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
314Couldn't resolve a member for the given link query: fromIronType
315-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
316Couldn't resolve a member for the given link query: fromIronType
317-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
31892 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
319 | ^
320 | Couldn't resolve a member for the given link query: ProtocolError
321-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
32238 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
323 | ^
324 | Couldn't resolve a member for the given link query: ProtocolError
325-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
32632 | def fromString(value: String): Either[ProtocolError, Health] = value match
327 | ^
328 | Couldn't resolve a member for the given link query: ProtocolError
329-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
33039 | def fromString(value: String): Either[ProtocolError, Condition] = value match
331 | ^
332 | Couldn't resolve a member for the given link query: ProtocolError
333-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
33480 | def fromString(value: String): Either[ProtocolError, Effect] = value match
335 | ^
336 | Couldn't resolve a member for the given link query: ProtocolError
337-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
338276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
339 | ^
340 | Couldn't resolve a member for the given link query: JsonDecoder
341-- Warning: tyrian/src/io/github/pidoveproject/showdown/tyrian/UnitToNothing.scala:8:5
3428 |type UnitToNothing[A] = A match
343 | ^
344 | Couldn't resolve a member for the given link query: A
34511 warnings found
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 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
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 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
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.CatsShowdownClient.openConnection'
352-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
353/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'cats.effect.IOApp'
354-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
355/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'fs2.Stream'
356-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
357/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownConnection.serverMessages'
358-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
359/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.http.Client'
360-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
361/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.ZIOApp'
362-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
363/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.stream.ZStream'
364Successfully evaluated docs.docJar
365Module docs is not a publish module, skipping publishing
366
367************************
368Build summary:
369[{
370 "module": "scala-showdown-api",
371 "compile": {"status": "ok", "tookMs": 66308, "warnings": 0, "errors": 0},
372 "doc": {"status": "ok", "tookMs": 20337, "files": 1, "totalSizeKb": 6446},
373 "test-compile": {"status": "ok", "tookMs": 29004, "warnings": 0, "errors": 0},
374 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
375 "publish": {"status": "skipped", "tookMs": 0},
376 "metadata": {
377 "crossScalaVersions": []
378}
379},{
380 "module": "scala-showdown-api-cats",
381 "compile": {"status": "ok", "tookMs": 7275, "warnings": 0, "errors": 0},
382 "doc": {"status": "ok", "tookMs": 5165, "files": 1, "totalSizeKb": 2658},
383 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
384 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
385 "publish": {"status": "skipped", "tookMs": 0},
386 "metadata": {
387 "crossScalaVersions": []
388}
389},{
390 "module": "scala-showdown-api-docs",
391 "compile": {"status": "ok", "tookMs": 64338, "warnings": 0, "errors": 0},
392 "doc": {"status": "ok", "tookMs": 32366, "files": 1, "totalSizeKb": 6700},
393 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
394 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
395 "publish": {"status": "skipped", "tookMs": 0},
396 "metadata": {
397 "crossScalaVersions": []
398}
399}]
400************************"
401
402Checking patch build.sc...
403Checking patch .mill-version...
404Applied patch build.sc cleanly.
405Applied patch .mill-version cleanly.