Build Logs
monix/monix-testing • scheduled_3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
Errors
0
Warnings
151
Total Lines
366
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-RC1-bin-20251107-3bea2f3-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.0-RC1-bin-20251107-3bea2f3-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.0-RC1-bin-20251107-3bea2f3-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.0-RC1-bin-20251107-3bea2f3-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.0-RC1-bin-20251107-3bea2f3-NIGHTLY"
62"++3.8.0-RC1-bin-20251107-3bea2f3-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.0-RC1-bin-20251107-3bea2f3-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 7.958s.
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.0-RC1-bin-20251107-3bea2f3-NIGHTLY
168OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in specs2/crossScalaVersions
169OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in monixTesting/crossScalaVersions
170OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in scalatest/crossScalaVersions
171OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in minitest/crossScalaVersions
172OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC1-bin-20251107-3bea2f3-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.0-RC1-bin-20251107-3bea2f3-NIGHTLY on 5 projects.
175[info] Switching Scala version on:
176[info] scalatest (2.12.14, 2.13.8, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
177[info] minitest (2.12.14, 2.13.8, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
178[info] utest (2.12.14, 2.13.8, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
179[info] * monixTesting (2.12.14, 2.13.8, 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
180[info] specs2 (2.12.14, 2.13.8, 3.8.0-RC1-bin-20251107-3bea2f3-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 8, 2025, 12:23:05 AM
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.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
216[warn] Flag -sourcepath set repeatedly
217[warn] Flag -sourcepath set repeatedly
218[warn] Flag -sourcepath set repeatedly
219[warn] Flag -sourcepath set repeatedly
220[warn] bad option '-Ywarn-unused:imports' was ignored
221[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
228[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
229[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
230[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
231[warn] 15 warnings found
232[info] done compiling
233[info] compiling 2 Scala sources to /build/repo/minitest/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
234[warn] Flag -sourcepath set repeatedly
235[warn] Flag -sourcepath set repeatedly
236[warn] Flag -sourcepath set repeatedly
237[warn] Flag -sourcepath set repeatedly
238[warn] bad option '-Ywarn-unused:imports' was ignored
239[warn] bad option '-Ywarn-dead-code' was ignored
240[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
241[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
242[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
243[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
244[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
245[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
246[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
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] 15 warnings found
250[info] done compiling
251Starting build for ProjectRef(file:/build/repo/,scalatest) (monix-testing-scalatest)... [1/3]
252Compile 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
253[info] compiling 1 Scala source to /build/repo/scalatest/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
254[warn] Flag -sourcepath set repeatedly
255[warn] Flag -sourcepath set repeatedly
256[warn] Flag -sourcepath set repeatedly
257[warn] Flag -sourcepath set repeatedly
258[warn] bad option '-Ywarn-unused:imports' was ignored
259[warn] bad option '-Ywarn-dead-code' was ignored
260[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
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] 15 warnings found
270[info] done compiling
271[info] compiling 1 Scala source to /build/repo/scalatest/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
272[warn] Flag -sourcepath set repeatedly
273[warn] Flag -sourcepath set repeatedly
274[warn] Flag -sourcepath set repeatedly
275[warn] Flag -sourcepath set repeatedly
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] 15 warnings found
288[info] done compiling
289Starting build for ProjectRef(file:/build/repo/,utest) (monix-testing-utest)... [2/3]
290Compile 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
291[info] compiling 1 Scala source to /build/repo/utest/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
292[warn] Flag -sourcepath set repeatedly
293[warn] Flag -sourcepath set repeatedly
294[warn] Flag -sourcepath set repeatedly
295[warn] Flag -sourcepath set repeatedly
296[warn] bad option '-Ywarn-unused:imports' was ignored
297[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
304[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
305[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
306[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
307[warn] 15 warnings found
308[info] done compiling
309[info] compiling 1 Scala source to /build/repo/utest/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
310[warn] Flag -sourcepath set repeatedly
311[warn] Flag -sourcepath set repeatedly
312[warn] Flag -sourcepath set repeatedly
313[warn] Flag -sourcepath set repeatedly
314[warn] bad option '-Ywarn-unused:imports' was ignored
315[warn] bad option '-Ywarn-dead-code' was ignored
316[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
317[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
318[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
319[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
320[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
321[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
322[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
323[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
324[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
325[warn] 15 warnings found
326[info] done compiling
327
328************************
329Build summary:
330[{
331 "module": "monix-testing-minitest",
332 "compile": {"status": "ok", "tookMs": 6545, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
333 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
334 "test-compile": {"status": "ok", "tookMs": 1491, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
335 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
336 "publish": {"status": "skipped", "tookMs": 0},
337 "metadata": {
338 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
339}
340},{
341 "module": "monix-testing-scalatest",
342 "compile": {"status": "ok", "tookMs": 594, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
343 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
344 "test-compile": {"status": "ok", "tookMs": 1658, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
345 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
346 "publish": {"status": "skipped", "tookMs": 0},
347 "metadata": {
348 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
349}
350},{
351 "module": "monix-testing-utest",
352 "compile": {"status": "ok", "tookMs": 643, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
353 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
354 "test-compile": {"status": "ok", "tookMs": 678, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
355 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
356 "publish": {"status": "skipped", "tookMs": 0},
357 "metadata": {
358 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.2"]
359}
360}]
361************************
362[success] Total time: 30 s, completed Nov 8, 2025, 12:23:36 AM
363[0JChecking patch project/build.properties...
364Checking patch build.sbt...
365Applied patch project/build.properties cleanly.
366Applied patch build.sbt cleanly.