Build Logs
pidoveproject/scala-showdown-api • 3.8.0-RC2:2025-11-28
Errors
0
Warnings
187
Total Lines
1164
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
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 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
42Execute tests: true
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
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":"full","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 0 59.2M 0 70187 0 0 662k 0 0:01:31 --:--:-- 0:01:31 659k
64100 59.2M 100 59.2M 0 0 139M 0 --:--:-- --:--:-- --:--:-- 139M
65Preparing Java 17.0.8 runtime; this may take a minute or two ...
66[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
67[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
68[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
69[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
70[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
71[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
72[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
73[warn] ^
74[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
75[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
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/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
82[warn] .iterator()
83[warn] ^
84[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
85[warn] case module: CommunityBuildPublishModule =>
86[warn] ^
87[warn] four warnings found
88[info] done compiling
89Try build using ./millw
90[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
91[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
92[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
93[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
94[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
95[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
96[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
97[warn] ^
98[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
99[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
100[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
101[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
102[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
103[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
104[warn] ^
105[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
106[warn] .iterator()
107[warn] ^
108[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
109[warn] case module: CommunityBuildPublishModule =>
110[warn] ^
111[warn] four warnings found
112[info] done compiling
113Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"val scalaJS = \"1.16.0\"","replaceWith":"val scalaJS = \"1.20.1\"","selectVersion":{"min":"3.8.0"}}]}
114Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
115
116Starting build for scala-showdown-api - [0/3]
117Failed to resolve scalaVersion, assume it's Scala 3 project
118[info] compiling 128 Scala sources to /build/repo/out/main/compile.dest/classes ...
119[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
120[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
121[warn] | ^^^^^^^^^^^^^^^^
122[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
123[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
124[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
125[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
126[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
127[warn] | ^^^^^^^^^^^^^^^^
128[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
129[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
130[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
131[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/battle/Battle.scala:15:45
132[warn] 15 |import io.github.pidoveproject.showdown.user.Username
133[warn] | ^^^^^^^^
134[warn] | unused import
135[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:10:51
136[warn] 10 |import scala.compiletime.{constValue, erasedValue, error, summonInline}
137[warn] | ^^^^^
138[warn] | unused import
139[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/query/UserInfo.scala:3:49
140[warn] 3 |import io.github.iltotore.iron.constraint.string.*
141[warn] | ^
142[warn] | unused import
143[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/TournamentGenerator.scala:7:65
144[warn] 7 |import io.github.pidoveproject.showdown.protocol.MessageDecoder.{given, *}
145[warn] | ^^^^^
146[warn] | unused import
147[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/room/JoinedRoom.scala:3:31
148[warn] 3 |import io.github.iltotore.iron.*
149[warn] | ^
150[warn] | unused import
151[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:3:31
152[warn] 3 |import io.github.iltotore.iron.*
153[warn] | ^
154[warn] | unused import
155[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:4:46
156[warn] 4 |import io.github.iltotore.iron.constraint.all.*
157[warn] | ^
158[warn] | unused import
159[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
160[warn] 132 | new MessageEncoder[A]:
161[warn] | ^
162[warn] | New anonymous class definition will be duplicated at each inline site
163[warn] |
164[warn] | longer explanation available when compiling with `-explain`
165[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
166[warn] 16 | new TypeTest:
167[warn] | ^
168[warn] | New anonymous class definition will be duplicated at each inline site
169[warn] |
170[warn] | longer explanation available when compiling with `-explain`
171[warn] 11 warnings found
172[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/client/DataCommand.scala:6:68
173[warn] 6 |import io.github.pidoveproject.showdown.protocol.client.DataCommand.EVBoost
174[warn] | ^^^^^^^
175[warn] | unused import
176[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleInitializationMessage.scala:9:58
177[warn] 9 |import io.github.pidoveproject.showdown.user.{AvatarName, User, Username}
178[warn] | ^^^^
179[warn] | unused import
180[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleProgressMessage.scala:10:46
181[warn] 10 |import io.github.pidoveproject.showdown.user.{User, Username}
182[warn] | ^^^^
183[warn] | unused import
184[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/TournamentMessage.scala:6:46
185[warn] 6 |import io.github.pidoveproject.showdown.user.{User, Username}
186[warn] | ^^^^
187[warn] | unused import
188[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
189[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
190[warn] | ^
191[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
192[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
193[warn] |
194[warn] | longer explanation available when compiling with `-explain`
195[warn] 16 warnings found
196[info] done compiling
197Successfully evaluated main.compile
198Skipping unused scalacOptions: -Xmax-inlines
199Option -classpath was updated
200-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
201Couldn't resolve a member for the given link query: fromIronType
202-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
203Couldn't resolve a member for the given link query: fromIronType
204-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
205Couldn't resolve a member for the given link query: fromIronType
206-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
20792 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
208 | ^
209 | Couldn't resolve a member for the given link query: ProtocolError
210-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
21138 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
212 | ^
213 | Couldn't resolve a member for the given link query: ProtocolError
214-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
21532 | def fromString(value: String): Either[ProtocolError, Health] = value match
216 | ^
217 | Couldn't resolve a member for the given link query: ProtocolError
218-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
21939 | def fromString(value: String): Either[ProtocolError, Condition] = value match
220 | ^
221 | Couldn't resolve a member for the given link query: ProtocolError
222-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
22380 | def fromString(value: String): Either[ProtocolError, Effect] = value match
224 | ^
225 | Couldn't resolve a member for the given link query: ProtocolError
226-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
227276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
228 | ^
229 | Couldn't resolve a member for the given link query: JsonDecoder
23010 warnings found
231Successfully evaluated main.docJar
232Failed to resolve scalaVersion, assume it's Scala 3 project
233Failed to resolve scalaVersion, assume it's Scala 3 project
234[info] compiling 22 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
235[warn] there was 1 deprecation warning; re-run with -deprecation for details
236[warn] one warning found
237[info] done compiling
238Successfully evaluated main.test.compile
239-------------------------------- Running Tests --------------------------------
240+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.string 11ms
241+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.int 0ms
242+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.long 0ms
243+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.double 0ms
244+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.tuple.empty 1ms
245+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.tuple.nonEmpty 3ms
246+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.derivation.product 2ms
247+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.derivation.sum.resetMoney 11ms
248+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.derivation.sum.addMoney 0ms
249+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.derivation.sum.removeMoney 0ms
250+ io.github.pidoveproject.showdown.testing.protocol.EncodingSuite.derivation.sum.sendMoney 0ms
251-------------------------------- Running Tests --------------------------------
252+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.string.valid 45ms
253+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.string.empty 0ms
254+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.string.nothing 6ms
255+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.int.valid 2ms
256+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.int.float 0ms
257+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.int.string 0ms
258+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.long.valid 1ms
259+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.long.float 0ms
260+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.long.string 0ms
261+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.double.int 2ms
262+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.double.float 0ms
263+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.double.string 0ms
264+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.tuple.empty 0ms
265+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.tuple.nonEmpty 0ms
266+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.derivation.product.valid 2ms
267+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.derivation.product.invalidValue 0ms
268+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.derivation.product.missingValue 0ms
269+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.derivation.sum.resetMoney 9ms
270+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.derivation.sum.addMoney 0ms
271+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.derivation.sum.removeMoney 0ms
272+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.derivation.sum.sendMoney 0ms
273+ io.github.pidoveproject.showdown.testing.protocol.DecodingSuite.derivation.sum.invalidKey 1ms
274-------------------------------- Running Tests --------------------------------
275+ io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite.timerMessage 83ms
276+ io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite.timerDisabled 0ms
277+ io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite.turn 0ms
278+ io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite.win 0ms
279+ io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite.timestamp 0ms
280+ io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite.error.invalid 7ms
281+ io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite.error.unavailable 1ms
282+ io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite.request 169ms
283-------------------------------- Running Tests --------------------------------
284+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.tournamentGenerator.roundRobin.noPrefix 7ms
285+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.tournamentGenerator.roundRobin.prefixed 0ms
286+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.tournamentGenerator.elimination 0ms
287+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.create 66ms
288+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.update.empty 12ms
289+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.update.users 13ms
290+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.update.settings 2ms
291+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.update.ingame 12ms
292+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.updateEnd 1ms
293+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.error 1ms
294+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.forceEnd 1ms
295+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.join 1ms
296+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.leave 1ms
297+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.replace 1ms
298+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.start 1ms
299+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.disqualify 1ms
300+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.battleStart 1ms
301+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.battleEnd 5ms
302+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.end 4ms
303+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.scouting 1ms
304+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.autoStart.on 2ms
305+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.autoStart.off 1ms
306+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.autoDq.on 2ms
307+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.autoDq.off 1ms
308+ io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite.autoDq.target 1ms
309-------------------------------- Running Tests --------------------------------
310+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.popup.inline 53ms
311+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.popup.newline 0ms
312+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.pm.noPipe 1ms
313+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.pm.withPipes 0ms
314+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.usercount 0ms
315+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.nametaken 0ms
316+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.challstr 1ms
317+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.updateuser 5ms
318+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.formats 5ms
319+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.updatesearch.empty 2ms
320+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.updatesearch.filled 1ms
321+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.queryresponse.roomlist 7ms
322+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.queryresponse.rooms 10ms
323+ io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite.queryresponse.userdetails 3ms
324-------------------------------- Running Tests --------------------------------
325+ io.github.pidoveproject.showdown.testing.protocol.server.BattleInitializationSuite.player 17ms
326+ io.github.pidoveproject.showdown.testing.protocol.server.BattleInitializationSuite.teamsize 0ms
327+ io.github.pidoveproject.showdown.testing.protocol.server.BattleInitializationSuite.gameType 0ms
328+ io.github.pidoveproject.showdown.testing.protocol.server.BattleInitializationSuite.gen 0ms
329+ io.github.pidoveproject.showdown.testing.protocol.server.BattleInitializationSuite.tier 0ms
330+ io.github.pidoveproject.showdown.testing.protocol.server.BattleInitializationSuite.rated.noMessage 1ms
331+ io.github.pidoveproject.showdown.testing.protocol.server.BattleInitializationSuite.rated.withMessage 0ms
332-------------------------------- Running Tests --------------------------------
333+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.init.battle 25ms
334+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.init.chat 0ms
335+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.init.invalid 0ms
336+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.title 0ms
337+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.users.many 3ms
338+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.users.empty 0ms
339+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.message 0ms
340+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.html 0ms
341+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.uhtml 0ms
342+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.join.0 1ms
343+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.join.1 0ms
344+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.join.2 0ms
345+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.leave.0 1ms
346+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.leave.1 0ms
347+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.leave.2 0ms
348+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.name 0ms
349+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.chat.noPipe 0ms
350+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.chat.withPipes 0ms
351+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.notify 0ms
352+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.notify 0ms
353+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.timestamp 0ms
354+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.timestampChat 0ms
355+ io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite.battle 0ms
356-------------------------------- Running Tests --------------------------------
357+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.weather 23ms
358+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.fieldStart 0ms
359+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.fieldEnd 0ms
360+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.sideStart 1ms
361+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.sideEnd 0ms
362+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.item 2ms
363+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.endItem 1ms
364+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.ability 1ms
365+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.endAbility 0ms
366+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.transform 0ms
367+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.mega 0ms
368+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.ultraBurst 0ms
369+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.zpower 0ms
370+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.zbroken 0ms
371+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.terastallize 1ms
372+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.activate 0ms
373+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.hint 0ms
374+ io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite.message 0ms
375-------------------------------- Running Tests --------------------------------
376+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.fail 15ms
377+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.block 1ms
378+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.noTarget 0ms
379+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.miss 0ms
380+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.superEffective 0ms
381+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.resisted 0ms
382+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.immune 1ms
383+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.waiting 0ms
384+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.prepare 1ms
385+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.mustRecharge 0ms
386+ io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite.hitCount 0ms
387-------------------------------- Running Tests --------------------------------
388+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.damage 22ms
389+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.heal 0ms
390+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.setHealth 0ms
391+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.setStatus 0ms
392+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.cureStatus 0ms
393+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.boost 0ms
394+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.unboost 0ms
395+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.setBoost 0ms
396+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.swapBoost 1ms
397+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.invertBoost 0ms
398+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.clearBoost 0ms
399+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.clearPositiveBoost 0ms
400+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.clearNegativeBoost 1ms
401+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.copyBoost 0ms
402+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.volatileStatusStart 0ms
403+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.volatileStatusEnd 0ms
404+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.singleMove 0ms
405+ io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite.singleTurn 0ms
406-------------------------------- Running Tests --------------------------------
407+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.add 15ms
408+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.roomAdd 0ms
409+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.list 0ms
410+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.roomList 0ms
411+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.delete 0ms
412+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.roomDelete 0ms
413+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.clear 0ms
414+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.roomClear 0ms
415+ io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite.clearAll 0ms
416-------------------------------- Running Tests --------------------------------
417+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.report 26ms
418+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.msg 0ms
419+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.reply 0ms
420+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.logOut 0ms
421+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.challenge 0ms
422+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.search 0ms
423+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.rating 0ms
424+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.whoIs 0ms
425+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.user 0ms
426+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.join 0ms
427+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.leave 0ms
428+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.join 0ms
429+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.roomAuth 0ms
430+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.query.userDetails 1ms
431+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.query.battleRooms 0ms
432+ io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite.query.chatRooms 0ms
433-------------------------------- Running Tests --------------------------------
434+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.data.species 66ms
435+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.data.item 0ms
436+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.data.move 0ms
437+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.data.ability 0ms
438+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.data.nature 1ms
439+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.learn.empty 0ms
440+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.learn.generation 1ms
441+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.learn.format 0ms
442+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.statCalc 1ms
443+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.effectiveness.moveOnPokemon 3ms
444+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.effectiveness.moveOnPokemon 0ms
445+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.weakness.species 1ms
446+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.weakness.type 0ms
447+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.weakness.types 0ms
448+ io.github.pidoveproject.showdown.testing.protocol.client.DataSuite.coverage 0ms
449-------------------------------- Running Tests --------------------------------
450+ io.github.pidoveproject.showdown.testing.protocol.client.AuthSuite.trn 4ms
451-------------------------------- Running Tests --------------------------------
452+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.nick 35ms
453+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.avatar 0ms
454+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.ignore 0ms
455+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.status 0ms
456+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.clearStatus 0ms
457+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.away 0ms
458+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.busy 0ms
459+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.doNotDisturb 0ms
460+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.back 0ms
461+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.timestamps 1ms
462+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.showJoins 0ms
463+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.hideJoins 0ms
464+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.blockChallenges 0ms
465+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.unblockChallenges 0ms
466+ io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite.blockPMs 0ms
467-------------------------------- Running Tests --------------------------------
468+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.saveReplay 25ms
469+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.secretRoom 0ms
470+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.hideRoom 0ms
471+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.publicRoom 0ms
472+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.inviteOnly 0ms
473+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.inviteOnlyNext 0ms
474+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.invite 0ms
475+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.timer 0ms
476+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.forfeit 0ms
477+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.choice.switch 3ms
478+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.choice.withId 0ms
479+ io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite.choice.move 1ms
480-------------------------------- Running Tests --------------------------------
481+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.groups 25ms
482+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.faq 0ms
483+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.rules 0ms
484+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.intro 0ms
485+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.formatsHelp 0ms
486+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.analysis 0ms
487+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.otherMetas 0ms
488+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.punishments 0ms
489+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.calc 0ms
490+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.rCalc 0ms
491+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.bsCalc 0ms
492+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.git 0ms
493+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.cap 0ms
494+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.roomHelp 0ms
495+ io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite.roomFaq 0ms
496-------------------------------- Running Tests --------------------------------
497+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.statType.hp 4ms
498+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.statType.atk 0ms
499+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.statType.def 0ms
500+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.statType.spa 0ms
501+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.statType.spd 0ms
502+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.statType.spe 0ms
503+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.gender.male 0ms
504+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.gender.female 0ms
505+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.nature 1ms
506+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.type 0ms
507+ io.github.pidoveproject.showdown.testing.team.JsonSuite.encoding.team 20ms
508-------------------------------- Running Tests --------------------------------
509+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.boolean.yes 118ms
510+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.boolean.no 1ms
511+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.gender.male 47ms
512+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.gender.female 0ms
513+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.statType.hp 2ms
514+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.statType.atk 0ms
515+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.statType.def 0ms
516+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.statType.spa 0ms
517+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.statType.spd 0ms
518+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.statType.spe 0ms
519+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.iv 8ms
520+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.ev 0ms
521+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.ivs.single 3ms
522+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.ivs.multiple 0ms
523+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.evs.single 1ms
524+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.evs.multiple 0ms
525+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.ability 0ms
526+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.nature 0ms
527+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.move.single 0ms
528+ io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite.move.multiple 1ms
529-------------------------------- Running Tests --------------------------------
530+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.newline.0 14ms
531+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.newline.1 2ms
532+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.newline.2 2ms
533+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.newline.3 1ms
534+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.newline.4 1ms
535+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.newline.5 1ms
536+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.newline.6 1ms
537+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.newline.7 2ms
538+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.nonBlank.valid 18ms
539+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.nonBlank.empty 9ms
540+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.nonBlank.blank 6ms
541+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.int.valid 9ms
542+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.int.non-int 1ms
543+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.int.nan 1ms
544+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.int.empty 1ms
545+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.boolean.yes.0 4ms
546+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.boolean.yes.1 0ms
547+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.boolean.no.0 0ms
548+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.boolean.no.1 0ms
549+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.gender.male 12ms
550+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.gender.female 2ms
551+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.statType.hp 4ms
552+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.statType.atk 3ms
553+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.statType.def 11ms
554+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.statType.spa 4ms
555+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.statType.spd 3ms
556+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.statType.spe 2ms
557+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.statType.invalid 4ms
558+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.iv.valid 5ms
559+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.iv.whitespaced 4ms
560+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.iv.invalidStat 4ms
561+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.iv.invalidValue 2ms
562+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.ev.valid 4ms
563+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.ev.whitespaced 3ms
564+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.ev.invalidStat 12ms
565+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.ev.invalidValue 2ms
566+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.ivs.single 10ms
567+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.ivs.multiple 6ms
568+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.ivs.missingSep 4ms
569+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.evs.single 5ms
570+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.evs.multiple 4ms
571+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.evs.missingSep 4ms
572+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.speciesLine.species 1ms
573+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.speciesLine.speciesGender 0ms
574+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.speciesLine.speciesSurname.standard 1ms
575+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.speciesLine.speciesSurname.withParentheses 0ms
576+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.speciesLine.speciesSurnameGender 1ms
577+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.firstLine.withoutSpace 3ms
578+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.firstLine.withSpace 2ms
579+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.ability 4ms
580+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.nature.valid 4ms
581+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.nature.missingSuffix 4ms
582+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.nature.invalidValue 2ms
583+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.move.single 2ms
584+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.move.multiple 2ms
585+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.move.tooMuch 3ms
586+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.pokemon 16ms
587+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.tier.valid 2ms
588+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.tier.missingBrackets 0ms
589+ io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite.team 14ms
590----------------------------------- Results -----------------------------------
591- io.github.pidoveproject.showdown.testing.team.pokepaste.DecodingSuite 248ms
592 - newline 24ms
593 + 0 14ms
594 + 1 2ms
595 + 2 2ms
596 + 3 1ms
597 + 4 1ms
598 + 5 1ms
599 + 6 1ms
600 + 7 2ms
601 - nonBlank 33ms
602 + valid 18ms
603 + empty 9ms
604 + blank 6ms
605 - int 12ms
606 + valid 9ms
607 + non-int 1ms
608 + nan 1ms
609 + empty 1ms
610 - boolean 4ms
611 - yes 4ms
612 + 0 4ms
613 + 1 0ms
614 - no 0ms
615 + 0 0ms
616 + 1 0ms
617 - gender 14ms
618 + male 12ms
619 + female 2ms
620 - statType 31ms
621 + hp 4ms
622 + atk 3ms
623 + def 11ms
624 + spa 4ms
625 + spd 3ms
626 + spe 2ms
627 + invalid 4ms
628 - iv 15ms
629 + valid 5ms
630 + whitespaced 4ms
631 + invalidStat 4ms
632 + invalidValue 2ms
633 - ev 21ms
634 + valid 4ms
635 + whitespaced 3ms
636 + invalidStat 12ms
637 + invalidValue 2ms
638 - ivs 20ms
639 + single 10ms
640 + multiple 6ms
641 + missingSep 4ms
642 - evs 13ms
643 + single 5ms
644 + multiple 4ms
645 + missingSep 4ms
646 - speciesLine 3ms
647 + species 1ms
648 + speciesGender 0ms
649 - speciesSurname 1ms
650 + standard 1ms
651 + withParentheses 0ms
652 + speciesSurnameGender 1ms
653 - firstLine 5ms
654 + withoutSpace 3ms
655 + withSpace 2ms
656 + ability 4ms
657 - nature 10ms
658 + valid 4ms
659 + missingSuffix 4ms
660 + invalidValue 2ms
661 - move 7ms
662 + single 2ms
663 + multiple 2ms
664 + tooMuch 3ms
665 + pokemon 16ms
666 - tier 2ms
667 + valid 2ms
668 + missingBrackets 0ms
669 + team 14ms
670- io.github.pidoveproject.showdown.testing.team.pokepaste.EncodingSuite 181ms
671 - boolean 119ms
672 + yes 118ms
673 + no 1ms
674 - gender 47ms
675 + male 47ms
676 + female 0ms
677 - statType 2ms
678 + hp 2ms
679 + atk 0ms
680 + def 0ms
681 + spa 0ms
682 + spd 0ms
683 + spe 0ms
684 + iv 8ms
685 + ev 0ms
686 - ivs 3ms
687 + single 3ms
688 + multiple 0ms
689 - evs 1ms
690 + single 1ms
691 + multiple 0ms
692 + ability 0ms
693 + nature 0ms
694 - move 1ms
695 + single 0ms
696 + multiple 1ms
697- io.github.pidoveproject.showdown.testing.team.JsonSuite 25ms
698 - encoding 25ms
699 - statType 4ms
700 + hp 4ms
701 + atk 0ms
702 + def 0ms
703 + spa 0ms
704 + spd 0ms
705 + spe 0ms
706 - gender 0ms
707 + male 0ms
708 + female 0ms
709 + nature 1ms
710 + type 0ms
711 + team 20ms
712- io.github.pidoveproject.showdown.testing.protocol.client.InformationSuite 25ms
713 + groups 25ms
714 + faq 0ms
715 + rules 0ms
716 + intro 0ms
717 + formatsHelp 0ms
718 + analysis 0ms
719 + otherMetas 0ms
720 + punishments 0ms
721 + calc 0ms
722 + rCalc 0ms
723 + bsCalc 0ms
724 + git 0ms
725 + cap 0ms
726 + roomHelp 0ms
727 + roomFaq 0ms
728- io.github.pidoveproject.showdown.testing.protocol.client.BattleRoomSuite 29ms
729 + saveReplay 25ms
730 + secretRoom 0ms
731 + hideRoom 0ms
732 + publicRoom 0ms
733 + inviteOnly 0ms
734 + inviteOnlyNext 0ms
735 + invite 0ms
736 + timer 0ms
737 + forfeit 0ms
738 - choice 4ms
739 + switch 3ms
740 + withId 0ms
741 + move 1ms
742- io.github.pidoveproject.showdown.testing.protocol.client.OptionSuite 36ms
743 + nick 35ms
744 + avatar 0ms
745 + ignore 0ms
746 + status 0ms
747 + clearStatus 0ms
748 + away 0ms
749 + busy 0ms
750 + doNotDisturb 0ms
751 + back 0ms
752 + timestamps 1ms
753 + showJoins 0ms
754 + hideJoins 0ms
755 + blockChallenges 0ms
756 + unblockChallenges 0ms
757 + blockPMs 0ms
758- io.github.pidoveproject.showdown.testing.protocol.client.AuthSuite 4ms
759 + trn 4ms
760- io.github.pidoveproject.showdown.testing.protocol.client.DataSuite 73ms
761 - data 67ms
762 + species 66ms
763 + item 0ms
764 + move 0ms
765 + ability 0ms
766 + nature 1ms
767 - learn 1ms
768 + empty 0ms
769 + generation 1ms
770 + format 0ms
771 + statCalc 1ms
772 - effectiveness 3ms
773 + moveOnPokemon 3ms
774 + moveOnPokemon 0ms
775 - weakness 1ms
776 + species 1ms
777 + type 0ms
778 + types 0ms
779 + coverage 0ms
780- io.github.pidoveproject.showdown.testing.protocol.client.GlobalSuite 27ms
781 + report 26ms
782 + msg 0ms
783 + reply 0ms
784 + logOut 0ms
785 + challenge 0ms
786 + search 0ms
787 + rating 0ms
788 + whoIs 0ms
789 + user 0ms
790 + join 0ms
791 + leave 0ms
792 + join 0ms
793 + roomAuth 0ms
794 - query 1ms
795 + userDetails 1ms
796 + battleRooms 0ms
797 + chatRooms 0ms
798- io.github.pidoveproject.showdown.testing.protocol.client.HighlightSuite 15ms
799 + add 15ms
800 + roomAdd 0ms
801 + list 0ms
802 + roomList 0ms
803 + delete 0ms
804 + roomDelete 0ms
805 + clear 0ms
806 + roomClear 0ms
807 + clearAll 0ms
808- io.github.pidoveproject.showdown.testing.protocol.server.BattleStatusSuite 24ms
809 + damage 22ms
810 + heal 0ms
811 + setHealth 0ms
812 + setStatus 0ms
813 + cureStatus 0ms
814 + boost 0ms
815 + unboost 0ms
816 + setBoost 0ms
817 + swapBoost 1ms
818 + invertBoost 0ms
819 + clearBoost 0ms
820 + clearPositiveBoost 0ms
821 + clearNegativeBoost 1ms
822 + copyBoost 0ms
823 + volatileStatusStart 0ms
824 + volatileStatusEnd 0ms
825 + singleMove 0ms
826 + singleTurn 0ms
827- io.github.pidoveproject.showdown.testing.protocol.server.BattleAttackSuite 18ms
828 + fail 15ms
829 + block 1ms
830 + noTarget 0ms
831 + miss 0ms
832 + superEffective 0ms
833 + resisted 0ms
834 + immune 1ms
835 + waiting 0ms
836 + prepare 1ms
837 + mustRecharge 0ms
838 + hitCount 0ms
839- io.github.pidoveproject.showdown.testing.protocol.server.BattleMinorActionSuite 29ms
840 + weather 23ms
841 + fieldStart 0ms
842 + fieldEnd 0ms
843 + sideStart 1ms
844 + sideEnd 0ms
845 + item 2ms
846 + endItem 1ms
847 + ability 1ms
848 + endAbility 0ms
849 + transform 0ms
850 + mega 0ms
851 + ultraBurst 0ms
852 + zpower 0ms
853 + zbroken 0ms
854 + terastallize 1ms
855 + activate 0ms
856 + hint 0ms
857 + message 0ms
858- io.github.pidoveproject.showdown.testing.protocol.server.RoomSuite 30ms
859 - init 25ms
860 + battle 25ms
861 + chat 0ms
862 + invalid 0ms
863 + title 0ms
864 - users 3ms
865 + many 3ms
866 + empty 0ms
867 + message 0ms
868 + html 0ms
869 + uhtml 0ms
870 - join 1ms
871 + 0 1ms
872 + 1 0ms
873 + 2 0ms
874 - leave 1ms
875 + 0 1ms
876 + 1 0ms
877 + 2 0ms
878 + name 0ms
879 - chat 0ms
880 + noPipe 0ms
881 + withPipes 0ms
882 + notify 0ms
883 + notify 0ms
884 + timestamp 0ms
885 + timestampChat 0ms
886 + battle 0ms
887- io.github.pidoveproject.showdown.testing.protocol.server.BattleInitializationSuite 18ms
888 + player 17ms
889 + teamsize 0ms
890 + gameType 0ms
891 + gen 0ms
892 + tier 0ms
893 - rated 1ms
894 + noMessage 1ms
895 + withMessage 0ms
896- io.github.pidoveproject.showdown.testing.protocol.server.GlobalSuite 88ms
897 - popup 53ms
898 + inline 53ms
899 + newline 0ms
900 - pm 1ms
901 + noPipe 1ms
902 + withPipes 0ms
903 + usercount 0ms
904 + nametaken 0ms
905 + challstr 1ms
906 + updateuser 5ms
907 + formats 5ms
908 - updatesearch 3ms
909 + empty 2ms
910 + filled 1ms
911 - queryresponse 20ms
912 + roomlist 7ms
913 + rooms 10ms
914 + userdetails 3ms
915- io.github.pidoveproject.showdown.testing.protocol.server.TournamentSuite 138ms
916 - tournamentGenerator 7ms
917 - roundRobin 7ms
918 + noPrefix 7ms
919 + prefixed 0ms
920 + elimination 0ms
921 + create 66ms
922 - update 39ms
923 + empty 12ms
924 + users 13ms
925 + settings 2ms
926 + ingame 12ms
927 + updateEnd 1ms
928 + error 1ms
929 + forceEnd 1ms
930 + join 1ms
931 + leave 1ms
932 + replace 1ms
933 + start 1ms
934 + disqualify 1ms
935 + battleStart 1ms
936 + battleEnd 5ms
937 + end 4ms
938 + scouting 1ms
939 - autoStart 3ms
940 + on 2ms
941 + off 1ms
942 - autoDq 4ms
943 + on 2ms
944 + off 1ms
945 + target 1ms
946- io.github.pidoveproject.showdown.testing.protocol.server.BattleProgressSuite 260ms
947 + timerMessage 83ms
948 + timerDisabled 0ms
949 + turn 0ms
950 + win 0ms
951 + timestamp 0ms
952 - error 8ms
953 + invalid 7ms
954 + unavailable 1ms
955 + request 169ms
956- io.github.pidoveproject.showdown.testing.protocol.DecodingSuite 68ms
957 - string 51ms
958 + valid 45ms
959 + empty 0ms
960 + nothing 6ms
961 - int 2ms
962 + valid 2ms
963 + float 0ms
964 + string 0ms
965 - long 1ms
966 + valid 1ms
967 + float 0ms
968 + string 0ms
969 - double 2ms
970 + int 2ms
971 + float 0ms
972 + string 0ms
973 - tuple 0ms
974 + empty 0ms
975 + nonEmpty 0ms
976 - derivation 12ms
977 - product 2ms
978 + valid 2ms
979 + invalidValue 0ms
980 + missingValue 0ms
981 - sum 10ms
982 + resetMoney 9ms
983 + addMoney 0ms
984 + removeMoney 0ms
985 + sendMoney 0ms
986 + invalidKey 1ms
987- io.github.pidoveproject.showdown.testing.protocol.EncodingSuite 28ms
988 + string 11ms
989 + int 0ms
990 + long 0ms
991 + double 0ms
992 - tuple 4ms
993 + empty 1ms
994 + nonEmpty 3ms
995 - derivation 13ms
996 + product 2ms
997 - sum 11ms
998 + resetMoney 11ms
999 + addMoney 0ms
1000 + removeMoney 0ms
1001 + sendMoney 0ms
1002
1003Tests: 331, Passed: 331, Failed: 0
1004Successfully evaluated main.test.test
1005Module main is not a publish module, skipping publishing
1006
1007Starting build for scala-showdown-api-cats - [1/3]
1008No test module defined in cats
1009Failed to resolve scalaVersion, assume it's Scala 3 project
1010[info] compiling 2 Scala sources to /build/repo/out/cats/compile.dest/classes ...
1011[info] done compiling
1012Successfully evaluated cats.compile
1013Skipping unused scalacOptions: -Xmax-inlines
1014Option -classpath was updated
10151 warning found
1016Successfully evaluated cats.docJar
1017Module cats is not a publish module, skipping publishing
1018
1019Starting build for scala-showdown-api-docs - [2/3]
1020No test module defined in docs
1021Failed to resolve scalaVersion, assume it's Scala 3 project
1022Failed to resolve scalaVersion, assume it's Scala 3 project
1023[info] compiling 128 Scala sources to /build/repo/out/main/js/compile.dest/classes ...
1024[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
1025[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
1026[warn] | ^^^^^^^^^^^^^^^^
1027[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
1028[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
1029[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
1030[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
1031[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
1032[warn] | ^^^^^^^^^^^^^^^^
1033[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
1034[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
1035[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
1036[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
1037[warn] 132 | new MessageEncoder[A]:
1038[warn] | ^
1039[warn] | New anonymous class definition will be duplicated at each inline site
1040[warn] |
1041[warn] | longer explanation available when compiling with `-explain`
1042[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
1043[warn] 16 | new TypeTest:
1044[warn] | ^
1045[warn] | New anonymous class definition will be duplicated at each inline site
1046[warn] |
1047[warn] | longer explanation available when compiling with `-explain`
1048[warn] four warnings found
1049[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
1050[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
1051[warn] | ^
1052[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
1053[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
1054[warn] |
1055[warn] | longer explanation available when compiling with `-explain`
1056[warn] 5 warnings found
1057[info] done compiling
1058Failed to resolve scalaVersion, assume it's Scala 3 project
1059Successfully evaluated docs.compile
1060Failed to resolve scalaVersion, assume it's Scala 3 project
1061Failed to resolve scalaVersion, assume it's Scala 3 project
1062[info] compiling 4 Scala sources to /build/repo/out/tyrian/compile.dest/classes ...
1063[warn] -- [E198] Unused Symbol Warning: /build/repo/tyrian/src/io/github/pidoveproject/showdown/tyrian/TyrianShowdownConnection.scala:4:23
1064[warn] 4 |import cats.syntax.all.*
1065[warn] | ^
1066[warn] | unused import
1067[warn] one warning found
1068[info] done compiling
1069Option -classpath was updated
1070-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
1071Couldn't resolve a member for the given link query: fromIronType
1072-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
1073Couldn't resolve a member for the given link query: fromIronType
1074-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
1075Couldn't resolve a member for the given link query: fromIronType
1076-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
107792 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
1078 | ^
1079 | Couldn't resolve a member for the given link query: ProtocolError
1080-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
108138 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
1082 | ^
1083 | Couldn't resolve a member for the given link query: ProtocolError
1084-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
108532 | def fromString(value: String): Either[ProtocolError, Health] = value match
1086 | ^
1087 | Couldn't resolve a member for the given link query: ProtocolError
1088-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
108939 | def fromString(value: String): Either[ProtocolError, Condition] = value match
1090 | ^
1091 | Couldn't resolve a member for the given link query: ProtocolError
1092-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
109380 | def fromString(value: String): Either[ProtocolError, Effect] = value match
1094 | ^
1095 | Couldn't resolve a member for the given link query: ProtocolError
1096-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
1097276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
1098 | ^
1099 | Couldn't resolve a member for the given link query: JsonDecoder
1100-- Warning: tyrian/src/io/github/pidoveproject/showdown/tyrian/UnitToNothing.scala:8:5
11018 |type UnitToNothing[A] = A match
1102 | ^
1103 | Couldn't resolve a member for the given link query: A
110411 warnings found
1105-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
1106/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
1107-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
1108/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
1109-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
1110/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient.openConnection'
1111-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
1112/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'cats.effect.IOApp'
1113-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
1114/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'fs2.Stream'
1115-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
1116/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownConnection.serverMessages'
1117-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
1118/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.http.Client'
1119-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
1120/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.ZIOApp'
1121-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
1122/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.stream.ZStream'
1123Successfully evaluated docs.docJar
1124Module docs is not a publish module, skipping publishing
1125
1126************************
1127Build summary:
1128[{
1129 "module": "scala-showdown-api",
1130 "compile": {"status": "ok", "tookMs": 51559, "warnings": 0, "errors": 0},
1131 "doc": {"status": "ok", "tookMs": 16989, "files": 1, "totalSizeKb": 6446},
1132 "test-compile": {"status": "ok", "tookMs": 28992, "warnings": 0, "errors": 0},
1133 "test": {"status": "ok", "tookMs": 3418, "passed": 331, "failed": 0, "ignored": 0, "skipped": 0, "total": 331, "byFramework": []},
1134 "publish": {"status": "skipped", "tookMs": 0},
1135 "metadata": {
1136 "crossScalaVersions": []
1137}
1138},{
1139 "module": "scala-showdown-api-cats",
1140 "compile": {"status": "ok", "tookMs": 7441, "warnings": 0, "errors": 0},
1141 "doc": {"status": "ok", "tookMs": 4900, "files": 1, "totalSizeKb": 2658},
1142 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1143 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1144 "publish": {"status": "skipped", "tookMs": 0},
1145 "metadata": {
1146 "crossScalaVersions": []
1147}
1148},{
1149 "module": "scala-showdown-api-docs",
1150 "compile": {"status": "ok", "tookMs": 73129, "warnings": 0, "errors": 0},
1151 "doc": {"status": "ok", "tookMs": 25705, "files": 1, "totalSizeKb": 6700},
1152 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1153 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1154 "publish": {"status": "skipped", "tookMs": 0},
1155 "metadata": {
1156 "crossScalaVersions": []
1157}
1158}]
1159************************"
1160
1161Checking patch build.sc...
1162Checking patch .mill-version...
1163Applied patch build.sc cleanly.
1164Applied patch .mill-version cleanly.