Build Logs

pidoveproject/scala-showdown-api • 3.8.0-RC4:2025-12-22

Errors

0

Warnings

187

Total Lines

1163

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