Build Logs

monix/monix-testing • scheduled_3.8.1-RC1-bin-20251212-ba45875-NIGHTLY

Errors

0

Warnings

127

Total Lines

341

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.1-RC1-bin-20251212-ba45875-NIGHTLY
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
32Execute tests: false
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.1-RC1-bin-20251212-ba45875-NIGHTLY
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":"compile-only","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.1-RC1-bin-20251212-ba45875-NIGHTLY
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.1-RC1-bin-20251212-ba45875-NIGHTLY"
61"++3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -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.1-RC1-bin-20251212-ba45875-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","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.597s.
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.1-RC1-bin-20251212-ba45875-NIGHTLY
167OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in specs2/crossScalaVersions
168OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in scalatest/crossScalaVersions
169OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in minitest/crossScalaVersions
170OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in monixTesting/crossScalaVersions
171OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in utest/crossScalaVersions
172[info] set current project to monix-testing (in build file:/build/repo/)
173[info] Setting Scala version to 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY on 5 projects.
174[info] Switching Scala version on:
175[info] scalatest (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY)
176[info] minitest (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY)
177[info] utest (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY)
178[info] * monixTesting (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY)
179[info] specs2 (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY)
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 13, 2025, 12:25:13 AM
204Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
205Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,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.1-RC1-bin-20251212-ba45875-NIGHTLY/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.1-RC1-bin-20251212-ba45875-NIGHTLY/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.1-RC1-bin-20251212-ba45875-NIGHTLY/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.1-RC1-bin-20251212-ba45875-NIGHTLY/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
272Starting build for ProjectRef(file:/build/repo/,utest) (monix-testing-utest)... [2/3]
273Compile 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
274[info] compiling 1 Scala source to /build/repo/utest/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/classes ...
275[warn] bad option '-Ywarn-unused:imports' was ignored
276[warn] bad option '-Ywarn-dead-code' was ignored
277[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
278[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
279[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
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] 11 warnings found
287[info] done compiling
288[info] compiling 1 Scala source to /build/repo/utest/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/test-classes ...
289[warn] bad option '-Ywarn-unused:imports' was ignored
290[warn] bad option '-Ywarn-dead-code' was ignored
291[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
292[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
293[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
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] 11 warnings found
301[info] done compiling
302
303************************
304Build summary:
305[{
306 "module": "monix-testing-minitest",
307 "compile": {"status": "ok", "tookMs": 6414, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
308 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
309 "test-compile": {"status": "ok", "tookMs": 1339, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
310 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
311 "publish": {"status": "skipped", "tookMs": 0},
312 "metadata": {
313 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
314}
315},{
316 "module": "monix-testing-scalatest",
317 "compile": {"status": "ok", "tookMs": 624, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
318 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
319 "test-compile": {"status": "ok", "tookMs": 1790, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
320 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
321 "publish": {"status": "skipped", "tookMs": 0},
322 "metadata": {
323 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
324}
325},{
326 "module": "monix-testing-utest",
327 "compile": {"status": "ok", "tookMs": 505, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
328 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
329 "test-compile": {"status": "ok", "tookMs": 737, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
330 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
331 "publish": {"status": "skipped", "tookMs": 0},
332 "metadata": {
333 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
334}
335}]
336************************
337[success] Total time: 32 s, completed Dec 13, 2025, 12:25:45 AM
338[0JChecking patch project/build.properties...
339Checking patch build.sbt...
340Applied patch project/build.properties cleanly.
341Applied patch build.sbt cleanly.