Build Logs
monix/monix-connect • scheduled_3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
Errors
0
Warnings
770
Total Lines
1475
1##################################
2Clonning https://github.com/monix/monix-connect.git into /build/repo using revision v0.9.0
3##################################
4Note: switching to 'b227505dbe0b58af75632f77aa2009bd35eede34'.
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
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.0 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.0-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: project/plugins.sbt
31Pattern: addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
32Replacement: addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern 'addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")' in project/plugins.sbt
37
38Try apply source patch:
39Path: s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala
40Pattern: contentLenght.getOrElse(null)
41Replacement: contentLenght.getOrElse(-1L)
42Successfully applied pattern 'contentLenght.getOrElse(null)' in s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala
43
44Try apply source patch:
45Path: aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala
46Pattern: final case class MonixAwsConf private (
47Replacement: final case class MonixAwsConf (
48Successfully applied pattern 'final case class MonixAwsConf private (' in aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala
49
50Try apply source patch:
51Path: dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala
52Pattern: incWithF.runToFuture
53Replacement: incWithF().runToFuture
54Successfully applied pattern 'incWithF.runToFuture' in dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala
55----
56Starting build for 3.7.4
57Execute tests: false
58sbt project found:
59Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
60Enforcing usage of sbt in version 1.11.5
61No prepare script found for project monix/monix-connect
62##################################
63Scala version: 3.7.4
64Targets: io.monix%monix-akka io.monix%monix-aws-auth io.monix%monix-dynamodb io.monix%monix-elasticsearch io.monix%monix-gcs io.monix%monix-hdfs io.monix%monix-redis io.monix%monix-s3 io.monix%monix-sqs
65Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.0"],"sourcePatches":[{"path":"project/plugins.sbt","pattern":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.3\")","replaceWith":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.8\")"},{"path":"s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala","pattern":"contentLenght.getOrElse(null)","replaceWith":"contentLenght.getOrElse(-1L)"},{"path":"aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala","pattern":"final case class MonixAwsConf private (","replaceWith":"final case class MonixAwsConf ("},{"path":"dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala","pattern":"incWithF.runToFuture","replaceWith":"incWithF().runToFuture"}]}
66##################################
67Using extra scalacOptions: -rewrite,REQUIRE:-source:3.0-migration
68Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
69[sbt_options] declare -a sbt_options=()
70[process_args] java_version = '17'
71[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
72# Executing command line:
73java
74-Dfile.encoding=UTF-8
75-Dcommunitybuild.scala=3.7.4
76-Dcommunitybuild.project.dependencies.add=
77-Xmx7G
78-Xms4G
79-Xss8M
80-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
81-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
82-jar
83/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
84"setCrossScalaVersions 3.7.4"
85"++3.7.4 -v"
86"mapScalacOptions "-rewrite,REQUIRE:-source:3.0-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
87"set every credentials := Nil"
88"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
89"removeScalacOptionsStartingWith -P:wartremover"
90
91moduleMappings
92"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.0"],"sourcePatches":[{"path":"project/plugins.sbt","pattern":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.3\")","replaceWith":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.8\")"},{"path":"s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala","pattern":"contentLenght.getOrElse(null)","replaceWith":"contentLenght.getOrElse(-1L)"},{"path":"aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala","pattern":"final case class MonixAwsConf private (","replaceWith":"final case class MonixAwsConf ("},{"path":"dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala","pattern":"incWithF.runToFuture","replaceWith":"incWithF().runToFuture"}]}""" io.monix%monix-akka io.monix%monix-aws-auth io.monix%monix-dynamodb io.monix%monix-elasticsearch io.monix%monix-gcs io.monix%monix-hdfs io.monix%monix-redis io.monix%monix-s3 io.monix%monix-sqs"
93
94[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
95[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
96[info] loading project definition from /build/repo/project
97[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
98[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
99[info] Compilation completed in 8.393s.
100[warn] /build/repo/project/Dependencies.scala:32:83: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
101[warn] if (hasIt) common ++ CommonTestDependencies.map(_ % IntegrationTest)
102[warn] ^
103[warn] /build/repo/project/Dependencies.scala:77:103: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
104[warn] "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion % IntegrationTest,
105[warn] ^
106[warn] /build/repo/project/Dependencies.scala:78:103: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
107[warn] "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % IntegrationTest
108[warn] ^
109[warn] /build/repo/project/Dependencies.scala:84:99: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
110[warn] "com.google.cloud" % "google-cloud-nio" % Versions.GCNio % IntegrationTest,
111[warn] ^
112[warn] four warnings found
113[info] done compiling
114/build/repo/build.sbt:45: 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 scalacOptions in(Compile, console) ++= Seq("-Ywarn-unused:imports")
116 ^
117/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
118 scalacOptions in(Compile, doc) ++= Seq("-no-link-warnings")
119 ^
120/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
121 scalacOptions in ThisBuild ++= Seq(
122 ^
123/build/repo/build.sbt:83: 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
124 parallelExecution in Test := true
125 ^
126/build/repo/build.sbt:85: 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
127 parallelExecution in ThisBuild := true
128 ^
129/build/repo/build.sbt:87: 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
130 testForkedParallel in Test := true
131 ^
132/build/repo/build.sbt:89: 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
133 testForkedParallel in ThisBuild := true
134 ^
135/build/repo/build.sbt:93: 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
136 logBuffered in Test := false
137 ^
138/build/repo/build.sbt:95: 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
139 logBuffered in IntegrationTest := false
140 ^
141/build/repo/build.sbt:95: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
142 logBuffered in IntegrationTest := false
143 ^
144/build/repo/build.sbt:163: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
145 .configs(IntegrationTest, IT)
146 ^
147/build/repo/build.sbt:236: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
148 Defaults.itSettings,
149 ^
150/build/repo/build.sbt:237: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
151 IntegrationTest / parallelExecution := isITParallelExecution,
152 ^
153/build/repo/build.sbt:238: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
154 IntegrationTest / testForkedParallel := isITParallelExecution
155 ^
156/build/repo/build.sbt:241: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
157 .configs(IntegrationTest, IT)
158 ^
159/build/repo/build.sbt:272: 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
160 skip in publish := true,
161 ^
162/build/repo/build.sbt:279: 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
163 unidocProjectFilter in (ScalaUnidoc, unidoc) := inProjects(akka, parquet, dynamodb, s3, sqs, elasticsearch, gcs, hdfs, mongodb, redis),
164 ^
165/build/repo/build.sbt:280: 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
166 target in (ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
167 ^
168/build/repo/build.sbt:280: 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
169 target in (ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
170 ^
171/build/repo/build.sbt:281: 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
172 cleanFiles += (target in (ScalaUnidoc, unidoc)).value,
173 ^
174/build/repo/build.sbt:283: 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
175 .dependsOn(unidoc in Compile)
176 ^
177/build/repo/build.sbt:284: 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
178 .dependsOn(updateSiteVariables in ThisBuild)
179 ^
180/build/repo/build.sbt:288: 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
181 .dependsOn(unidoc in Compile)
182 ^
183/build/repo/build.sbt:289: 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
184 .dependsOn(updateSiteVariables in ThisBuild)
185 ^
186/build/repo/build.sbt:291: 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
187 scalacOptions in (ScalaUnidoc, unidoc) ++= Seq(
188 ^
189/build/repo/build.sbt:293: 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
190 "-sourcepath", baseDirectory.in(LocalRootProject).value.getAbsolutePath,
191 ^
192/build/repo/build.sbt:299: 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
193 sources in (ScalaUnidoc, unidoc) ~= (_ filterNot { file =>
194 ^
195/build/repo/build.sbt:20: 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
196skip in publish := true
197 ^
198/build/repo/build.sbt:154: 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
199mimaFailOnNoPrevious in ThisBuild := false
200 ^
201/build/repo/build.sbt:157: 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
202scalacOptions in (Compile, doc) ++= Seq("-no-link-warnings")
203 ^
204/build/repo/build.sbt:315: 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
205updateSiteVariables in ThisBuild := {
206 ^
207/build/repo/build.sbt:325: 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
208 val minorVersions = (crossScalaVersions in monixConnect).value.map(minorVersion)
209 ^
210/build/repo/build.sbt:322: 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
211 "coreModuleName" -> (moduleName in monixConnect).value,
212 ^
213/build/repo/build.sbt:321: 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
214 "organization" -> (organization in LocalRootProject).value,
215 ^
216/build/repo/build.sbt:317: 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
217 (baseDirectory in LocalRootProject).value / "website" / "variables.js"
218 ^
219[info] loading settings for project monixConnect from build.sbt...
220[info] resolving key references (17702 settings) ...
221[info] set current project to monix-connect (in build file:/build/repo/)
222[warn] there are 5 keys that are not used by any other settings/tasks:
223[warn]
224[warn] * ThisBuild / mimaFailOnNoPrevious
225[warn] +- /build/repo/build.sbt:154
226[warn] * ThisBuild / parallelExecution
227[warn] +- /build/repo/build.sbt:85
228[warn] * ThisBuild / testForkedParallel
229[warn] +- /build/repo/build.sbt:89
230[warn] * docs / IntegrationTest / logBuffered
231[warn] +- /build/repo/build.sbt:95
232[warn] * monixConnect / IntegrationTest / logBuffered
233[warn] +- /build/repo/build.sbt:95
234[warn]
235[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
236[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
237Execute setCrossScalaVersions: 3.7.4
238OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in benchmarks/crossScalaVersions
239OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in monixConnect/crossScalaVersions
240OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in s3/crossScalaVersions
241OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in akka/crossScalaVersions
242OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in gcs/crossScalaVersions
243OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in elasticsearch/crossScalaVersions
244OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in dynamodb/crossScalaVersions
245OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in redis/crossScalaVersions
246OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in aws-auth/crossScalaVersions
247OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in sqs/crossScalaVersions
248OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in hdfs/crossScalaVersions
249[info] set current project to monix-connect (in build file:/build/repo/)
250[info] Setting Scala version to 3.7.4 on 11 projects.
251[info] Switching Scala version on:
252[info] * monixConnect (2.12.17, 2.13.8, 3.7.4)
253[info] s3 (2.12.17, 2.13.8, 3.7.4)
254[info] benchmarks (2.12.17, 2.13.8, 3.7.4)
255[info] gcs (2.12.17, 2.13.8, 3.7.4)
256[info] dynamodb (2.12.17, 2.13.8, 3.7.4)
257[info] akka (2.12.17, 2.13.8, 3.7.4)
258[info] elasticsearch (2.12.17, 2.13.8, 3.7.4)
259[info] sqs (2.12.17, 2.13.8, 3.7.4)
260[info] aws-auth (2.12.17, 2.13.8, 3.7.4)
261[info] redis (2.12.17, 2.13.8, 3.7.4)
262[info] hdfs (2.12.17, 2.13.8, 3.7.4)
263[info] Excluding projects:
264[info] parquet (2.12.17, 2.13.8)
265[info] docs (2.13.8)
266[info] mongodb (2.12.17, 2.13.8)
267[info] Reapplying settings...
268[info] set current project to monix-connect (in build file:/build/repo/)
269Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.0-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
270[info] Reapplying settings...
271[info] set current project to monix-connect (in build file:/build/repo/)
272[info] Defining Global / credentials, akka / credentials and 12 others.
273[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 69 others.
274[info] Run `last` for details.
275[info] Reapplying settings...
276[info] set current project to monix-connect (in build file:/build/repo/)
277Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
278[info] Reapplying settings...
279OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
280
281 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
282 Did you mean s3 / allExcludeDependencies ?
283 , retry without global scopes
284[info] Reapplying settings...
285[info] set current project to monix-connect (in build file:/build/repo/)
286Execute removeScalacOptionsStartingWith: -P:wartremover
287[info] Reapplying settings...
288[info] set current project to monix-connect (in build file:/build/repo/)
289[success] Total time: 0 s, completed Jan 3, 2026, 12:49:04 AM
290Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.0"],"sourcePatches":[{"path":"project/plugins.sbt","pattern":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.3\")","replaceWith":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.8\")"},{"path":"s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala","pattern":"contentLenght.getOrElse(null)","replaceWith":"contentLenght.getOrElse(-1L)"},{"path":"aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala","pattern":"final case class MonixAwsConf private (","replaceWith":"final case class MonixAwsConf ("},{"path":"dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala","pattern":"incWithF.runToFuture","replaceWith":"incWithF().runToFuture"}]}
291Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
292Starting build...
293Projects: Set(s3, gcs, dynamodb, akka, elasticsearch, sqs, aws-auth, redis, hdfs)
294Starting build for ProjectRef(file:/build/repo/,gcs) (monix-gcs)... [0/9]
295OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
296OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.0-migration` in Scala 2.12.20 module Global
297OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
298OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.0-migration` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
299OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
300OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
301Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
302[info] compiling 9 Scala sources to /build/repo/gcs/target/scala-3.7.4/classes ...
303[warn] Flag -sourcepath set repeatedly
304[warn] Flag -sourcepath set repeatedly
305[warn] Flag -sourcepath set repeatedly
306[warn] Flag -sourcepath set repeatedly
307[warn] Flag -sourcepath set repeatedly
308[warn] Flag -sourcepath set repeatedly
309[warn] Flag -sourcepath set repeatedly
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] Flag -sourcepath set repeatedly
315[warn] Flag -sourcepath set repeatedly
316[warn] bad option '-Ywarn-unused:imports' was ignored
317[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
326[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
327[warn] 24 warnings found
328[info] done compiling
329[info] compiling 5 Scala sources to /build/repo/gcs/target/scala-3.7.4/test-classes ...
330[warn] Flag -sourcepath set repeatedly
331[warn] Flag -sourcepath set repeatedly
332[warn] Flag -sourcepath set repeatedly
333[warn] Flag -sourcepath set repeatedly
334[warn] Flag -sourcepath set repeatedly
335[warn] Flag -sourcepath set repeatedly
336[warn] Flag -sourcepath set repeatedly
337[warn] Flag -sourcepath set repeatedly
338[warn] Flag -sourcepath set repeatedly
339[warn] Flag -sourcepath set repeatedly
340[warn] Flag -sourcepath set repeatedly
341[warn] Flag -sourcepath set repeatedly
342[warn] Flag -sourcepath set repeatedly
343[warn] bad option '-Ywarn-unused:imports' was ignored
344[warn] bad option '-Ywarn-dead-code' was ignored
345[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
346[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
347[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
348[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
349[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
350[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
351[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
352[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
353[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
354[warn] 24 warnings found
355[info] done compiling
356Starting build for ProjectRef(file:/build/repo/,redis) (monix-redis)... [1/9]
357Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
358[info] Compiling 1 protobuf files to /build/repo/redis/target/scala-3.7.4/src_managed/main/scalapb
359[info] compiling 30 Scala sources to /build/repo/redis/target/scala-3.7.4/classes ...
360[warn] Flag -sourcepath set repeatedly
361[warn] Flag -sourcepath set repeatedly
362[warn] Flag -sourcepath set repeatedly
363[warn] Flag -sourcepath set repeatedly
364[warn] Flag -sourcepath set repeatedly
365[warn] Flag -sourcepath set repeatedly
366[warn] Flag -sourcepath set repeatedly
367[warn] Flag -sourcepath set repeatedly
368[warn] Flag -sourcepath set repeatedly
369[warn] Flag -sourcepath set repeatedly
370[warn] Flag -sourcepath set repeatedly
371[warn] Flag -sourcepath set repeatedly
372[warn] Flag -sourcepath set repeatedly
373[warn] bad option '-Ywarn-unused:imports' was ignored
374[warn] bad option '-Ywarn-dead-code' was ignored
375[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
376[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
377[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
378[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
379[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
380[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
381[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
382[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
383[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
384[warn] there was 1 deprecation warning; re-run with -deprecation for details
385[warn] 25 warnings found
386[info] done compiling
387[info] compiling 4 Scala sources to /build/repo/redis/target/scala-3.7.4/test-classes ...
388[warn] Flag -sourcepath set repeatedly
389[warn] Flag -sourcepath set repeatedly
390[warn] Flag -sourcepath set repeatedly
391[warn] Flag -sourcepath set repeatedly
392[warn] Flag -sourcepath set repeatedly
393[warn] Flag -sourcepath set repeatedly
394[warn] Flag -sourcepath set repeatedly
395[warn] Flag -sourcepath set repeatedly
396[warn] Flag -sourcepath set repeatedly
397[warn] Flag -sourcepath set repeatedly
398[warn] Flag -sourcepath set repeatedly
399[warn] Flag -sourcepath set repeatedly
400[warn] Flag -sourcepath set repeatedly
401[warn] bad option '-Ywarn-unused:imports' was ignored
402[warn] bad option '-Ywarn-dead-code' was ignored
403[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
404[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
405[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
406[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
407[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
408[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
409[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
410[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
411[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
412[warn] there were 17 deprecation warnings; re-run with -deprecation for details
413[warn] 25 warnings found
414[info] done compiling
415Starting build for ProjectRef(file:/build/repo/,akka) (monix-akka)... [2/9]
416Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
417[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.7.4/classes ...
418[warn] Flag -sourcepath set repeatedly
419[warn] Flag -sourcepath set repeatedly
420[warn] Flag -sourcepath set repeatedly
421[warn] Flag -sourcepath set repeatedly
422[warn] Flag -sourcepath set repeatedly
423[warn] Flag -sourcepath set repeatedly
424[warn] Flag -sourcepath set repeatedly
425[warn] Flag -sourcepath set repeatedly
426[warn] Flag -sourcepath set repeatedly
427[warn] Flag -sourcepath set repeatedly
428[warn] Flag -sourcepath set repeatedly
429[warn] Flag -sourcepath set repeatedly
430[warn] Flag -sourcepath set repeatedly
431[warn] bad option '-Ywarn-unused:imports' was ignored
432[warn] bad option '-Ywarn-dead-code' was ignored
433[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
434[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
435[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
436[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
437[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
438[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
439[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
440[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
441[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
442[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka/src/main/scala/monix/connect/akka/stream/Converters.scala:36:32
443[warn] 36 | val (sub: Subscriber[In], mat: Future[Out]) = Source.asSubscriber[In].toMat(sink)(Keep.both).run()
444[warn] | ^
445[warn] |the type test for scala.concurrent.Future[Out] cannot be checked at runtime because its type arguments can't be determined from R
446[warn] |
447[warn] | longer explanation available when compiling with `-explain`
448[warn] 25 warnings found
449[info] done compiling
450[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.7.4/test-classes ...
451[warn] Flag -sourcepath set repeatedly
452[warn] Flag -sourcepath set repeatedly
453[warn] Flag -sourcepath set repeatedly
454[warn] Flag -sourcepath set repeatedly
455[warn] Flag -sourcepath set repeatedly
456[warn] Flag -sourcepath set repeatedly
457[warn] Flag -sourcepath set repeatedly
458[warn] Flag -sourcepath set repeatedly
459[warn] Flag -sourcepath set repeatedly
460[warn] Flag -sourcepath set repeatedly
461[warn] Flag -sourcepath set repeatedly
462[warn] Flag -sourcepath set repeatedly
463[warn] Flag -sourcepath set repeatedly
464[warn] bad option '-Ywarn-unused:imports' was ignored
465[warn] bad option '-Ywarn-dead-code' was ignored
466[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
467[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
468[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
469[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
470[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
471[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
472[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
473[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
474[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
475[warn] there were 5 deprecation warnings; re-run with -deprecation for details
476[warn] 25 warnings found
477[info] done compiling
478Starting build for ProjectRef(file:/build/repo/,s3) (monix-s3)... [3/9]
479Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
480[info] compiling 11 Scala sources to /build/repo/aws-auth/target/scala-3.7.4/classes ...
481[warn] Flag -sourcepath set repeatedly
482[warn] Flag -sourcepath set repeatedly
483[warn] Flag -sourcepath set repeatedly
484[warn] Flag -sourcepath set repeatedly
485[warn] Flag -sourcepath set repeatedly
486[warn] Flag -sourcepath set repeatedly
487[warn] Flag -sourcepath set repeatedly
488[warn] Flag -sourcepath set repeatedly
489[warn] Flag -sourcepath set repeatedly
490[warn] Flag -sourcepath set repeatedly
491[warn] Flag -sourcepath set repeatedly
492[warn] Flag -sourcepath set repeatedly
493[warn] Flag -sourcepath set repeatedly
494[warn] bad option '-Ywarn-unused:imports' was ignored
495[warn] bad option '-Ywarn-dead-code' was ignored
496[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
497[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
498[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
499[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
500[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
501[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
502[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
503[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
504[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
505[warn] 24 warnings found
506[info] done compiling
507[info] compiling 10 Scala sources to /build/repo/s3/target/scala-3.7.4/classes ...
508[warn] Flag -sourcepath set repeatedly
509[warn] Flag -sourcepath set repeatedly
510[warn] Flag -sourcepath set repeatedly
511[warn] Flag -sourcepath set repeatedly
512[warn] Flag -sourcepath set repeatedly
513[warn] Flag -sourcepath set repeatedly
514[warn] Flag -sourcepath set repeatedly
515[warn] Flag -sourcepath set repeatedly
516[warn] Flag -sourcepath set repeatedly
517[warn] Flag -sourcepath set repeatedly
518[warn] Flag -sourcepath set repeatedly
519[warn] Flag -sourcepath set repeatedly
520[warn] Flag -sourcepath set repeatedly
521[warn] bad option '-Ywarn-unused:imports' was ignored
522[warn] bad option '-Ywarn-dead-code' was ignored
523[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
524[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
525[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
526[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
527[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
528[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
529[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
530[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
531[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
532[warn] there was 1 deprecation warning; re-run with -deprecation for details
533[warn] 25 warnings found
534[info] done compiling
535[info] compiling 4 Scala sources to /build/repo/aws-auth/target/scala-3.7.4/test-classes ...
536[warn] Flag -sourcepath set repeatedly
537[warn] Flag -sourcepath set repeatedly
538[warn] Flag -sourcepath set repeatedly
539[warn] Flag -sourcepath set repeatedly
540[warn] Flag -sourcepath set repeatedly
541[warn] Flag -sourcepath set repeatedly
542[warn] Flag -sourcepath set repeatedly
543[warn] Flag -sourcepath set repeatedly
544[warn] Flag -sourcepath set repeatedly
545[warn] Flag -sourcepath set repeatedly
546[warn] Flag -sourcepath set repeatedly
547[warn] Flag -sourcepath set repeatedly
548[warn] Flag -sourcepath set repeatedly
549[warn] bad option '-Ywarn-unused:imports' was ignored
550[warn] bad option '-Ywarn-dead-code' was ignored
551[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
552[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
553[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
554[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
555[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
556[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
557[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
558[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
559[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
560[warn] there were 2 deprecation warnings; re-run with -deprecation for details
561[warn] 25 warnings found
562[info] done compiling
563[info] compiling 4 Scala sources to /build/repo/s3/target/scala-3.7.4/test-classes ...
564[warn] Flag -sourcepath set repeatedly
565[warn] Flag -sourcepath set repeatedly
566[warn] Flag -sourcepath set repeatedly
567[warn] Flag -sourcepath set repeatedly
568[warn] Flag -sourcepath set repeatedly
569[warn] Flag -sourcepath set repeatedly
570[warn] Flag -sourcepath set repeatedly
571[warn] Flag -sourcepath set repeatedly
572[warn] Flag -sourcepath set repeatedly
573[warn] Flag -sourcepath set repeatedly
574[warn] Flag -sourcepath set repeatedly
575[warn] Flag -sourcepath set repeatedly
576[warn] Flag -sourcepath set repeatedly
577[warn] bad option '-Ywarn-unused:imports' was ignored
578[warn] bad option '-Ywarn-dead-code' was ignored
579[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
580[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
581[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
582[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
583[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
584[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
585[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
586[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
587[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
588[warn] there were 14 deprecation warnings; re-run with -deprecation for details
589[warn] 25 warnings found
590[info] done compiling
591Starting build for ProjectRef(file:/build/repo/,hdfs) (monix-hdfs)... [4/9]
592Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
593[info] compiling 2 Scala sources to /build/repo/hdfs/target/scala-3.7.4/classes ...
594[warn] Flag -sourcepath set repeatedly
595[warn] Flag -sourcepath set repeatedly
596[warn] Flag -sourcepath set repeatedly
597[warn] Flag -sourcepath set repeatedly
598[warn] Flag -sourcepath set repeatedly
599[warn] Flag -sourcepath set repeatedly
600[warn] Flag -sourcepath set repeatedly
601[warn] Flag -sourcepath set repeatedly
602[warn] Flag -sourcepath set repeatedly
603[warn] Flag -sourcepath set repeatedly
604[warn] Flag -sourcepath set repeatedly
605[warn] Flag -sourcepath set repeatedly
606[warn] Flag -sourcepath set repeatedly
607[warn] bad option '-Ywarn-unused:imports' was ignored
608[warn] bad option '-Ywarn-dead-code' was ignored
609[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
610[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
611[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
612[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
613[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
614[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
615[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
616[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
617[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
618[warn] 24 warnings found
619[info] done compiling
620Starting build for ProjectRef(file:/build/repo/,elasticsearch) (monix-elasticsearch)... [5/9]
621Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
622[info] compiling 4 Scala sources to /build/repo/elasticsearch/target/scala-3.7.4/classes ...
623[warn] Flag -sourcepath set repeatedly
624[warn] Flag -sourcepath set repeatedly
625[warn] Flag -sourcepath set repeatedly
626[warn] Flag -sourcepath set repeatedly
627[warn] Flag -sourcepath set repeatedly
628[warn] Flag -sourcepath set repeatedly
629[warn] Flag -sourcepath set repeatedly
630[warn] Flag -sourcepath set repeatedly
631[warn] Flag -sourcepath set repeatedly
632[warn] Flag -sourcepath set repeatedly
633[warn] Flag -sourcepath set repeatedly
634[warn] Flag -sourcepath set repeatedly
635[warn] Flag -sourcepath set repeatedly
636[warn] bad option '-Ywarn-unused:imports' was ignored
637[warn] bad option '-Ywarn-dead-code' was ignored
638[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
639[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
640[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
641[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
642[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
643[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
644[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
645[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
646[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
647[warn] there were 13 deprecation warnings; re-run with -deprecation for details
648[warn] 25 warnings found
649[info] done compiling
650[info] compiling 1 Scala source to /build/repo/elasticsearch/target/scala-3.7.4/test-classes ...
651[warn] Flag -sourcepath set repeatedly
652[warn] Flag -sourcepath set repeatedly
653[warn] Flag -sourcepath set repeatedly
654[warn] Flag -sourcepath set repeatedly
655[warn] Flag -sourcepath set repeatedly
656[warn] Flag -sourcepath set repeatedly
657[warn] Flag -sourcepath set repeatedly
658[warn] Flag -sourcepath set repeatedly
659[warn] Flag -sourcepath set repeatedly
660[warn] Flag -sourcepath set repeatedly
661[warn] Flag -sourcepath set repeatedly
662[warn] Flag -sourcepath set repeatedly
663[warn] Flag -sourcepath set repeatedly
664[warn] bad option '-Ywarn-unused:imports' was ignored
665[warn] bad option '-Ywarn-dead-code' was ignored
666[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
667[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
668[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
669[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
670[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
671[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
672[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
673[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
674[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
675[warn] 24 warnings found
676[info] done compiling
677Starting build for ProjectRef(file:/build/repo/,dynamodb) (monix-dynamodb)... [6/9]
678Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
679[info] compiling 5 Scala sources to /build/repo/dynamodb/target/scala-3.7.4/classes ...
680[warn] Flag -sourcepath set repeatedly
681[warn] Flag -sourcepath set repeatedly
682[warn] Flag -sourcepath set repeatedly
683[warn] Flag -sourcepath set repeatedly
684[warn] Flag -sourcepath set repeatedly
685[warn] Flag -sourcepath set repeatedly
686[warn] Flag -sourcepath set repeatedly
687[warn] Flag -sourcepath set repeatedly
688[warn] Flag -sourcepath set repeatedly
689[warn] Flag -sourcepath set repeatedly
690[warn] Flag -sourcepath set repeatedly
691[warn] Flag -sourcepath set repeatedly
692[warn] Flag -sourcepath set repeatedly
693[warn] bad option '-Ywarn-unused:imports' was ignored
694[warn] bad option '-Ywarn-dead-code' was ignored
695[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
696[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
697[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
698[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
699[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
700[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
701[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
702[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
703[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
704[info] [patched file /build/repo/dynamodb/src/main/scala/monix/connect/dynamodb/DynamoDb.scala]
705[warn] 24 warnings found
706[info] done compiling
707[info] compiling 1 Scala source to /build/repo/dynamodb/target/scala-3.7.4/classes ...
708[warn] Flag -sourcepath set repeatedly
709[warn] Flag -sourcepath set repeatedly
710[warn] Flag -sourcepath set repeatedly
711[warn] Flag -sourcepath set repeatedly
712[warn] Flag -sourcepath set repeatedly
713[warn] Flag -sourcepath set repeatedly
714[warn] Flag -sourcepath set repeatedly
715[warn] Flag -sourcepath set repeatedly
716[warn] Flag -sourcepath set repeatedly
717[warn] Flag -sourcepath set repeatedly
718[warn] Flag -sourcepath set repeatedly
719[warn] Flag -sourcepath set repeatedly
720[warn] Flag -sourcepath set repeatedly
721[warn] bad option '-Ywarn-unused:imports' was ignored
722[warn] bad option '-Ywarn-dead-code' was ignored
723[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
724[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
725[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
726[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
727[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
728[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
729[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
730[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
731[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
732[warn] 24 warnings found
733[info] done compiling
734[info] compiling 4 Scala sources to /build/repo/dynamodb/target/scala-3.7.4/test-classes ...
735[warn] Flag -sourcepath set repeatedly
736[warn] Flag -sourcepath set repeatedly
737[warn] Flag -sourcepath set repeatedly
738[warn] Flag -sourcepath set repeatedly
739[warn] Flag -sourcepath set repeatedly
740[warn] Flag -sourcepath set repeatedly
741[warn] Flag -sourcepath set repeatedly
742[warn] Flag -sourcepath set repeatedly
743[warn] Flag -sourcepath set repeatedly
744[warn] Flag -sourcepath set repeatedly
745[warn] Flag -sourcepath set repeatedly
746[warn] Flag -sourcepath set repeatedly
747[warn] Flag -sourcepath set repeatedly
748[warn] bad option '-Ywarn-unused:imports' was ignored
749[warn] bad option '-Ywarn-dead-code' was ignored
750[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
751[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
752[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
753[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
754[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
755[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
756[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
757[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
758[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
759[warn] there were 2 deprecation warnings; re-run with -deprecation for details
760[warn] 25 warnings found
761[info] done compiling
762Starting build for ProjectRef(file:/build/repo/,sqs) (monix-sqs)... [7/9]
763Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
764[info] compiling 16 Scala sources to /build/repo/sqs/target/scala-3.7.4/classes ...
765[warn] Flag -sourcepath set repeatedly
766[warn] Flag -sourcepath set repeatedly
767[warn] Flag -sourcepath set repeatedly
768[warn] Flag -sourcepath set repeatedly
769[warn] Flag -sourcepath set repeatedly
770[warn] Flag -sourcepath set repeatedly
771[warn] Flag -sourcepath set repeatedly
772[warn] Flag -sourcepath set repeatedly
773[warn] Flag -sourcepath set repeatedly
774[warn] Flag -sourcepath set repeatedly
775[warn] Flag -sourcepath set repeatedly
776[warn] Flag -sourcepath set repeatedly
777[warn] Flag -sourcepath set repeatedly
778[warn] bad option '-Ywarn-unused:imports' was ignored
779[warn] bad option '-Ywarn-dead-code' was ignored
780[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
781[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
782[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
783[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
784[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
785[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
786[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
787[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
788[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
789[warn] 24 warnings found
790[info] done compiling
791[info] compiling 5 Scala sources to /build/repo/sqs/target/scala-3.7.4/test-classes ...
792[warn] Flag -sourcepath set repeatedly
793[warn] Flag -sourcepath set repeatedly
794[warn] Flag -sourcepath set repeatedly
795[warn] Flag -sourcepath set repeatedly
796[warn] Flag -sourcepath set repeatedly
797[warn] Flag -sourcepath set repeatedly
798[warn] Flag -sourcepath set repeatedly
799[warn] Flag -sourcepath set repeatedly
800[warn] Flag -sourcepath set repeatedly
801[warn] Flag -sourcepath set repeatedly
802[warn] Flag -sourcepath set repeatedly
803[warn] Flag -sourcepath set repeatedly
804[warn] Flag -sourcepath set repeatedly
805[warn] bad option '-Ywarn-unused:imports' was ignored
806[warn] bad option '-Ywarn-dead-code' was ignored
807[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
808[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
809[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
810[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
811[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
812[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
813[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
814[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
815[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
816[warn] -- Warning: /build/repo/sqs/src/test/scala/monix/connect/sqs/producer/MessageSpec.scala:45:53
817[warn] 45 | val awsTraceHeader = Gen.option(genId).map(_.map(StringMessageAttribute)).sample.get
818[warn] | ^^^^^^^^^^^^^^^^^^^^^^
819[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `monix.connect.sqs.domain.StringMessageAttribute.apply` explicitly.
820[warn] there were 2 deprecation warnings; re-run with -deprecation for details
821[warn] 26 warnings found
822[info] done compiling
823Starting build for ProjectRef(file:/build/repo/,aws-auth) (monix-aws-auth)... [8/9]
824Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.0-migration
825
826************************
827Build summary:
828[{
829 "module": "monix-gcs",
830 "compile": {"status": "ok", "tookMs": 6947, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
831 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
832 "test-compile": {"status": "ok", "tookMs": 5007, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
833 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
834 "publish": {"status": "skipped", "tookMs": 0},
835 "metadata": {
836 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
837}
838},{
839 "module": "monix-redis",
840 "compile": {"status": "ok", "tookMs": 4825, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
841 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
842 "test-compile": {"status": "ok", "tookMs": 2339, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
843 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
844 "publish": {"status": "skipped", "tookMs": 0},
845 "metadata": {
846 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
847}
848},{
849 "module": "monix-akka",
850 "compile": {"status": "ok", "tookMs": 725, "warnings": 1, "errors": 0, "sourceVersion": "3.0-migration"},
851 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
852 "test-compile": {"status": "ok", "tookMs": 1745, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
853 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
854 "publish": {"status": "skipped", "tookMs": 0},
855 "metadata": {
856 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
857}
858},{
859 "module": "monix-s3",
860 "compile": {"status": "ok", "tookMs": 2358, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
861 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
862 "test-compile": {"status": "ok", "tookMs": 4428, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
863 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
864 "publish": {"status": "skipped", "tookMs": 0},
865 "metadata": {
866 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
867}
868},{
869 "module": "monix-hdfs",
870 "compile": {"status": "ok", "tookMs": 617, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
871 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
872 "test-compile": {"status": "ok", "tookMs": 282, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
873 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
874 "publish": {"status": "skipped", "tookMs": 0},
875 "metadata": {
876 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
877}
878},{
879 "module": "monix-elasticsearch",
880 "compile": {"status": "ok", "tookMs": 794, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
881 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
882 "test-compile": {"status": "ok", "tookMs": 648, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
883 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
884 "publish": {"status": "skipped", "tookMs": 0},
885 "metadata": {
886 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
887}
888},{
889 "module": "monix-dynamodb",
890 "compile": {"status": "ok", "tookMs": 1001, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
891 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
892 "test-compile": {"status": "ok", "tookMs": 1891, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
893 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
894 "publish": {"status": "skipped", "tookMs": 0},
895 "metadata": {
896 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
897}
898},{
899 "module": "monix-sqs",
900 "compile": {"status": "ok", "tookMs": 1332, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
901 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
902 "test-compile": {"status": "ok", "tookMs": 1677, "warnings": 1, "errors": 0, "sourceVersion": "3.0-migration"},
903 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
904 "publish": {"status": "skipped", "tookMs": 0},
905 "metadata": {
906 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
907}
908},{
909 "module": "monix-aws-auth",
910 "compile": {"status": "ok", "tookMs": 95, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
911 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
912 "test-compile": {"status": "ok", "tookMs": 177, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
913 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
914 "publish": {"status": "skipped", "tookMs": 0},
915 "metadata": {
916 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
917}
918}]
919************************
920[success] Total time: 65 s (0:01:05.0), completed Jan 3, 2026, 12:50:08 AM
921[0JChecking patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala...
922Checking patch project/plugins.sbt...
923Checking patch project/build.properties...
924Checking patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala...
925Checking patch build.sbt...
926Checking patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala...
927Applied patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala cleanly.
928Applied patch project/plugins.sbt cleanly.
929Applied patch project/build.properties cleanly.
930Applied patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala cleanly.
931Applied patch build.sbt cleanly.
932Applied patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala cleanly.
933Commit migration rewrites
934Switched to a new branch 'opencb/migrate-source-3.0'
935[opencb/migrate-source-3.0 9688dbe0] Apply Scala compiler rewrites using -source:3.0-migration using Scala 3.7.4
936 1 file changed, 2 insertions(+), 2 deletions(-)
937----
938Preparing build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
939Scala binary version found: 3.8
940Implicitly using source version 3.8
941Scala binary version found: 3.8
942Implicitly using source version 3.8
943Would try to apply common scalacOption (best-effort, sbt/mill only):
944Append: ,REQUIRE:-source:3.8
945Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
946
947Try apply source patch:
948Path: project/plugins.sbt
949Pattern: addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
950Replacement: addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
951Successfully applied pattern 'addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")' in project/plugins.sbt
952
953Try apply source patch:
954Path: s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala
955Pattern: contentLenght.getOrElse(null)
956Replacement: contentLenght.getOrElse(-1L)
957Successfully applied pattern 'contentLenght.getOrElse(null)' in s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala
958
959Try apply source patch:
960Path: aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala
961Pattern: final case class MonixAwsConf private (
962Replacement: final case class MonixAwsConf (
963Successfully applied pattern 'final case class MonixAwsConf private (' in aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala
964
965Try apply source patch:
966Path: dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala
967Pattern: incWithF.runToFuture
968Replacement: incWithF().runToFuture
969Successfully applied pattern 'incWithF.runToFuture' in dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala
970----
971Starting build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
972Execute tests: false
973sbt project found:
974Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
975Enforcing usage of sbt in version 1.11.5
976No prepare script found for project monix/monix-connect
977##################################
978Scala version: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
979Targets: io.monix%monix-akka io.monix%monix-aws-auth io.monix%monix-dynamodb io.monix%monix-elasticsearch io.monix%monix-gcs io.monix%monix-hdfs io.monix%monix-redis io.monix%monix-s3 io.monix%monix-sqs
980Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.0"],"sourcePatches":[{"path":"project/plugins.sbt","pattern":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.3\")","replaceWith":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.8\")"},{"path":"s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala","pattern":"contentLenght.getOrElse(null)","replaceWith":"contentLenght.getOrElse(-1L)"},{"path":"aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala","pattern":"final case class MonixAwsConf private (","replaceWith":"final case class MonixAwsConf ("},{"path":"dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala","pattern":"incWithF.runToFuture","replaceWith":"incWithF().runToFuture"}]}
981##################################
982Using extra scalacOptions: ,REQUIRE:-source:3.8
983Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
984[sbt_options] declare -a sbt_options=()
985[process_args] java_version = '17'
986[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
987# Executing command line:
988java
989-Dfile.encoding=UTF-8
990-Dcommunitybuild.scala=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
991-Dcommunitybuild.project.dependencies.add=
992-Xmx7G
993-Xms4G
994-Xss8M
995-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
996-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
997-jar
998/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
999"setCrossScalaVersions 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
1000"++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -v"
1001"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1002"set every credentials := Nil"
1003"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1004"removeScalacOptionsStartingWith -P:wartremover"
1005
1006moduleMappings
1007"runBuild 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.0"],"sourcePatches":[{"path":"project/plugins.sbt","pattern":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.3\")","replaceWith":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.8\")"},{"path":"s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala","pattern":"contentLenght.getOrElse(null)","replaceWith":"contentLenght.getOrElse(-1L)"},{"path":"aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala","pattern":"final case class MonixAwsConf private (","replaceWith":"final case class MonixAwsConf ("},{"path":"dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala","pattern":"incWithF.runToFuture","replaceWith":"incWithF().runToFuture"}]}""" io.monix%monix-akka io.monix%monix-aws-auth io.monix%monix-dynamodb io.monix%monix-elasticsearch io.monix%monix-gcs io.monix%monix-hdfs io.monix%monix-redis io.monix%monix-s3 io.monix%monix-sqs"
1008
1009[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
1010[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1011[info] loading project definition from /build/repo/project
1012[info] loading settings for project monixConnect from build.sbt...
1013[info] resolving key references (17702 settings) ...
1014[info] set current project to monix-connect (in build file:/build/repo/)
1015[warn] there are 5 keys that are not used by any other settings/tasks:
1016[warn]
1017[warn] * ThisBuild / mimaFailOnNoPrevious
1018[warn] +- /build/repo/build.sbt:154
1019[warn] * ThisBuild / parallelExecution
1020[warn] +- /build/repo/build.sbt:85
1021[warn] * ThisBuild / testForkedParallel
1022[warn] +- /build/repo/build.sbt:89
1023[warn] * docs / IntegrationTest / logBuffered
1024[warn] +- /build/repo/build.sbt:95
1025[warn] * monixConnect / IntegrationTest / logBuffered
1026[warn] +- /build/repo/build.sbt:95
1027[warn]
1028[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
1029[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
1030Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
1031OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in monixConnect/crossScalaVersions
1032OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in benchmarks/crossScalaVersions
1033OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in s3/crossScalaVersions
1034OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in akka/crossScalaVersions
1035OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in gcs/crossScalaVersions
1036OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in elasticsearch/crossScalaVersions
1037OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in aws-auth/crossScalaVersions
1038OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in dynamodb/crossScalaVersions
1039OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in redis/crossScalaVersions
1040OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in sqs/crossScalaVersions
1041OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in hdfs/crossScalaVersions
1042[info] set current project to monix-connect (in build file:/build/repo/)
1043[info] Setting Scala version to 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY on 11 projects.
1044[info] Switching Scala version on:
1045[info] * monixConnect (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1046[info] s3 (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1047[info] benchmarks (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1048[info] gcs (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1049[info] dynamodb (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1050[info] akka (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1051[info] elasticsearch (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1052[info] sqs (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1053[info] aws-auth (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1054[info] redis (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1055[info] hdfs (2.12.17, 2.13.8, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1056[info] Excluding projects:
1057[info] parquet (2.12.17, 2.13.8)
1058[info] docs (2.13.8)
1059[info] mongodb (2.12.17, 2.13.8)
1060[info] Reapplying settings...
1061[info] set current project to monix-connect (in build file:/build/repo/)
1062Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1063[info] Reapplying settings...
1064[info] set current project to monix-connect (in build file:/build/repo/)
1065[info] Defining Global / credentials, akka / credentials and 12 others.
1066[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 69 others.
1067[info] Run `last` for details.
1068[info] Reapplying settings...
1069[info] set current project to monix-connect (in build file:/build/repo/)
1070Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1071[info] Reapplying settings...
1072OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1073
1074 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1075 Did you mean s3 / allExcludeDependencies ?
1076 , retry without global scopes
1077[info] Reapplying settings...
1078[info] set current project to monix-connect (in build file:/build/repo/)
1079Execute removeScalacOptionsStartingWith: -P:wartremover
1080[info] Reapplying settings...
1081[info] set current project to monix-connect (in build file:/build/repo/)
1082[success] Total time: 0 s, completed Jan 3, 2026, 12:50:27 AM
1083Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.0"],"sourcePatches":[{"path":"project/plugins.sbt","pattern":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.3\")","replaceWith":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.8\")"},{"path":"s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala","pattern":"contentLenght.getOrElse(null)","replaceWith":"contentLenght.getOrElse(-1L)"},{"path":"aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala","pattern":"final case class MonixAwsConf private (","replaceWith":"final case class MonixAwsConf ("},{"path":"dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala","pattern":"incWithF.runToFuture","replaceWith":"incWithF().runToFuture"}]}
1084Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1085Starting build...
1086Projects: Set(s3, gcs, dynamodb, akka, elasticsearch, sqs, aws-auth, redis, hdfs)
1087Starting build for ProjectRef(file:/build/repo/,gcs) (monix-gcs)... [0/9]
1088OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1089OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
1090OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1091OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1092OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
1093Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1094[info] compiling 9 Scala sources to /build/repo/gcs/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1095[warn] bad option '-Ywarn-unused:imports' was ignored
1096[warn] bad option '-Ywarn-dead-code' was ignored
1097[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1098[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1099[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1100[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1101[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1102[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1103[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1104[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1105[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1106[warn] 11 warnings found
1107[info] done compiling
1108[info] compiling 5 Scala sources to /build/repo/gcs/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1109[warn] bad option '-Ywarn-unused:imports' was ignored
1110[warn] bad option '-Ywarn-dead-code' was ignored
1111[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1112[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1113[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1114[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1115[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1116[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1117[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1118[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1119[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1120[warn] 11 warnings found
1121[info] done compiling
1122Starting build for ProjectRef(file:/build/repo/,redis) (monix-redis)... [1/9]
1123Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1124[info] Compiling 1 protobuf files to /build/repo/redis/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb
1125[info] compiling 30 Scala sources to /build/repo/redis/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1126[warn] bad option '-Ywarn-unused:imports' was ignored
1127[warn] bad option '-Ywarn-dead-code' was ignored
1128[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1129[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1130[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1131[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1132[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1133[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1134[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1135[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1136[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1137[warn] there was 1 deprecation warning; re-run with -deprecation for details
1138[warn] 12 warnings found
1139[info] done compiling
1140[info] compiling 4 Scala sources to /build/repo/redis/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1141[warn] bad option '-Ywarn-unused:imports' was ignored
1142[warn] bad option '-Ywarn-dead-code' was ignored
1143[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1144[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1145[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1146[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1147[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1148[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1149[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1150[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1151[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1152[warn] there were 17 deprecation warnings; re-run with -deprecation for details
1153[warn] 12 warnings found
1154[info] done compiling
1155Starting build for ProjectRef(file:/build/repo/,akka) (monix-akka)... [2/9]
1156Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1157[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1158[warn] bad option '-Ywarn-unused:imports' was ignored
1159[warn] bad option '-Ywarn-dead-code' was ignored
1160[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1161[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1162[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1163[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1164[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1165[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1166[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1167[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1168[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1169[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka/src/main/scala/monix/connect/akka/stream/Converters.scala:36:32
1170[warn] 36 | val (sub: Subscriber[In], mat: Future[Out]) = Source.asSubscriber[In].toMat(sink)(Keep.both).run()
1171[warn] | ^
1172[warn] |the type test for scala.concurrent.Future[Out] cannot be checked at runtime because its type arguments can't be determined from R
1173[warn] |
1174[warn] | longer explanation available when compiling with `-explain`
1175[warn] 12 warnings found
1176[info] done compiling
1177[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1178[warn] bad option '-Ywarn-unused:imports' was ignored
1179[warn] bad option '-Ywarn-dead-code' was ignored
1180[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1181[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1182[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1183[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1184[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1185[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1186[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1187[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1188[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1189[warn] there were 5 deprecation warnings; re-run with -deprecation for details
1190[warn] 12 warnings found
1191[info] done compiling
1192Starting build for ProjectRef(file:/build/repo/,s3) (monix-s3)... [3/9]
1193Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1194[info] compiling 11 Scala sources to /build/repo/aws-auth/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1195[warn] bad option '-Ywarn-unused:imports' was ignored
1196[warn] bad option '-Ywarn-dead-code' was ignored
1197[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1198[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1199[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1200[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1201[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1202[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1203[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1204[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1205[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1206[warn] 11 warnings found
1207[info] done compiling
1208[info] compiling 10 Scala sources to /build/repo/s3/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1209[warn] bad option '-Ywarn-unused:imports' was ignored
1210[warn] bad option '-Ywarn-dead-code' was ignored
1211[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1212[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1213[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1214[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1215[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1216[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1217[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1218[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1219[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1220[warn] there was 1 deprecation warning; re-run with -deprecation for details
1221[warn] 12 warnings found
1222[info] done compiling
1223[info] compiling 4 Scala sources to /build/repo/aws-auth/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1224[warn] bad option '-Ywarn-unused:imports' was ignored
1225[warn] bad option '-Ywarn-dead-code' was ignored
1226[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1227[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1228[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1229[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1230[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1231[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1232[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1233[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1234[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1235[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1236[warn] 12 warnings found
1237[info] done compiling
1238[info] compiling 4 Scala sources to /build/repo/s3/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1239[warn] bad option '-Ywarn-unused:imports' was ignored
1240[warn] bad option '-Ywarn-dead-code' was ignored
1241[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1242[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1243[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1244[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1245[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1246[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1247[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1248[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1249[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1250[warn] there were 14 deprecation warnings; re-run with -deprecation for details
1251[warn] 12 warnings found
1252[info] done compiling
1253Starting build for ProjectRef(file:/build/repo/,hdfs) (monix-hdfs)... [4/9]
1254Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1255[info] compiling 2 Scala sources to /build/repo/hdfs/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1256[warn] bad option '-Ywarn-unused:imports' was ignored
1257[warn] bad option '-Ywarn-dead-code' was ignored
1258[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1259[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1260[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1261[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1262[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1263[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1264[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1265[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1266[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1267[warn] 11 warnings found
1268[info] done compiling
1269Starting build for ProjectRef(file:/build/repo/,elasticsearch) (monix-elasticsearch)... [5/9]
1270Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1271[info] compiling 4 Scala sources to /build/repo/elasticsearch/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1272[warn] bad option '-Ywarn-unused:imports' was ignored
1273[warn] bad option '-Ywarn-dead-code' was ignored
1274[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1275[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1276[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1277[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1278[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1279[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1280[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1281[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1282[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1283[warn] there were 13 deprecation warnings; re-run with -deprecation for details
1284[warn] 12 warnings found
1285[info] done compiling
1286[info] compiling 1 Scala source to /build/repo/elasticsearch/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1287[warn] bad option '-Ywarn-unused:imports' was ignored
1288[warn] bad option '-Ywarn-dead-code' was ignored
1289[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1290[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1291[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1292[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1293[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1294[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1295[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1296[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1297[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1298[warn] 11 warnings found
1299[info] done compiling
1300Starting build for ProjectRef(file:/build/repo/,dynamodb) (monix-dynamodb)... [6/9]
1301Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1302[info] compiling 5 Scala sources to /build/repo/dynamodb/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1303[warn] bad option '-Ywarn-unused:imports' was ignored
1304[warn] bad option '-Ywarn-dead-code' was ignored
1305[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1306[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1307[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1308[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1309[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1310[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1311[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1312[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1313[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1314[warn] 11 warnings found
1315[info] done compiling
1316[info] compiling 4 Scala sources to /build/repo/dynamodb/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1317[warn] bad option '-Ywarn-unused:imports' was ignored
1318[warn] bad option '-Ywarn-dead-code' was ignored
1319[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1320[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1321[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1322[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1323[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1324[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1325[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1326[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1327[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1328[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1329[warn] 12 warnings found
1330[info] done compiling
1331Starting build for ProjectRef(file:/build/repo/,sqs) (monix-sqs)... [7/9]
1332Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1333[info] compiling 16 Scala sources to /build/repo/sqs/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1334[warn] bad option '-Ywarn-unused:imports' was ignored
1335[warn] bad option '-Ywarn-dead-code' was ignored
1336[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1337[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1338[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1339[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1340[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1341[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1342[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1343[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1344[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1345[warn] 11 warnings found
1346[info] done compiling
1347[info] compiling 5 Scala sources to /build/repo/sqs/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1348[warn] bad option '-Ywarn-unused:imports' was ignored
1349[warn] bad option '-Ywarn-dead-code' was ignored
1350[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1351[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1352[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1353[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1354[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1355[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1356[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1357[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1358[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1359[warn] -- Warning: /build/repo/sqs/src/test/scala/monix/connect/sqs/producer/MessageSpec.scala:45:53
1360[warn] 45 | val awsTraceHeader = Gen.option(genId).map(_.map(StringMessageAttribute)).sample.get
1361[warn] | ^^^^^^^^^^^^^^^^^^^^^^
1362[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `monix.connect.sqs.domain.StringMessageAttribute.apply` explicitly.
1363[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1364[warn] 13 warnings found
1365[info] done compiling
1366Starting build for ProjectRef(file:/build/repo/,aws-auth) (monix-aws-auth)... [8/9]
1367Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -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
1368
1369************************
1370Build summary:
1371[{
1372 "module": "monix-gcs",
1373 "compile": {"status": "ok", "tookMs": 8229, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1374 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1375 "test-compile": {"status": "ok", "tookMs": 5200, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1376 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1377 "publish": {"status": "skipped", "tookMs": 0},
1378 "metadata": {
1379 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1380}
1381},{
1382 "module": "monix-redis",
1383 "compile": {"status": "ok", "tookMs": 4393, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1384 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1385 "test-compile": {"status": "ok", "tookMs": 2254, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1386 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1387 "publish": {"status": "skipped", "tookMs": 0},
1388 "metadata": {
1389 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1390}
1391},{
1392 "module": "monix-akka",
1393 "compile": {"status": "ok", "tookMs": 716, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
1394 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1395 "test-compile": {"status": "ok", "tookMs": 1971, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1396 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1397 "publish": {"status": "skipped", "tookMs": 0},
1398 "metadata": {
1399 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1400}
1401},{
1402 "module": "monix-s3",
1403 "compile": {"status": "ok", "tookMs": 2494, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1404 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1405 "test-compile": {"status": "ok", "tookMs": 3918, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1406 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1407 "publish": {"status": "skipped", "tookMs": 0},
1408 "metadata": {
1409 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1410}
1411},{
1412 "module": "monix-hdfs",
1413 "compile": {"status": "ok", "tookMs": 618, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1414 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1415 "test-compile": {"status": "ok", "tookMs": 282, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1416 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1417 "publish": {"status": "skipped", "tookMs": 0},
1418 "metadata": {
1419 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1420}
1421},{
1422 "module": "monix-elasticsearch",
1423 "compile": {"status": "ok", "tookMs": 1107, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1424 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1425 "test-compile": {"status": "ok", "tookMs": 863, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1426 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1427 "publish": {"status": "skipped", "tookMs": 0},
1428 "metadata": {
1429 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1430}
1431},{
1432 "module": "monix-dynamodb",
1433 "compile": {"status": "ok", "tookMs": 892, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1434 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1435 "test-compile": {"status": "ok", "tookMs": 1155, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1436 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1437 "publish": {"status": "skipped", "tookMs": 0},
1438 "metadata": {
1439 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1440}
1441},{
1442 "module": "monix-sqs",
1443 "compile": {"status": "ok", "tookMs": 1325, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1444 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1445 "test-compile": {"status": "ok", "tookMs": 1583, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
1446 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1447 "publish": {"status": "skipped", "tookMs": 0},
1448 "metadata": {
1449 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1450}
1451},{
1452 "module": "monix-aws-auth",
1453 "compile": {"status": "ok", "tookMs": 125, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1454 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1455 "test-compile": {"status": "ok", "tookMs": 219, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1456 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1457 "publish": {"status": "skipped", "tookMs": 0},
1458 "metadata": {
1459 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1460}
1461}]
1462************************
1463[success] Total time: 58 s, completed Jan 3, 2026, 12:51:25 AM
1464[0JChecking patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala...
1465Checking patch project/plugins.sbt...
1466Checking patch project/build.properties...
1467Checking patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala...
1468Checking patch build.sbt...
1469Checking patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala...
1470Applied patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala cleanly.
1471Applied patch project/plugins.sbt cleanly.
1472Applied patch project/build.properties cleanly.
1473Applied patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala cleanly.
1474Applied patch build.sbt cleanly.
1475Applied patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala cleanly.