Build Logs
monix/monix-testing • scheduled_3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
Errors
0
Warnings
127
Total Lines
342
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-20251122-91351e3-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-20251122-91351e3-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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
39##################################
40Scala version: 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
41Targets: io.monix%monix-testing-minitest io.monix%monix-testing-scalatest io.monix%monix-testing-utest
42Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
43##################################
44Using extra scalacOptions: ,REQUIRE:-source:3.8
45Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
46[sbt_options] declare -a sbt_options=()
47[process_args] java_version = '17'
48[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
49# Executing command line:
50java
51-Dfile.encoding=UTF-8
52-Dcommunitybuild.scala=3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
53-Dcommunitybuild.project.dependencies.add=
54-Xmx7G
55-Xms4G
56-Xss8M
57-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
58-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
59-jar
60/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
61"setCrossScalaVersions 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY"
62"++3.8.1-RC1-bin-20251122-91351e3-NIGHTLY -v"
63"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
64"set every credentials := Nil"
65"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
66"removeScalacOptionsStartingWith -P:wartremover"
67
68moduleMappings
69"runBuild 3.8.1-RC1-bin-20251122-91351e3-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"
70
71[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
72[info] loading settings for project repo-build from akka.sbt, plugins.sbt, pluguins.sbt...
73[info] loading project definition from /build/repo/project
74[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
75[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
76[info] Compilation completed in 8.812s.
77[info] done compiling
78/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
79 scalacOptions in (Compile, console) ++= Seq("-Ywarn-unused:imports"),
80 ^
81/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
82 scalacOptions in (Compile, doc) ++= Seq("-no-link-warnings"),
83 ^
84/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
85 scalacOptions in ThisBuild ++= Seq(
86 ^
87/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
88 parallelExecution in Test := false,
89 ^
90/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
91 parallelExecution in IntegrationTest := false,
92 ^
93/build/repo/build.sbt:67: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
94 parallelExecution in IntegrationTest := false,
95 ^
96/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
97 parallelExecution in ThisBuild := false,
98 ^
99/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
100 testForkedParallel in Test := false,
101 ^
102/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
103 testForkedParallel in IntegrationTest := false,
104 ^
105/build/repo/build.sbt:70: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
106 testForkedParallel in IntegrationTest := false,
107 ^
108/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
109 testForkedParallel in ThisBuild := false,
110 ^
111/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
112 logBuffered in Test := false,
113 ^
114/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
115 logBuffered in IntegrationTest := false,
116 ^
117/build/repo/build.sbt:74: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
118 logBuffered in IntegrationTest := false,
119 ^
120/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
121 skip in publish := true,
122 ^
123/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
124skip in publish := true
125 ^
126[info] loading settings for project monixTesting from build.sbt...
127[info] set current project to monix-testing (in build file:/build/repo/)
128[warn] there are 17 keys that are not used by any other settings/tasks:
129[warn]
130[warn] * ThisBuild / parallelExecution
131[warn] +- /build/repo/build.sbt:68
132[warn] * ThisBuild / testForkedParallel
133[warn] +- /build/repo/build.sbt:71
134[warn] * minitest / IntegrationTest / logBuffered
135[warn] +- /build/repo/build.sbt:74
136[warn] * minitest / IntegrationTest / parallelExecution
137[warn] +- /build/repo/build.sbt:67
138[warn] * minitest / IntegrationTest / testForkedParallel
139[warn] +- /build/repo/build.sbt:70
140[warn] * monixTesting / IntegrationTest / logBuffered
141[warn] +- /build/repo/build.sbt:74
142[warn] * monixTesting / IntegrationTest / parallelExecution
143[warn] +- /build/repo/build.sbt:67
144[warn] * monixTesting / IntegrationTest / testForkedParallel
145[warn] +- /build/repo/build.sbt:70
146[warn] * scalatest / IntegrationTest / logBuffered
147[warn] +- /build/repo/build.sbt:74
148[warn] * scalatest / IntegrationTest / parallelExecution
149[warn] +- /build/repo/build.sbt:67
150[warn] * scalatest / IntegrationTest / testForkedParallel
151[warn] +- /build/repo/build.sbt:70
152[warn] * specs2 / IntegrationTest / logBuffered
153[warn] +- /build/repo/build.sbt:74
154[warn] * specs2 / IntegrationTest / parallelExecution
155[warn] +- /build/repo/build.sbt:67
156[warn] * specs2 / IntegrationTest / testForkedParallel
157[warn] +- /build/repo/build.sbt:70
158[warn] * utest / IntegrationTest / logBuffered
159[warn] +- /build/repo/build.sbt:74
160[warn] * utest / IntegrationTest / parallelExecution
161[warn] +- /build/repo/build.sbt:67
162[warn] * utest / IntegrationTest / testForkedParallel
163[warn] +- /build/repo/build.sbt:70
164[warn]
165[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
166[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
167Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
168OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in specs2/crossScalaVersions
169OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in minitest/crossScalaVersions
170OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in scalatest/crossScalaVersions
171OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in monixTesting/crossScalaVersions
172OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in utest/crossScalaVersions
173[info] set current project to monix-testing (in build file:/build/repo/)
174[info] Setting Scala version to 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY on 5 projects.
175[info] Switching Scala version on:
176[info] scalatest (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
177[info] minitest (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
178[info] utest (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
179[info] * monixTesting (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
180[info] specs2 (2.12.14, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
181[info] Excluding projects:
182[info] Reapplying settings...
183[info] set current project to monix-testing (in build file:/build/repo/)
184Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
185[info] Reapplying settings...
186[info] set current project to monix-testing (in build file:/build/repo/)
187[info] Defining Global / credentials, credentials and 3 others.
188[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 24 others.
189[info] Run `last` for details.
190[info] Reapplying settings...
191[info] set current project to monix-testing (in build file:/build/repo/)
192Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
193[info] Reapplying settings...
194OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
195
196 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
197 Did you mean minitest / allExcludeDependencies ?
198 , retry without global scopes
199[info] Reapplying settings...
200[info] set current project to monix-testing (in build file:/build/repo/)
201Execute removeScalacOptionsStartingWith: -P:wartremover
202[info] Reapplying settings...
203[info] set current project to monix-testing (in build file:/build/repo/)
204[success] Total time: 0 s, completed Nov 22, 2025, 2:20:34 PM
205Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
206Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
207Starting build...
208Projects: Set(minitest, scalatest, utest)
209Starting build for ProjectRef(file:/build/repo/,minitest) (monix-testing-minitest)... [0/3]
210OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
211OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
212OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
213OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
214Compile 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
215[info] compiling 3 Scala sources to /build/repo/minitest/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
216[warn] bad option '-Ywarn-unused:imports' was ignored
217[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
227[warn] 11 warnings found
228[info] done compiling
229[info] compiling 2 Scala sources to /build/repo/minitest/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
230[warn] bad option '-Ywarn-unused:imports' was ignored
231[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
241[warn] 11 warnings found
242[info] done compiling
243Starting build for ProjectRef(file:/build/repo/,scalatest) (monix-testing-scalatest)... [1/3]
244Compile 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
245[info] compiling 1 Scala source to /build/repo/scalatest/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
246[warn] bad option '-Ywarn-unused:imports' was ignored
247[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
257[warn] 11 warnings found
258[info] done compiling
259[info] compiling 1 Scala source to /build/repo/scalatest/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
260[warn] bad option '-Ywarn-unused:imports' was ignored
261[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
271[warn] 11 warnings found
272[info] done compiling
273Starting build for ProjectRef(file:/build/repo/,utest) (monix-testing-utest)... [2/3]
274Compile 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
275[info] compiling 1 Scala source to /build/repo/utest/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
276[warn] bad option '-Ywarn-unused:imports' was ignored
277[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
287[warn] 11 warnings found
288[info] done compiling
289[info] compiling 1 Scala source to /build/repo/utest/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
290[warn] bad option '-Ywarn-unused:imports' was ignored
291[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
301[warn] 11 warnings found
302[info] done compiling
303
304************************
305Build summary:
306[{
307 "module": "monix-testing-minitest",
308 "compile": {"status": "ok", "tookMs": 6517, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
309 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
310 "test-compile": {"status": "ok", "tookMs": 1374, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
311 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
312 "publish": {"status": "skipped", "tookMs": 0},
313 "metadata": {
314 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
315}
316},{
317 "module": "monix-testing-scalatest",
318 "compile": {"status": "ok", "tookMs": 814, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
319 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
320 "test-compile": {"status": "ok", "tookMs": 1824, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
321 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
322 "publish": {"status": "skipped", "tookMs": 0},
323 "metadata": {
324 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
325}
326},{
327 "module": "monix-testing-utest",
328 "compile": {"status": "ok", "tookMs": 701, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
329 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
330 "test-compile": {"status": "ok", "tookMs": 853, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
331 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
332 "publish": {"status": "skipped", "tookMs": 0},
333 "metadata": {
334 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
335}
336}]
337************************
338[success] Total time: 31 s, completed Nov 22, 2025, 2:21:05 PM
339[0JChecking patch project/build.properties...
340Checking patch build.sbt...
341Applied patch project/build.properties cleanly.
342Applied patch build.sbt cleanly.