Build Logs

monix/monix-testing • 3.8.0-RC4:2025-12-22

Errors

0

Warnings

127

Total Lines

348

1##################################
2Clonning https://github.com/monix/monix-testing.git into /build/repo using revision v0.4.0
3##################################
4Note: switching to '338c7a36a4930313cf7fe8cec3dbba0ac599c3c9'.
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----
31Starting build for 3.8.0-RC4
32Execute tests: true
33sbt project found:
34grep: /build/repo/project/plugins.sbt: No such file or directory
35Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
36Enforcing usage of sbt in version 1.11.5
37No prepare script found for project monix/monix-testing
38##################################
39Scala version: 3.8.0-RC4
40Targets: io.monix%monix-testing-minitest io.monix%monix-testing-scalatest io.monix%monix-testing-utest
41Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
42##################################
43Using extra scalacOptions: ,REQUIRE:-source:3.8
44Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
45[sbt_options] declare -a sbt_options=()
46[process_args] java_version = '17'
47[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
48# Executing command line:
49java
50-Dfile.encoding=UTF-8
51-Dcommunitybuild.scala=3.8.0-RC4
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
58-jar
59/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
60"setCrossScalaVersions 3.8.0-RC4"
61"++3.8.0-RC4 -v"
62"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
63"set every credentials := Nil"
64"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
65"removeScalacOptionsStartingWith -P:wartremover"
66
67moduleMappings
68"runBuild 3.8.0-RC4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" io.monix%monix-testing-minitest io.monix%monix-testing-scalatest io.monix%monix-testing-utest"
69
70[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
71[info] loading settings for project repo-build from akka.sbt, plugins.sbt, pluguins.sbt...
72[info] loading project definition from /build/repo/project
73[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
74[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
75[info] Compilation completed in 8.962s.
76[info] done compiling
77/build/repo/build.sbt:33: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
78 scalacOptions in (Compile, console) ++= Seq("-Ywarn-unused:imports"),
79 ^
80/build/repo/build.sbt:55: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
81 scalacOptions in (Compile, doc) ++= Seq("-no-link-warnings"),
82 ^
83/build/repo/build.sbt:57: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
84 scalacOptions in ThisBuild ++= Seq(
85 ^
86/build/repo/build.sbt:66: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
87 parallelExecution in Test := false,
88 ^
89/build/repo/build.sbt:67: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
90 parallelExecution in IntegrationTest := false,
91 ^
92/build/repo/build.sbt:67: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
93 parallelExecution in IntegrationTest := false,
94 ^
95/build/repo/build.sbt:68: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
96 parallelExecution in ThisBuild := false,
97 ^
98/build/repo/build.sbt:69: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
99 testForkedParallel in Test := false,
100 ^
101/build/repo/build.sbt:70: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
102 testForkedParallel in IntegrationTest := false,
103 ^
104/build/repo/build.sbt:70: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
105 testForkedParallel in IntegrationTest := false,
106 ^
107/build/repo/build.sbt:71: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
108 testForkedParallel in ThisBuild := false,
109 ^
110/build/repo/build.sbt:73: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
111 logBuffered in Test := false,
112 ^
113/build/repo/build.sbt:74: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
114 logBuffered in IntegrationTest := false,
115 ^
116/build/repo/build.sbt:74: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
117 logBuffered in IntegrationTest := false,
118 ^
119/build/repo/build.sbt:102: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
120 skip in publish := true,
121 ^
122/build/repo/build.sbt:16: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
123skip in publish := true
124 ^
125[info] loading settings for project monixTesting from build.sbt...
126[info] set current project to monix-testing (in build file:/build/repo/)
127[warn] there are 17 keys that are not used by any other settings/tasks:
128[warn]
129[warn] * ThisBuild / parallelExecution
130[warn] +- /build/repo/build.sbt:68
131[warn] * ThisBuild / testForkedParallel
132[warn] +- /build/repo/build.sbt:71
133[warn] * minitest / IntegrationTest / logBuffered
134[warn] +- /build/repo/build.sbt:74
135[warn] * minitest / IntegrationTest / parallelExecution
136[warn] +- /build/repo/build.sbt:67
137[warn] * minitest / IntegrationTest / testForkedParallel
138[warn] +- /build/repo/build.sbt:70
139[warn] * monixTesting / IntegrationTest / logBuffered
140[warn] +- /build/repo/build.sbt:74
141[warn] * monixTesting / IntegrationTest / parallelExecution
142[warn] +- /build/repo/build.sbt:67
143[warn] * monixTesting / IntegrationTest / testForkedParallel
144[warn] +- /build/repo/build.sbt:70
145[warn] * scalatest / IntegrationTest / logBuffered
146[warn] +- /build/repo/build.sbt:74
147[warn] * scalatest / IntegrationTest / parallelExecution
148[warn] +- /build/repo/build.sbt:67
149[warn] * scalatest / IntegrationTest / testForkedParallel
150[warn] +- /build/repo/build.sbt:70
151[warn] * specs2 / IntegrationTest / logBuffered
152[warn] +- /build/repo/build.sbt:74
153[warn] * specs2 / IntegrationTest / parallelExecution
154[warn] +- /build/repo/build.sbt:67
155[warn] * specs2 / IntegrationTest / testForkedParallel
156[warn] +- /build/repo/build.sbt:70
157[warn] * utest / IntegrationTest / logBuffered
158[warn] +- /build/repo/build.sbt:74
159[warn] * utest / IntegrationTest / parallelExecution
160[warn] +- /build/repo/build.sbt:67
161[warn] * utest / IntegrationTest / testForkedParallel
162[warn] +- /build/repo/build.sbt:70
163[warn]
164[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
165[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
166Execute setCrossScalaVersions: 3.8.0-RC4
167OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC4 in specs2/crossScalaVersions
168OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC4 in scalatest/crossScalaVersions
169OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC4 in monixTesting/crossScalaVersions
170OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC4 in minitest/crossScalaVersions
171OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC4 in utest/crossScalaVersions
172[info] set current project to monix-testing (in build file:/build/repo/)
173[info] Setting Scala version to 3.8.0-RC4 on 5 projects.
174[info] Switching Scala version on:
175[info] scalatest (2.12.14, 2.13.8, 3.8.0-RC4)
176[info] minitest (2.12.14, 2.13.8, 3.8.0-RC4)
177[info] utest (2.12.14, 2.13.8, 3.8.0-RC4)
178[info] * monixTesting (2.12.14, 2.13.8, 3.8.0-RC4)
179[info] specs2 (2.12.14, 2.13.8, 3.8.0-RC4)
180[info] Excluding projects:
181[info] Reapplying settings...
182[info] set current project to monix-testing (in build file:/build/repo/)
183Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
184[info] Reapplying settings...
185[info] set current project to monix-testing (in build file:/build/repo/)
186[info] Defining Global / credentials, credentials and 3 others.
187[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 24 others.
188[info] Run `last` for details.
189[info] Reapplying settings...
190[info] set current project to monix-testing (in build file:/build/repo/)
191Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
192[info] Reapplying settings...
193OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
194
195 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
196 Did you mean minitest / allExcludeDependencies ?
197 , retry without global scopes
198[info] Reapplying settings...
199[info] set current project to monix-testing (in build file:/build/repo/)
200Execute removeScalacOptionsStartingWith: -P:wartremover
201[info] Reapplying settings...
202[info] set current project to monix-testing (in build file:/build/repo/)
203[success] Total time: 0 s, completed Dec 22, 2025, 7:27:57 PM
204Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
205Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
206Starting build...
207Projects: Set(minitest, scalatest, utest)
208Starting build for ProjectRef(file:/build/repo/,minitest) (monix-testing-minitest)... [0/3]
209OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
210OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
211OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
212OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
213Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -unchecked, -language:higherKinds, -language:implicitConversions, -language:experimental.macros, -Ywarn-unused:imports, -Ywarn-dead-code, -Xlint:adapted-args, -Xlint:infer-any, -Xlint:missing-interpolator, -Xlint:doc-detached, -Xlint:private-shadow, -Xlint:type-parameter-shadow, -Xlint:poly-implicit-overload, -Xlint:option-implicit, -Xlint:delayedinit-select, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
214[info] compiling 3 Scala sources to /build/repo/minitest/target/scala-3.8.0-RC4/classes ...
215[warn] bad option '-Ywarn-unused:imports' was ignored
216[warn] bad option '-Ywarn-dead-code' was ignored
217[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
218[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
219[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
220[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
221[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
222[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
223[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
224[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
225[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
226[warn] 11 warnings found
227[info] done compiling
228[info] compiling 2 Scala sources to /build/repo/minitest/target/scala-3.8.0-RC4/test-classes ...
229[warn] bad option '-Ywarn-unused:imports' was ignored
230[warn] bad option '-Ywarn-dead-code' was ignored
231[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
232[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
233[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
234[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
235[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
236[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
237[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
238[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
239[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
240[warn] 11 warnings found
241[info] done compiling
242Starting build for ProjectRef(file:/build/repo/,scalatest) (monix-testing-scalatest)... [1/3]
243Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -unchecked, -language:higherKinds, -language:implicitConversions, -language:experimental.macros, -Ywarn-unused:imports, -Ywarn-dead-code, -Xlint:adapted-args, -Xlint:infer-any, -Xlint:missing-interpolator, -Xlint:doc-detached, -Xlint:private-shadow, -Xlint:type-parameter-shadow, -Xlint:poly-implicit-overload, -Xlint:option-implicit, -Xlint:delayedinit-select, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
244[info] compiling 1 Scala source to /build/repo/scalatest/target/scala-3.8.0-RC4/classes ...
245[warn] bad option '-Ywarn-unused:imports' was ignored
246[warn] bad option '-Ywarn-dead-code' was ignored
247[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
248[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
249[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
250[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
251[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
252[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
253[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
254[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
255[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
256[warn] 11 warnings found
257[info] done compiling
258[info] compiling 1 Scala source to /build/repo/scalatest/target/scala-3.8.0-RC4/test-classes ...
259[warn] bad option '-Ywarn-unused:imports' was ignored
260[warn] bad option '-Ywarn-dead-code' was ignored
261[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
262[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
263[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
264[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
265[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
266[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
267[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
268[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
269[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
270[warn] 11 warnings found
271[info] done compiling
272[info] MonixTaskSupportSpec:
273[info] - AsyncTestSuite with Task support
274[info] - AsyncTestSuite with Task and AssertingSyntax support
275Starting build for ProjectRef(file:/build/repo/,utest) (monix-testing-utest)... [2/3]
276Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -unchecked, -language:higherKinds, -language:implicitConversions, -language:experimental.macros, -Ywarn-unused:imports, -Ywarn-dead-code, -Xlint:adapted-args, -Xlint:infer-any, -Xlint:missing-interpolator, -Xlint:doc-detached, -Xlint:private-shadow, -Xlint:type-parameter-shadow, -Xlint:poly-implicit-overload, -Xlint:option-implicit, -Xlint:delayedinit-select, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
277[info] compiling 1 Scala source to /build/repo/utest/target/scala-3.8.0-RC4/classes ...
278[warn] bad option '-Ywarn-unused:imports' was ignored
279[warn] bad option '-Ywarn-dead-code' was ignored
280[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
281[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
282[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
283[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
284[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
285[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
286[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
287[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
288[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
289[warn] 11 warnings found
290[info] done compiling
291[info] compiling 1 Scala source to /build/repo/utest/target/scala-3.8.0-RC4/test-classes ...
292[warn] bad option '-Ywarn-unused:imports' was ignored
293[warn] bad option '-Ywarn-dead-code' was ignored
294[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
295[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
296[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
297[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
298[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
299[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
300[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
301[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
302[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
303[warn] 11 warnings found
304[info] done compiling
305-------------------------------- Running Tests --------------------------------
306+ monix.testing.utest.TestNondetSuite.Non-IO values should be OK if allowNonIOTests is overriden 4ms
307+ monix.testing.utest.TestNondetSuite.IO values should work 87ms
308+ monix.testing.utest.TestNondetSuite.Timer and ContextShift should be available for respective operations 1038ms
309
310************************
311Build summary:
312[{
313 "module": "monix-testing-minitest",
314 "compile": {"status": "ok", "tookMs": 6816, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
315 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
316 "test-compile": {"status": "ok", "tookMs": 1284, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
317 "test": {"status": "ok", "tookMs": 151, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
318 "publish": {"status": "skipped", "tookMs": 0},
319 "metadata": {
320 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
321}
322},{
323 "module": "monix-testing-scalatest",
324 "compile": {"status": "ok", "tookMs": 658, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
325 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
326 "test-compile": {"status": "ok", "tookMs": 1888, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
327 "test": {"status": "ok", "tookMs": 765, "passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2, "byFramework": [{"framework": "unknown", "stats": {"passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2}}]},
328 "publish": {"status": "skipped", "tookMs": 0},
329 "metadata": {
330 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
331}
332},{
333 "module": "monix-testing-utest",
334 "compile": {"status": "ok", "tookMs": 610, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
335 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
336 "test-compile": {"status": "ok", "tookMs": 788, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
337 "test": {"status": "ok", "tookMs": 1210, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
338 "publish": {"status": "skipped", "tookMs": 0},
339 "metadata": {
340 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
341}
342}]
343************************
344[success] Total time: 35 s, completed Dec 22, 2025, 7:28:32 PM
345[0JChecking patch project/build.properties...
346Checking patch build.sbt...
347Applied patch project/build.properties cleanly.
348Applied patch build.sbt cleanly.