Build Logs

pidoveproject/scala-showdown-api • scala/scala3:release-3.8.0_backport-24567:2025-12-02

Errors

0

Warnings

187

Total Lines

397

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