Build Logs
monix/monix-connect • 3.8.0-RC3:2025-12-04
Errors
0
Warnings
770
Total Lines
1617
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.719s.
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 monixConnect/crossScalaVersions
239OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in benchmarks/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 aws-auth/crossScalaVersions
245OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in dynamodb/crossScalaVersions
246OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in sqs/crossScalaVersions
247OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in hdfs/crossScalaVersions
248OpenCB::Changing crossVersion 3.1.2 -> 3.7.4 in redis/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 Dec 4, 2025, 4:02:32 PM
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": 8211, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
831 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
832 "test-compile": {"status": "ok", "tookMs": 5470, "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": 10749, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
841 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
842 "test-compile": {"status": "ok", "tookMs": 2321, "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": 611, "warnings": 1, "errors": 0, "sourceVersion": "3.0-migration"},
851 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
852 "test-compile": {"status": "ok", "tookMs": 1791, "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": 2527, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
861 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
862 "test-compile": {"status": "ok", "tookMs": 4530, "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": 543, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
871 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
872 "test-compile": {"status": "ok", "tookMs": 261, "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": 1008, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
881 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
882 "test-compile": {"status": "ok", "tookMs": 864, "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": 823, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
891 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
892 "test-compile": {"status": "ok", "tookMs": 1810, "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": 1026, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
901 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
902 "test-compile": {"status": "ok", "tookMs": 1531, "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": 117, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
911 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
912 "test-compile": {"status": "ok", "tookMs": 199, "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: 224 s (0:03:44.0), completed Dec 4, 2025, 4:06:16 PM
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 065cce81] 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.0-RC3
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.0-RC3
972Execute tests: true
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.0-RC3
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":"full","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.0-RC3
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.0-RC3"
1000"++3.8.0-RC3 -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.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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.0-RC3
1031OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in monixConnect/crossScalaVersions
1032OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in benchmarks/crossScalaVersions
1033OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in s3/crossScalaVersions
1034OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in akka/crossScalaVersions
1035OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in gcs/crossScalaVersions
1036OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in elasticsearch/crossScalaVersions
1037OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in aws-auth/crossScalaVersions
1038OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in dynamodb/crossScalaVersions
1039OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in redis/crossScalaVersions
1040OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in sqs/crossScalaVersions
1041OpenCB::Changing crossVersion 3.1.2 -> 3.8.0-RC3 in hdfs/crossScalaVersions
1042[info] set current project to monix-connect (in build file:/build/repo/)
1043[info] Setting Scala version to 3.8.0-RC3 on 11 projects.
1044[info] Switching Scala version on:
1045[info] * monixConnect (2.12.17, 2.13.8, 3.8.0-RC3)
1046[info] s3 (2.12.17, 2.13.8, 3.8.0-RC3)
1047[info] benchmarks (2.12.17, 2.13.8, 3.8.0-RC3)
1048[info] gcs (2.12.17, 2.13.8, 3.8.0-RC3)
1049[info] dynamodb (2.12.17, 2.13.8, 3.8.0-RC3)
1050[info] akka (2.12.17, 2.13.8, 3.8.0-RC3)
1051[info] elasticsearch (2.12.17, 2.13.8, 3.8.0-RC3)
1052[info] sqs (2.12.17, 2.13.8, 3.8.0-RC3)
1053[info] aws-auth (2.12.17, 2.13.8, 3.8.0-RC3)
1054[info] redis (2.12.17, 2.13.8, 3.8.0-RC3)
1055[info] hdfs (2.12.17, 2.13.8, 3.8.0-RC3)
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 Dec 4, 2025, 4:06:35 PM
1083Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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()),Full,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.0-RC3/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.0-RC3/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
11222025-12-04 16:06:59.266+0100 info [ComputeEngineCredentials] Failed to detect whether we are running on Google Compute Engine.
1123[info] GcsBucketInfoSpec:
1124[info] monix.connect.gcp.storage.configuration.GcsBucketInfo$@5a480442
1125[info] - can be created from default java BlobInfo
1126[info] - can be created from method `withMetadata`
1127[info] GcsBlobInfoSpec:
1128[info] monix.connect.gcp.storage.configuration.GcsBlobInfo$@74350ce1
1129[info] - can be created from default java BlobInfo
1130[info] - can be created from a randomly generated java BlobInfo
1131[info] - can be created from method `withMetadata`
1132Starting build for ProjectRef(file:/build/repo/,redis) (monix-redis)... [1/9]
1133Compile 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
1134[info] Compiling 1 protobuf files to /build/repo/redis/target/scala-3.8.0-RC3/src_managed/main/scalapb
1135[info] compiling 30 Scala sources to /build/repo/redis/target/scala-3.8.0-RC3/classes ...
1136[warn] bad option '-Ywarn-unused:imports' was ignored
1137[warn] bad option '-Ywarn-dead-code' was ignored
1138[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1139[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1140[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1141[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1142[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
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] there was 1 deprecation warning; re-run with -deprecation for details
1148[warn] 12 warnings found
1149[info] done compiling
1150[info] compiling 4 Scala sources to /build/repo/redis/target/scala-3.8.0-RC3/test-classes ...
1151[warn] bad option '-Ywarn-unused:imports' was ignored
1152[warn] bad option '-Ywarn-dead-code' was ignored
1153[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1154[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1155[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1156[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1157[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1158[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1159[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
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] there were 17 deprecation warnings; re-run with -deprecation for details
1163[warn] 12 warnings found
1164[info] done compiling
1165[info] RedisSpec:
1166[info] monix.connect.redis.Redis$@72de0180
1167[info] - should implement RedisKey
1168[info] - should implement RedisHash
1169[info] - should implement RedisList
1170[info] - should implement RedisPubSub
1171[info] - should implement RedisSet
1172[info] - should implement RedisSortedSet
1173[info] - should implement RedisStream
1174[info] - should implement RedisString
1175[info] RedisUriSpec:
1176[info] monix.connect.redis.client.RedisUri$@2c3dce82
1177[info] - should allow to update its properties
1178Starting build for ProjectRef(file:/build/repo/,akka) (monix-akka)... [2/9]
1179Compile 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
1180[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.8.0-RC3/classes ...
1181[warn] bad option '-Ywarn-unused:imports' was ignored
1182[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1190[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1191[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1192[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka/src/main/scala/monix/connect/akka/stream/Converters.scala:36:32
1193[warn] 36 | val (sub: Subscriber[In], mat: Future[Out]) = Source.asSubscriber[In].toMat(sink)(Keep.both).run()
1194[warn] | ^
1195[warn] |the type test for scala.concurrent.Future[Out] cannot be checked at runtime because its type arguments can't be determined from R
1196[warn] |
1197[warn] | longer explanation available when compiling with `-explain`
1198[warn] 12 warnings found
1199[info] done compiling
1200[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.8.0-RC3/test-classes ...
1201[warn] bad option '-Ywarn-unused:imports' was ignored
1202[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1207[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1208[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1209[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1210[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1211[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1212[warn] there were 5 deprecation warnings; re-run with -deprecation for details
1213[warn] 12 warnings found
1214[info] done compiling
1215[info] AkkaStreamsConvertersSpec:
1216[info] An akka akka.stream.scaladsl.Sink$@b99e90a
1217[info] should be extended with the `asConsumer` signature
1218[info] - when the materialized type is a future integer
1219[info] - when the materialized type is the list of all the elements collected as a future
1220[info] - when the materialized type is the first received string
1221[info] - when the materialized type is a future optional string
1222[info] - when the input type is different than the materialized one (Int => String)
1223[info] An akka akka.stream.scaladsl.Flow$@7a739908
1224[info] should be extended with the `asConsumer` signature
1225[info] - when the materialized type is a future integer
1226[info] - when the materialized type is a future optional string
1227[info] An akka akka.stream.scaladsl.Source$@5ea1d31
1228[info] should be extended with the `asObservable` signature
1229[info] - when the output type is an int
1230[info] - when the output type is an string
1231[info] - when the output type is a pre defined case class
1232[info] - should allow to be consumed directly as shotcut to `asObservable.consumeWith`
1233[info] A monix monix.reactive.Observable$@f17c9d0 extended with the `asSource` signature
1234[info] should be converted into a akka.stream.scaladsl.Source$@5ea1d31
1235[info] - when the input is of integer type and materializes to a seq that contains all elements
1236[info] - when the input is of string type and materializes to foldLeft operator that aggregates all
1237[info] A monix monix.reactive.Consumer$@5c026f82 extended with the `asSink` signature
1238[info] should be converted into a akka.stream.scaladsl.Sink$@b99e90a
1239[info] - when the consumer is returning the first element
1240[info] - when the consumer is a foldLeft that aggregates all incoming string elements
1241Starting build for ProjectRef(file:/build/repo/,s3) (monix-s3)... [3/9]
1242Compile 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
1243[info] compiling 11 Scala sources to /build/repo/aws-auth/target/scala-3.8.0-RC3/classes ...
1244[warn] bad option '-Ywarn-unused:imports' was ignored
1245[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1251[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1252[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1253[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1254[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1255[warn] 11 warnings found
1256[info] done compiling
1257[info] compiling 10 Scala sources to /build/repo/s3/target/scala-3.8.0-RC3/classes ...
1258[warn] bad option '-Ywarn-unused:imports' was ignored
1259[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1268[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1269[warn] there was 1 deprecation warning; re-run with -deprecation for details
1270[warn] 12 warnings found
1271[info] done compiling
1272[info] compiling 4 Scala sources to /build/repo/aws-auth/target/scala-3.8.0-RC3/test-classes ...
1273[warn] bad option '-Ywarn-unused:imports' was ignored
1274[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1284[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1285[warn] 12 warnings found
1286[info] done compiling
1287[info] compiling 4 Scala sources to /build/repo/s3/target/scala-3.8.0-RC3/test-classes ...
1288[warn] bad option '-Ywarn-unused:imports' was ignored
1289[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1299[warn] there were 14 deprecation warnings; re-run with -deprecation for details
1300[warn] 12 warnings found
1301[info] done compiling
1302SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
1303SLF4J: Defaulting to no-operation (NOP) logger implementation
1304SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
1305[info] S3Spec:
1306[info] monix.connect.s3.S3$@2d42f31b
1307[info] - should use default configurable params
1308[info] - should unsafely be created
1309[info] - should be created from the passed configuration params
1310[info] S3RequestBuilderSpec:
1311[info] monix.connect.s3.S3RequestBuilder$@a78ef40
1312[info] - should correctly build `CreateBucketRequest`
1313[info] - builds `CopyObjectRequest`
1314[info] - correctly build `CompletedPart`
1315[info] - correctly build `CompleteMultipartUploadRequest`
1316[info] - correctly build `CreateMultipartUploadRequest`
1317[info] - correctly build `DeleteBucketRequest`s
1318[info] - correctly build `DeleteObjectRequest`s
1319[info] - correctly build `GetObjectRequest`s
1320[info] - correctly build `UploadPartRequest`
1321[info] - correctly build `PutObjectRequest`
1322Starting build for ProjectRef(file:/build/repo/,hdfs) (monix-hdfs)... [4/9]
1323Compile 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
1324[info] compiling 2 Scala sources to /build/repo/hdfs/target/scala-3.8.0-RC3/classes ...
1325[warn] bad option '-Ywarn-unused:imports' was ignored
1326[warn] bad option '-Ywarn-dead-code' was ignored
1327[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1328[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1329[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1330[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1331[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1332[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1333[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1334[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1335[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1336[warn] 11 warnings found
1337[info] done compiling
1338Starting build for ProjectRef(file:/build/repo/,elasticsearch) (monix-elasticsearch)... [5/9]
1339Compile 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
1340[info] compiling 4 Scala sources to /build/repo/elasticsearch/target/scala-3.8.0-RC3/classes ...
1341[warn] bad option '-Ywarn-unused:imports' was ignored
1342[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1346[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1347[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1348[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1349[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
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] there were 13 deprecation warnings; re-run with -deprecation for details
1353[warn] 12 warnings found
1354[info] done compiling
1355[info] compiling 1 Scala source to /build/repo/elasticsearch/target/scala-3.8.0-RC3/test-classes ...
1356[warn] bad option '-Ywarn-unused:imports' was ignored
1357[warn] bad option '-Ywarn-dead-code' was ignored
1358[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1359[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1360[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1361[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1362[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1363[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1364[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1365[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1366[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1367[warn] 11 warnings found
1368[info] done compiling
1369SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
1370SLF4J: Defaulting to no-operation (NOP) logger implementation
1371SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
1372Starting build for ProjectRef(file:/build/repo/,dynamodb) (monix-dynamodb)... [6/9]
1373Compile 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
1374[info] compiling 5 Scala sources to /build/repo/dynamodb/target/scala-3.8.0-RC3/classes ...
1375[warn] bad option '-Ywarn-unused:imports' was ignored
1376[warn] bad option '-Ywarn-dead-code' was ignored
1377[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1378[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1379[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1380[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1381[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1382[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1383[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1384[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1385[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1386[warn] 11 warnings found
1387[info] done compiling
1388[info] compiling 4 Scala sources to /build/repo/dynamodb/target/scala-3.8.0-RC3/test-classes ...
1389[warn] bad option '-Ywarn-unused:imports' was ignored
1390[warn] bad option '-Ywarn-dead-code' was ignored
1391[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1392[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1393[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1394[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1395[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1396[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1397[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1398[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1399[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1400[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1401[warn] 12 warnings found
1402[info] done compiling
1403SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
1404SLF4J: Defaulting to no-operation (NOP) logger implementation
1405SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
1406[info] DynamoDbOpSpec:
1407[info] monix.connect.dynamodb.DynamoDbOp$@35891750
1408[info] should create the description of the operation's execution as a recursive function that
1409[info] - retries on failure as many times as configured
1410[info] - retries failed executions and correctly returns the last error when retries were exhausted
1411[info] DynamoDbConsumerSpec:
1412[info] A monix.connect.dynamodb.DynamoDb$@728f51d8 Consumer
1413[info] when three operations are passed
1414[info] - must execute each one exactly once
1415[info] - must supports an empty observable
1416[info] - must correctly reports error on failure
1417[info] - must retries the operation if there was a failure
1418[info] - must reports failure after all retries were exhausted
1419Starting build for ProjectRef(file:/build/repo/,sqs) (monix-sqs)... [7/9]
1420Compile 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
1421[info] compiling 16 Scala sources to /build/repo/sqs/target/scala-3.8.0-RC3/classes ...
1422[warn] bad option '-Ywarn-unused:imports' was ignored
1423[warn] bad option '-Ywarn-dead-code' was ignored
1424[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1425[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1426[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1427[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1428[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1429[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1430[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1431[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1432[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1433[warn] 11 warnings found
1434[info] done compiling
1435[info] compiling 5 Scala sources to /build/repo/sqs/target/scala-3.8.0-RC3/test-classes ...
1436[warn] bad option '-Ywarn-unused:imports' was ignored
1437[warn] bad option '-Ywarn-dead-code' was ignored
1438[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1439[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1440[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1441[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1442[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1443[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1444[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1445[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1446[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1447[warn] -- Warning: /build/repo/sqs/src/test/scala/monix/connect/sqs/producer/MessageSpec.scala:45:53
1448[warn] 45 | val awsTraceHeader = Gen.option(genId).map(_.map(StringMessageAttribute)).sample.get
1449[warn] | ^^^^^^^^^^^^^^^^^^^^^^
1450[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `monix.connect.sqs.domain.StringMessageAttribute.apply` explicitly.
1451[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1452[warn] 13 warnings found
1453[info] done compiling
1454SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
1455SLF4J: Defaulting to no-operation (NOP) logger implementation
1456SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
1457[info] SqsParSinkSpec:
1458[info] A single message
1459[info] - can be send as if it was a batch
1460[info] Ten messages
1461[info] - must be grouped in a single batch
1462[info] More than ten messages
1463[info] - must be grouped in a single batch
1464[info] N messages
1465[info] - must be grouped in a single batch
1466[info] MessageSpec:
1467[info] A single fifo message
1468[info] - can be converted to a java `MessageRequest`
1469[info] MessageSystemAttributeNameForSends
1470[info] - should only be formed by awsTraceHeader
1471[info] A StringMessageAttribute
1472[info] - can be converted to java aws
1473[info] A BinaryMessageAttribute
1474[info] - can be converted to java aws
1475Starting build for ProjectRef(file:/build/repo/,aws-auth) (monix-aws-auth)... [8/9]
1476Compile 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
1477[info] ProviderSpec:
1478[info] Providers
1479[info] - should be parsed from anonymous,chain, default, environment, instance, profile, static and system
1480[info] - should not be case sensitive
1481[info] AwsCredentialsConfSpec:
1482[info] AwsCredentialsConf
1483[info] - should allow to set aws default credentials
1484[info] - should set aws anonymous credentials
1485[info] - should set aws environment credentials
1486SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
1487SLF4J: Defaulting to no-operation (NOP) logger implementation
1488SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
1489[info] - should set aws instance credentials
1490[info] - should set aws profile `default` credentials
1491[info] - should set aws profile credentials
1492[info] - should set aws static credentials
1493[info] - should set aws static session credentials
1494[info] - should fallback to default when provider was set to static but there was no static credentials
1495[info] - should set aws system credentials
1496[info] - should fail when provider is not set
1497[info] MonixAwsConfigSpec:
1498[info] MonixAwsConf
1499[info] - should load from default config file
1500[info] - should read the local endpoint as a uri
1501[info] - should not require endpoint nor http client settings
1502[info] - should fail when credentials are not present
1503[info] - should fail when credentials region is not present
1504[info] - can read config in kebabCase
1505[info] - can read config in snake_case
1506[info] - can read config in PascalCase
1507[info] - can read config in camelCase
1508[info] - should read config in kebab-case by default from reference.conf
1509[info] - should read config in camelCase by default when reading from path
1510
1511************************
1512Build summary:
1513[{
1514 "module": "monix-gcs",
1515 "compile": {"status": "ok", "tookMs": 9637, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1516 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1517 "test-compile": {"status": "ok", "tookMs": 5208, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1518 "test": {"status": "ok", "tookMs": 1367, "passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5, "byFramework": [{"framework": "unknown", "stats": {"passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5}}]},
1519 "publish": {"status": "skipped", "tookMs": 0},
1520 "metadata": {
1521 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1522}
1523},{
1524 "module": "monix-redis",
1525 "compile": {"status": "ok", "tookMs": 4565, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1526 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1527 "test-compile": {"status": "ok", "tookMs": 2650, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1528 "test": {"status": "ok", "tookMs": 826, "passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9, "byFramework": [{"framework": "unknown", "stats": {"passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9}}]},
1529 "publish": {"status": "skipped", "tookMs": 0},
1530 "metadata": {
1531 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1532}
1533},{
1534 "module": "monix-akka",
1535 "compile": {"status": "ok", "tookMs": 665, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
1536 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1537 "test-compile": {"status": "ok", "tookMs": 1755, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1538 "test": {"status": "ok", "tookMs": 907, "passed": 15, "failed": 0, "ignored": 0, "skipped": 0, "total": 15, "byFramework": [{"framework": "unknown", "stats": {"passed": 15, "failed": 0, "ignored": 0, "skipped": 0, "total": 15}}]},
1539 "publish": {"status": "skipped", "tookMs": 0},
1540 "metadata": {
1541 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1542}
1543},{
1544 "module": "monix-s3",
1545 "compile": {"status": "ok", "tookMs": 2568, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1546 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1547 "test-compile": {"status": "ok", "tookMs": 4388, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1548 "test": {"status": "ok", "tookMs": 1819, "passed": 13, "failed": 0, "ignored": 0, "skipped": 0, "total": 13, "byFramework": [{"framework": "unknown", "stats": {"passed": 13, "failed": 0, "ignored": 0, "skipped": 0, "total": 13}}]},
1549 "publish": {"status": "skipped", "tookMs": 0},
1550 "metadata": {
1551 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1552}
1553},{
1554 "module": "monix-hdfs",
1555 "compile": {"status": "ok", "tookMs": 634, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1556 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1557 "test-compile": {"status": "ok", "tookMs": 300, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1558 "test": {"status": "ok", "tookMs": 209, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1559 "publish": {"status": "skipped", "tookMs": 0},
1560 "metadata": {
1561 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1562}
1563},{
1564 "module": "monix-elasticsearch",
1565 "compile": {"status": "ok", "tookMs": 1152, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1566 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1567 "test-compile": {"status": "ok", "tookMs": 827, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1568 "test": {"status": "ok", "tookMs": 399, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": [{"framework": "unknown", "stats": {"passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0}}]},
1569 "publish": {"status": "skipped", "tookMs": 0},
1570 "metadata": {
1571 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1572}
1573},{
1574 "module": "monix-dynamodb",
1575 "compile": {"status": "ok", "tookMs": 730, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1576 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1577 "test-compile": {"status": "ok", "tookMs": 1402, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1578 "test": {"status": "ok", "tookMs": 1018, "passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7, "byFramework": [{"framework": "unknown", "stats": {"passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7}}]},
1579 "publish": {"status": "skipped", "tookMs": 0},
1580 "metadata": {
1581 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1582}
1583},{
1584 "module": "monix-sqs",
1585 "compile": {"status": "ok", "tookMs": 1296, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1586 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1587 "test-compile": {"status": "ok", "tookMs": 1257, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
1588 "test": {"status": "ok", "tookMs": 889, "passed": 8, "failed": 0, "ignored": 0, "skipped": 0, "total": 8, "byFramework": [{"framework": "unknown", "stats": {"passed": 8, "failed": 0, "ignored": 0, "skipped": 0, "total": 8}}]},
1589 "publish": {"status": "skipped", "tookMs": 0},
1590 "metadata": {
1591 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1592}
1593},{
1594 "module": "monix-aws-auth",
1595 "compile": {"status": "ok", "tookMs": 127, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1596 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1597 "test-compile": {"status": "ok", "tookMs": 163, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1598 "test": {"status": "ok", "tookMs": 590, "passed": 24, "failed": 0, "ignored": 0, "skipped": 0, "total": 24, "byFramework": [{"framework": "unknown", "stats": {"passed": 24, "failed": 0, "ignored": 0, "skipped": 0, "total": 24}}]},
1599 "publish": {"status": "skipped", "tookMs": 0},
1600 "metadata": {
1601 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1602}
1603}]
1604************************
1605[success] Total time: 67 s (0:01:07.0), completed Dec 4, 2025, 4:07:42 PM
1606[0JChecking patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala...
1607Checking patch project/plugins.sbt...
1608Checking patch project/build.properties...
1609Checking patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala...
1610Checking patch build.sbt...
1611Checking patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala...
1612Applied patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala cleanly.
1613Applied patch project/plugins.sbt cleanly.
1614Applied patch project/build.properties cleanly.
1615Applied patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala cleanly.
1616Applied patch build.sbt cleanly.
1617Applied patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala cleanly.