Build Logs
monix/monix-connect • scheduled_3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
Errors
0
Warnings
770
Total Lines
1477
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-RC2
22Migrating project for -source:3.0 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
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-RC2
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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
63##################################
64Scala version: 3.7.4-RC2
65Targets: 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
66Project 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"}]}
67##################################
68Using extra scalacOptions: -rewrite,REQUIRE:-source:3.0-migration
69Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
70[sbt_options] declare -a sbt_options=()
71[process_args] java_version = '17'
72[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
73# Executing command line:
74java
75-Dfile.encoding=UTF-8
76-Dcommunitybuild.scala=3.7.4-RC2
77-Dcommunitybuild.project.dependencies.add=
78-Xmx7G
79-Xms4G
80-Xss8M
81-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
82-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
83-jar
84/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
85"setCrossScalaVersions 3.7.4-RC2"
86"++3.7.4-RC2 -v"
87"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""
88"set every credentials := Nil"
89"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
90"removeScalacOptionsStartingWith -P:wartremover"
91
92moduleMappings
93"runBuild 3.7.4-RC2 """{"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"
94
95[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
96[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
97[info] loading project definition from /build/repo/project
98[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
99[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
100[info] Compilation completed in 9.053s.
101[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
102[warn] if (hasIt) common ++ CommonTestDependencies.map(_ % IntegrationTest)
103[warn] ^
104[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
105[warn] "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion % IntegrationTest,
106[warn] ^
107[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
108[warn] "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % IntegrationTest
109[warn] ^
110[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
111[warn] "com.google.cloud" % "google-cloud-nio" % Versions.GCNio % IntegrationTest,
112[warn] ^
113[warn] four warnings found
114[info] done compiling
115/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
116 scalacOptions in(Compile, console) ++= Seq("-Ywarn-unused:imports")
117 ^
118/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
119 scalacOptions in(Compile, doc) ++= Seq("-no-link-warnings")
120 ^
121/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
122 scalacOptions in ThisBuild ++= Seq(
123 ^
124/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
125 parallelExecution in Test := true
126 ^
127/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
128 parallelExecution in ThisBuild := true
129 ^
130/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
131 testForkedParallel in Test := true
132 ^
133/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
134 testForkedParallel in ThisBuild := true
135 ^
136/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
137 logBuffered in Test := false
138 ^
139/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
140 logBuffered in IntegrationTest := false
141 ^
142/build/repo/build.sbt:95: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
143 logBuffered in IntegrationTest := false
144 ^
145/build/repo/build.sbt:163: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
146 .configs(IntegrationTest, IT)
147 ^
148/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
149 Defaults.itSettings,
150 ^
151/build/repo/build.sbt:237: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
152 IntegrationTest / parallelExecution := isITParallelExecution,
153 ^
154/build/repo/build.sbt:238: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
155 IntegrationTest / testForkedParallel := isITParallelExecution
156 ^
157/build/repo/build.sbt:241: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
158 .configs(IntegrationTest, IT)
159 ^
160/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
161 skip in publish := true,
162 ^
163/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
164 unidocProjectFilter in (ScalaUnidoc, unidoc) := inProjects(akka, parquet, dynamodb, s3, sqs, elasticsearch, gcs, hdfs, mongodb, redis),
165 ^
166/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
167 target in (ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
168 ^
169/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
170 target in (ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
171 ^
172/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
173 cleanFiles += (target in (ScalaUnidoc, unidoc)).value,
174 ^
175/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
176 .dependsOn(unidoc in Compile)
177 ^
178/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
179 .dependsOn(updateSiteVariables in ThisBuild)
180 ^
181/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
182 .dependsOn(unidoc in Compile)
183 ^
184/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
185 .dependsOn(updateSiteVariables in ThisBuild)
186 ^
187/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
188 scalacOptions in (ScalaUnidoc, unidoc) ++= Seq(
189 ^
190/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
191 "-sourcepath", baseDirectory.in(LocalRootProject).value.getAbsolutePath,
192 ^
193/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
194 sources in (ScalaUnidoc, unidoc) ~= (_ filterNot { file =>
195 ^
196/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
197skip in publish := true
198 ^
199/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
200mimaFailOnNoPrevious in ThisBuild := false
201 ^
202/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
203scalacOptions in (Compile, doc) ++= Seq("-no-link-warnings")
204 ^
205/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
206updateSiteVariables in ThisBuild := {
207 ^
208/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
209 val minorVersions = (crossScalaVersions in monixConnect).value.map(minorVersion)
210 ^
211/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
212 "coreModuleName" -> (moduleName in monixConnect).value,
213 ^
214/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
215 "organization" -> (organization in LocalRootProject).value,
216 ^
217/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
218 (baseDirectory in LocalRootProject).value / "website" / "variables.js"
219 ^
220[info] loading settings for project monixConnect from build.sbt...
221[info] resolving key references (17702 settings) ...
222[info] set current project to monix-connect (in build file:/build/repo/)
223[warn] there are 5 keys that are not used by any other settings/tasks:
224[warn]
225[warn] * ThisBuild / mimaFailOnNoPrevious
226[warn] +- /build/repo/build.sbt:154
227[warn] * ThisBuild / parallelExecution
228[warn] +- /build/repo/build.sbt:85
229[warn] * ThisBuild / testForkedParallel
230[warn] +- /build/repo/build.sbt:89
231[warn] * docs / IntegrationTest / logBuffered
232[warn] +- /build/repo/build.sbt:95
233[warn] * monixConnect / IntegrationTest / logBuffered
234[warn] +- /build/repo/build.sbt:95
235[warn]
236[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
237[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
238Execute setCrossScalaVersions: 3.7.4-RC2
239OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in monixConnect/crossScalaVersions
240OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in benchmarks/crossScalaVersions
241OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in akka/crossScalaVersions
242OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in s3/crossScalaVersions
243OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in gcs/crossScalaVersions
244OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in elasticsearch/crossScalaVersions
245OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in aws-auth/crossScalaVersions
246OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in dynamodb/crossScalaVersions
247OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in redis/crossScalaVersions
248OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in sqs/crossScalaVersions
249OpenCB::Changing crossVersion 3.1.2 -> 3.7.4-RC2 in hdfs/crossScalaVersions
250[info] set current project to monix-connect (in build file:/build/repo/)
251[info] Setting Scala version to 3.7.4-RC2 on 11 projects.
252[info] Switching Scala version on:
253[info] * monixConnect (2.12.17, 2.13.8, 3.7.4-RC2)
254[info] s3 (2.12.17, 2.13.8, 3.7.4-RC2)
255[info] benchmarks (2.12.17, 2.13.8, 3.7.4-RC2)
256[info] gcs (2.12.17, 2.13.8, 3.7.4-RC2)
257[info] dynamodb (2.12.17, 2.13.8, 3.7.4-RC2)
258[info] akka (2.12.17, 2.13.8, 3.7.4-RC2)
259[info] elasticsearch (2.12.17, 2.13.8, 3.7.4-RC2)
260[info] sqs (2.12.17, 2.13.8, 3.7.4-RC2)
261[info] aws-auth (2.12.17, 2.13.8, 3.7.4-RC2)
262[info] redis (2.12.17, 2.13.8, 3.7.4-RC2)
263[info] hdfs (2.12.17, 2.13.8, 3.7.4-RC2)
264[info] Excluding projects:
265[info] parquet (2.12.17, 2.13.8)
266[info] docs (2.13.8)
267[info] mongodb (2.12.17, 2.13.8)
268[info] Reapplying settings...
269[info] set current project to monix-connect (in build file:/build/repo/)
270Execute 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
271[info] Reapplying settings...
272[info] set current project to monix-connect (in build file:/build/repo/)
273[info] Defining Global / credentials, akka / credentials and 12 others.
274[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 69 others.
275[info] Run `last` for details.
276[info] Reapplying settings...
277[info] set current project to monix-connect (in build file:/build/repo/)
278Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
279[info] Reapplying settings...
280OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
281
282 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
283 Did you mean s3 / allExcludeDependencies ?
284 , retry without global scopes
285[info] Reapplying settings...
286[info] set current project to monix-connect (in build file:/build/repo/)
287Execute removeScalacOptionsStartingWith: -P:wartremover
288[info] Reapplying settings...
289[info] set current project to monix-connect (in build file:/build/repo/)
290[success] Total time: 0 s, completed Nov 22, 2025, 2:54:11 PM
291Build 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"}]}
292Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
293Starting build...
294Projects: Set(s3, gcs, dynamodb, akka, elasticsearch, sqs, aws-auth, redis, hdfs)
295Starting build for ProjectRef(file:/build/repo/,gcs) (monix-gcs)... [0/9]
296OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
297OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.0-migration` in Scala 2.12.20 module Global
298OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
299OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.0-migration` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
300OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
301OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
302Compile 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
303[info] compiling 9 Scala sources to /build/repo/gcs/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
317[warn] bad option '-Ywarn-unused:imports' was ignored
318[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
328[warn] 24 warnings found
329[info] done compiling
330[info] compiling 5 Scala sources to /build/repo/gcs/target/scala-3.7.4-RC2/test-classes ...
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] Flag -sourcepath set repeatedly
344[warn] bad option '-Ywarn-unused:imports' was ignored
345[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
355[warn] 24 warnings found
356[info] done compiling
357Starting build for ProjectRef(file:/build/repo/,redis) (monix-redis)... [1/9]
358Compile 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
359[info] Compiling 1 protobuf files to /build/repo/redis/target/scala-3.7.4-RC2/src_managed/main/scalapb
360[info] compiling 30 Scala sources to /build/repo/redis/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
374[warn] bad option '-Ywarn-unused:imports' was ignored
375[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
385[warn] there was 1 deprecation warning; re-run with -deprecation for details
386[warn] 25 warnings found
387[info] done compiling
388[info] compiling 4 Scala sources to /build/repo/redis/target/scala-3.7.4-RC2/test-classes ...
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] Flag -sourcepath set repeatedly
402[warn] bad option '-Ywarn-unused:imports' was ignored
403[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
413[warn] there were 17 deprecation warnings; re-run with -deprecation for details
414[warn] 25 warnings found
415[info] done compiling
416Starting build for ProjectRef(file:/build/repo/,akka) (monix-akka)... [2/9]
417Compile 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
418[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
432[warn] bad option '-Ywarn-unused:imports' was ignored
433[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
443[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka/src/main/scala/monix/connect/akka/stream/Converters.scala:36:32
444[warn] 36 | val (sub: Subscriber[In], mat: Future[Out]) = Source.asSubscriber[In].toMat(sink)(Keep.both).run()
445[warn] | ^
446[warn] |the type test for scala.concurrent.Future[Out] cannot be checked at runtime because its type arguments can't be determined from R
447[warn] |
448[warn] | longer explanation available when compiling with `-explain`
449[warn] 25 warnings found
450[info] done compiling
451[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.7.4-RC2/test-classes ...
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] Flag -sourcepath set repeatedly
465[warn] bad option '-Ywarn-unused:imports' was ignored
466[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
476[warn] there were 5 deprecation warnings; re-run with -deprecation for details
477[warn] 25 warnings found
478[info] done compiling
479Starting build for ProjectRef(file:/build/repo/,s3) (monix-s3)... [3/9]
480Compile 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
481[info] compiling 11 Scala sources to /build/repo/aws-auth/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
495[warn] bad option '-Ywarn-unused:imports' was ignored
496[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
506[warn] 24 warnings found
507[info] done compiling
508[info] compiling 10 Scala sources to /build/repo/s3/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
522[warn] bad option '-Ywarn-unused:imports' was ignored
523[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
533[warn] there was 1 deprecation warning; re-run with -deprecation for details
534[warn] 25 warnings found
535[info] done compiling
536[info] compiling 4 Scala sources to /build/repo/aws-auth/target/scala-3.7.4-RC2/test-classes ...
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] Flag -sourcepath set repeatedly
550[warn] bad option '-Ywarn-unused:imports' was ignored
551[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
561[warn] there were 2 deprecation warnings; re-run with -deprecation for details
562[warn] 25 warnings found
563[info] done compiling
564[info] compiling 4 Scala sources to /build/repo/s3/target/scala-3.7.4-RC2/test-classes ...
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] Flag -sourcepath set repeatedly
578[warn] bad option '-Ywarn-unused:imports' was ignored
579[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
589[warn] there were 14 deprecation warnings; re-run with -deprecation for details
590[warn] 25 warnings found
591[info] done compiling
592Starting build for ProjectRef(file:/build/repo/,hdfs) (monix-hdfs)... [4/9]
593Compile 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
594[info] compiling 2 Scala sources to /build/repo/hdfs/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
608[warn] bad option '-Ywarn-unused:imports' was ignored
609[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
619[warn] 24 warnings found
620[info] done compiling
621Starting build for ProjectRef(file:/build/repo/,elasticsearch) (monix-elasticsearch)... [5/9]
622Compile 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
623[info] compiling 4 Scala sources to /build/repo/elasticsearch/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
637[warn] bad option '-Ywarn-unused:imports' was ignored
638[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
648[warn] there were 13 deprecation warnings; re-run with -deprecation for details
649[warn] 25 warnings found
650[info] done compiling
651[info] compiling 1 Scala source to /build/repo/elasticsearch/target/scala-3.7.4-RC2/test-classes ...
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] Flag -sourcepath set repeatedly
665[warn] bad option '-Ywarn-unused:imports' was ignored
666[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
676[warn] 24 warnings found
677[info] done compiling
678Starting build for ProjectRef(file:/build/repo/,dynamodb) (monix-dynamodb)... [6/9]
679Compile 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
680[info] compiling 5 Scala sources to /build/repo/dynamodb/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
694[warn] bad option '-Ywarn-unused:imports' was ignored
695[warn] bad option '-Ywarn-dead-code' was ignored
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[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
705[info] [patched file /build/repo/dynamodb/src/main/scala/monix/connect/dynamodb/DynamoDb.scala]
706[warn] 24 warnings found
707[info] done compiling
708[info] compiling 1 Scala source to /build/repo/dynamodb/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
722[warn] bad option '-Ywarn-unused:imports' was ignored
723[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
733[warn] 24 warnings found
734[info] done compiling
735[info] compiling 4 Scala sources to /build/repo/dynamodb/target/scala-3.7.4-RC2/test-classes ...
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] Flag -sourcepath set repeatedly
749[warn] bad option '-Ywarn-unused:imports' was ignored
750[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
760[warn] there were 2 deprecation warnings; re-run with -deprecation for details
761[warn] 25 warnings found
762[info] done compiling
763Starting build for ProjectRef(file:/build/repo/,sqs) (monix-sqs)... [7/9]
764Compile 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
765[info] compiling 16 Scala sources to /build/repo/sqs/target/scala-3.7.4-RC2/classes ...
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] Flag -sourcepath set repeatedly
779[warn] bad option '-Ywarn-unused:imports' was ignored
780[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
790[warn] 24 warnings found
791[info] done compiling
792[info] compiling 5 Scala sources to /build/repo/sqs/target/scala-3.7.4-RC2/test-classes ...
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] Flag -sourcepath set repeatedly
806[warn] bad option '-Ywarn-unused:imports' was ignored
807[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
817[warn] -- Warning: /build/repo/sqs/src/test/scala/monix/connect/sqs/producer/MessageSpec.scala:45:53
818[warn] 45 | val awsTraceHeader = Gen.option(genId).map(_.map(StringMessageAttribute)).sample.get
819[warn] | ^^^^^^^^^^^^^^^^^^^^^^
820[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `monix.connect.sqs.domain.StringMessageAttribute.apply` explicitly.
821[warn] there were 2 deprecation warnings; re-run with -deprecation for details
822[warn] 26 warnings found
823[info] done compiling
824Starting build for ProjectRef(file:/build/repo/,aws-auth) (monix-aws-auth)... [8/9]
825Compile 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
826
827************************
828Build summary:
829[{
830 "module": "monix-gcs",
831 "compile": {"status": "ok", "tookMs": 9060, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
832 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
833 "test-compile": {"status": "ok", "tookMs": 5427, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
834 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
835 "publish": {"status": "skipped", "tookMs": 0},
836 "metadata": {
837 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
838}
839},{
840 "module": "monix-redis",
841 "compile": {"status": "ok", "tookMs": 12615, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
842 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
843 "test-compile": {"status": "ok", "tookMs": 2863, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
844 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
845 "publish": {"status": "skipped", "tookMs": 0},
846 "metadata": {
847 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
848}
849},{
850 "module": "monix-akka",
851 "compile": {"status": "ok", "tookMs": 819, "warnings": 1, "errors": 0, "sourceVersion": "3.0-migration"},
852 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
853 "test-compile": {"status": "ok", "tookMs": 1870, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
854 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
855 "publish": {"status": "skipped", "tookMs": 0},
856 "metadata": {
857 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
858}
859},{
860 "module": "monix-s3",
861 "compile": {"status": "ok", "tookMs": 2800, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
862 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
863 "test-compile": {"status": "ok", "tookMs": 5078, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
864 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
865 "publish": {"status": "skipped", "tookMs": 0},
866 "metadata": {
867 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
868}
869},{
870 "module": "monix-hdfs",
871 "compile": {"status": "ok", "tookMs": 671, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
872 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
873 "test-compile": {"status": "ok", "tookMs": 322, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
874 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
875 "publish": {"status": "skipped", "tookMs": 0},
876 "metadata": {
877 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
878}
879},{
880 "module": "monix-elasticsearch",
881 "compile": {"status": "ok", "tookMs": 962, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
882 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
883 "test-compile": {"status": "ok", "tookMs": 846, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
884 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
885 "publish": {"status": "skipped", "tookMs": 0},
886 "metadata": {
887 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
888}
889},{
890 "module": "monix-dynamodb",
891 "compile": {"status": "ok", "tookMs": 967, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
892 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
893 "test-compile": {"status": "ok", "tookMs": 2187, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
894 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
895 "publish": {"status": "skipped", "tookMs": 0},
896 "metadata": {
897 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
898}
899},{
900 "module": "monix-sqs",
901 "compile": {"status": "ok", "tookMs": 1406, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
902 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
903 "test-compile": {"status": "ok", "tookMs": 1639, "warnings": 1, "errors": 0, "sourceVersion": "3.0-migration"},
904 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
905 "publish": {"status": "skipped", "tookMs": 0},
906 "metadata": {
907 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
908}
909},{
910 "module": "monix-aws-auth",
911 "compile": {"status": "ok", "tookMs": 123, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
912 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
913 "test-compile": {"status": "ok", "tookMs": 201, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
914 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
915 "publish": {"status": "skipped", "tookMs": 0},
916 "metadata": {
917 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
918}
919}]
920************************
921[success] Total time: 299 s (0:04:59.0), completed Nov 22, 2025, 2:59:10 PM
922[0JChecking patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala...
923Checking patch project/plugins.sbt...
924Checking patch project/build.properties...
925Checking patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala...
926Checking patch build.sbt...
927Checking patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala...
928Applied patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala cleanly.
929Applied patch project/plugins.sbt cleanly.
930Applied patch project/build.properties cleanly.
931Applied patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala cleanly.
932Applied patch build.sbt cleanly.
933Applied patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala cleanly.
934Commit migration rewrites
935Switched to a new branch 'opencb/migrate-source-3.0'
936[opencb/migrate-source-3.0 58064e15] Apply Scala compiler rewrites using -source:3.0-migration using Scala 3.7.4-RC2
937 1 file changed, 2 insertions(+), 2 deletions(-)
938----
939Preparing build for 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
940Scala binary version found: 3.8
941Implicitly using source version 3.8
942Scala binary version found: 3.8
943Implicitly using source version 3.8
944Would try to apply common scalacOption (best-effort, sbt/mill only):
945Append: ,REQUIRE:-source:3.8
946Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
947
948Try apply source patch:
949Path: project/plugins.sbt
950Pattern: addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
951Replacement: addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
952Successfully applied pattern 'addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")' in project/plugins.sbt
953
954Try apply source patch:
955Path: s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala
956Pattern: contentLenght.getOrElse(null)
957Replacement: contentLenght.getOrElse(-1L)
958Successfully applied pattern 'contentLenght.getOrElse(null)' in s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala
959
960Try apply source patch:
961Path: aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala
962Pattern: final case class MonixAwsConf private (
963Replacement: final case class MonixAwsConf (
964Successfully applied pattern 'final case class MonixAwsConf private (' in aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala
965
966Try apply source patch:
967Path: dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala
968Pattern: incWithF.runToFuture
969Replacement: incWithF().runToFuture
970Successfully applied pattern 'incWithF.runToFuture' in dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala
971----
972Starting build for 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
973Execute tests: false
974sbt project found:
975Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
976Enforcing usage of sbt in version 1.11.5
977No prepare script found for project monix/monix-connect
978/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
979##################################
980Scala version: 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
981Targets: 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
982Project 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"}]}
983##################################
984Using extra scalacOptions: ,REQUIRE:-source:3.8
985Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
986[sbt_options] declare -a sbt_options=()
987[process_args] java_version = '17'
988[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
989# Executing command line:
990java
991-Dfile.encoding=UTF-8
992-Dcommunitybuild.scala=3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
993-Dcommunitybuild.project.dependencies.add=
994-Xmx7G
995-Xms4G
996-Xss8M
997-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
998-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
999-jar
1000/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1001"setCrossScalaVersions 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY"
1002"++3.8.1-RC1-bin-20251122-91351e3-NIGHTLY -v"
1003"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1004"set every credentials := Nil"
1005"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1006"removeScalacOptionsStartingWith -P:wartremover"
1007
1008moduleMappings
1009"runBuild 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.0"],"sourcePatches":[{"path":"project/plugins.sbt","pattern":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.3\")","replaceWith":"addSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.8\")"},{"path":"s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala","pattern":"contentLenght.getOrElse(null)","replaceWith":"contentLenght.getOrElse(-1L)"},{"path":"aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala","pattern":"final case class MonixAwsConf private (","replaceWith":"final case class MonixAwsConf ("},{"path":"dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala","pattern":"incWithF.runToFuture","replaceWith":"incWithF().runToFuture"}]}""" io.monix%monix-akka io.monix%monix-aws-auth io.monix%monix-dynamodb io.monix%monix-elasticsearch io.monix%monix-gcs io.monix%monix-hdfs io.monix%monix-redis io.monix%monix-s3 io.monix%monix-sqs"
1010
1011[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
1012[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1013[info] loading project definition from /build/repo/project
1014[info] loading settings for project monixConnect from build.sbt...
1015[info] resolving key references (17702 settings) ...
1016[info] set current project to monix-connect (in build file:/build/repo/)
1017[warn] there are 5 keys that are not used by any other settings/tasks:
1018[warn]
1019[warn] * ThisBuild / mimaFailOnNoPrevious
1020[warn] +- /build/repo/build.sbt:154
1021[warn] * ThisBuild / parallelExecution
1022[warn] +- /build/repo/build.sbt:85
1023[warn] * ThisBuild / testForkedParallel
1024[warn] +- /build/repo/build.sbt:89
1025[warn] * docs / IntegrationTest / logBuffered
1026[warn] +- /build/repo/build.sbt:95
1027[warn] * monixConnect / IntegrationTest / logBuffered
1028[warn] +- /build/repo/build.sbt:95
1029[warn]
1030[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
1031[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
1032Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
1033OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in monixConnect/crossScalaVersions
1034OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in benchmarks/crossScalaVersions
1035OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in akka/crossScalaVersions
1036OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in s3/crossScalaVersions
1037OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in gcs/crossScalaVersions
1038OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in elasticsearch/crossScalaVersions
1039OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in aws-auth/crossScalaVersions
1040OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in dynamodb/crossScalaVersions
1041OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in redis/crossScalaVersions
1042OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in sqs/crossScalaVersions
1043OpenCB::Changing crossVersion 3.1.2 -> 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY in hdfs/crossScalaVersions
1044[info] set current project to monix-connect (in build file:/build/repo/)
1045[info] Setting Scala version to 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY on 11 projects.
1046[info] Switching Scala version on:
1047[info] * monixConnect (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1048[info] s3 (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1049[info] benchmarks (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1050[info] gcs (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1051[info] dynamodb (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1052[info] akka (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1053[info] elasticsearch (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1054[info] sqs (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1055[info] aws-auth (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1056[info] redis (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1057[info] hdfs (2.12.17, 2.13.8, 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY)
1058[info] Excluding projects:
1059[info] parquet (2.12.17, 2.13.8)
1060[info] docs (2.13.8)
1061[info] mongodb (2.12.17, 2.13.8)
1062[info] Reapplying settings...
1063[info] set current project to monix-connect (in build file:/build/repo/)
1064Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1065[info] Reapplying settings...
1066[info] set current project to monix-connect (in build file:/build/repo/)
1067[info] Defining Global / credentials, akka / credentials and 12 others.
1068[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 69 others.
1069[info] Run `last` for details.
1070[info] Reapplying settings...
1071[info] set current project to monix-connect (in build file:/build/repo/)
1072Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1073[info] Reapplying settings...
1074OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1075
1076 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
1077 Did you mean s3 / allExcludeDependencies ?
1078 , retry without global scopes
1079[info] Reapplying settings...
1080[info] set current project to monix-connect (in build file:/build/repo/)
1081Execute removeScalacOptionsStartingWith: -P:wartremover
1082[info] Reapplying settings...
1083[info] set current project to monix-connect (in build file:/build/repo/)
1084[success] Total time: 0 s, completed Nov 22, 2025, 2:59:30 PM
1085Build 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"}]}
1086Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1087Starting build...
1088Projects: Set(s3, gcs, dynamodb, akka, elasticsearch, sqs, aws-auth, redis, hdfs)
1089Starting build for ProjectRef(file:/build/repo/,gcs) (monix-gcs)... [0/9]
1090OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1091OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
1092OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1093OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1094OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
1095Compile 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
1096[info] compiling 9 Scala sources to /build/repo/gcs/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
1097[warn] bad option '-Ywarn-unused:imports' was ignored
1098[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1107[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1108[warn] 11 warnings found
1109[info] done compiling
1110[info] compiling 5 Scala sources to /build/repo/gcs/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
1111[warn] bad option '-Ywarn-unused:imports' was ignored
1112[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1121[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1122[warn] 11 warnings found
1123[info] done compiling
1124Starting build for ProjectRef(file:/build/repo/,redis) (monix-redis)... [1/9]
1125Compile 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
1126[info] Compiling 1 protobuf files to /build/repo/redis/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/src_managed/main/scalapb
1127[info] compiling 30 Scala sources to /build/repo/redis/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
1128[warn] bad option '-Ywarn-unused:imports' was ignored
1129[warn] bad option '-Ywarn-dead-code' was ignored
1130[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1131[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1132[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1133[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1134[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1135[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1136[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1137[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1138[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1139[warn] there was 1 deprecation warning; re-run with -deprecation for details
1140[warn] 12 warnings found
1141[info] done compiling
1142[info] compiling 4 Scala sources to /build/repo/redis/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
1143[warn] bad option '-Ywarn-unused:imports' was ignored
1144[warn] bad option '-Ywarn-dead-code' was ignored
1145[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1146[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1147[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1148[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1149[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1150[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1151[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1152[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1153[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1154[warn] there were 17 deprecation warnings; re-run with -deprecation for details
1155[warn] 12 warnings found
1156[info] done compiling
1157Starting build for ProjectRef(file:/build/repo/,akka) (monix-akka)... [2/9]
1158Compile 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
1159[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
1160[warn] bad option '-Ywarn-unused:imports' was ignored
1161[warn] bad option '-Ywarn-dead-code' was ignored
1162[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1163[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1164[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1165[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1166[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1167[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1168[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1169[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1170[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1171[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka/src/main/scala/monix/connect/akka/stream/Converters.scala:36:32
1172[warn] 36 | val (sub: Subscriber[In], mat: Future[Out]) = Source.asSubscriber[In].toMat(sink)(Keep.both).run()
1173[warn] | ^
1174[warn] |the type test for scala.concurrent.Future[Out] cannot be checked at runtime because its type arguments can't be determined from R
1175[warn] |
1176[warn] | longer explanation available when compiling with `-explain`
1177[warn] 12 warnings found
1178[info] done compiling
1179[info] compiling 1 Scala source to /build/repo/akka/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
1180[warn] bad option '-Ywarn-unused:imports' was ignored
1181[warn] bad option '-Ywarn-dead-code' was ignored
1182[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1183[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1184[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1185[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1186[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1187[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1188[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1189[warn] 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] there were 5 deprecation warnings; re-run with -deprecation for details
1192[warn] 12 warnings found
1193[info] done compiling
1194Starting build for ProjectRef(file:/build/repo/,s3) (monix-s3)... [3/9]
1195Compile 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
1196[info] compiling 11 Scala sources to /build/repo/aws-auth/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
1197[warn] bad option '-Ywarn-unused:imports' was ignored
1198[warn] bad option '-Ywarn-dead-code' was ignored
1199[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1200[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1201[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1202[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1203[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1204[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1205[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1206[warn] 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] 11 warnings found
1209[info] done compiling
1210[info] compiling 10 Scala sources to /build/repo/s3/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
1211[warn] bad option '-Ywarn-unused:imports' was ignored
1212[warn] bad option '-Ywarn-dead-code' was ignored
1213[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1214[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1215[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1216[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1217[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1218[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1219[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1220[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1221[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1222[warn] there was 1 deprecation warning; re-run with -deprecation for details
1223[warn] 12 warnings found
1224[info] done compiling
1225[info] compiling 4 Scala sources to /build/repo/aws-auth/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
1226[warn] bad option '-Ywarn-unused:imports' was ignored
1227[warn] bad option '-Ywarn-dead-code' was ignored
1228[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1229[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1230[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1231[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1232[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1233[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1234[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1235[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1236[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1237[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1238[warn] 12 warnings found
1239[info] done compiling
1240[info] compiling 4 Scala sources to /build/repo/s3/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
1241[warn] bad option '-Ywarn-unused:imports' was ignored
1242[warn] bad option '-Ywarn-dead-code' was ignored
1243[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1244[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1245[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1246[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1247[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1248[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1249[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1250[warn] 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] there were 14 deprecation warnings; re-run with -deprecation for details
1253[warn] 12 warnings found
1254[info] done compiling
1255Starting build for ProjectRef(file:/build/repo/,hdfs) (monix-hdfs)... [4/9]
1256Compile 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
1257[info] compiling 2 Scala sources to /build/repo/hdfs/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/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] 11 warnings found
1270[info] done compiling
1271Starting build for ProjectRef(file:/build/repo/,elasticsearch) (monix-elasticsearch)... [5/9]
1272Compile 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
1273[info] compiling 4 Scala sources to /build/repo/elasticsearch/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
1274[warn] bad option '-Ywarn-unused:imports' was ignored
1275[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1285[warn] there were 13 deprecation warnings; re-run with -deprecation for details
1286[warn] 12 warnings found
1287[info] done compiling
1288[info] compiling 1 Scala source to /build/repo/elasticsearch/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
1289[warn] bad option '-Ywarn-unused:imports' was ignored
1290[warn] bad option '-Ywarn-dead-code' was ignored
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] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1300[warn] 11 warnings found
1301[info] done compiling
1302Starting build for ProjectRef(file:/build/repo/,dynamodb) (monix-dynamodb)... [6/9]
1303Compile 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
1304[info] compiling 5 Scala sources to /build/repo/dynamodb/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
1305[warn] bad option '-Ywarn-unused:imports' was ignored
1306[warn] bad option '-Ywarn-dead-code' was ignored
1307[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1308[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1309[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1310[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1311[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1312[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1313[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1314[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1315[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1316[warn] 11 warnings found
1317[info] done compiling
1318[info] compiling 4 Scala sources to /build/repo/dynamodb/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
1319[warn] bad option '-Ywarn-unused:imports' was ignored
1320[warn] bad option '-Ywarn-dead-code' was ignored
1321[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1322[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1323[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1324[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1325[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1326[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1327[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1328[warn] 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] there were 2 deprecation warnings; re-run with -deprecation for details
1331[warn] 12 warnings found
1332[info] done compiling
1333Starting build for ProjectRef(file:/build/repo/,sqs) (monix-sqs)... [7/9]
1334Compile 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
1335[info] compiling 16 Scala sources to /build/repo/sqs/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/classes ...
1336[warn] bad option '-Ywarn-unused:imports' was ignored
1337[warn] bad option '-Ywarn-dead-code' was ignored
1338[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1339[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1340[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1341[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1342[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1343[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1344[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1345[warn] 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] 11 warnings found
1348[info] done compiling
1349[info] compiling 5 Scala sources to /build/repo/sqs/target/scala-3.8.1-RC1-bin-20251122-91351e3-NIGHTLY/test-classes ...
1350[warn] bad option '-Ywarn-unused:imports' was ignored
1351[warn] bad option '-Ywarn-dead-code' was ignored
1352[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1353[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1354[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1355[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1356[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1357[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1358[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
1359[warn] 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] -- Warning: /build/repo/sqs/src/test/scala/monix/connect/sqs/producer/MessageSpec.scala:45:53
1362[warn] 45 | val awsTraceHeader = Gen.option(genId).map(_.map(StringMessageAttribute)).sample.get
1363[warn] | ^^^^^^^^^^^^^^^^^^^^^^
1364[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `monix.connect.sqs.domain.StringMessageAttribute.apply` explicitly.
1365[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1366[warn] 13 warnings found
1367[info] done compiling
1368Starting build for ProjectRef(file:/build/repo/,aws-auth) (monix-aws-auth)... [8/9]
1369Compile 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
1370
1371************************
1372Build summary:
1373[{
1374 "module": "monix-gcs",
1375 "compile": {"status": "ok", "tookMs": 11602, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1376 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1377 "test-compile": {"status": "ok", "tookMs": 5795, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1378 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1379 "publish": {"status": "skipped", "tookMs": 0},
1380 "metadata": {
1381 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1382}
1383},{
1384 "module": "monix-redis",
1385 "compile": {"status": "ok", "tookMs": 5048, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1386 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1387 "test-compile": {"status": "ok", "tookMs": 2912, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1388 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1389 "publish": {"status": "skipped", "tookMs": 0},
1390 "metadata": {
1391 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1392}
1393},{
1394 "module": "monix-akka",
1395 "compile": {"status": "ok", "tookMs": 742, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
1396 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1397 "test-compile": {"status": "ok", "tookMs": 1832, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1398 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1399 "publish": {"status": "skipped", "tookMs": 0},
1400 "metadata": {
1401 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1402}
1403},{
1404 "module": "monix-s3",
1405 "compile": {"status": "ok", "tookMs": 3595, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1406 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1407 "test-compile": {"status": "ok", "tookMs": 4847, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1408 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1409 "publish": {"status": "skipped", "tookMs": 0},
1410 "metadata": {
1411 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1412}
1413},{
1414 "module": "monix-hdfs",
1415 "compile": {"status": "ok", "tookMs": 723, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1416 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1417 "test-compile": {"status": "ok", "tookMs": 320, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1418 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1419 "publish": {"status": "skipped", "tookMs": 0},
1420 "metadata": {
1421 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1422}
1423},{
1424 "module": "monix-elasticsearch",
1425 "compile": {"status": "ok", "tookMs": 1124, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1426 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1427 "test-compile": {"status": "ok", "tookMs": 756, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1428 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1429 "publish": {"status": "skipped", "tookMs": 0},
1430 "metadata": {
1431 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1432}
1433},{
1434 "module": "monix-dynamodb",
1435 "compile": {"status": "ok", "tookMs": 1096, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1436 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1437 "test-compile": {"status": "ok", "tookMs": 1605, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1438 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1439 "publish": {"status": "skipped", "tookMs": 0},
1440 "metadata": {
1441 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1442}
1443},{
1444 "module": "monix-sqs",
1445 "compile": {"status": "ok", "tookMs": 1390, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1446 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1447 "test-compile": {"status": "ok", "tookMs": 1652, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
1448 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1449 "publish": {"status": "skipped", "tookMs": 0},
1450 "metadata": {
1451 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1452}
1453},{
1454 "module": "monix-aws-auth",
1455 "compile": {"status": "ok", "tookMs": 123, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1456 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1457 "test-compile": {"status": "ok", "tookMs": 205, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1458 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1459 "publish": {"status": "skipped", "tookMs": 0},
1460 "metadata": {
1461 "crossScalaVersions": ["2.12.17", "2.13.8", "3.1.2"]
1462}
1463}]
1464************************
1465[success] Total time: 70 s (0:01:10.0), completed Nov 22, 2025, 3:00:40 PM
1466[0JChecking patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala...
1467Checking patch project/plugins.sbt...
1468Checking patch project/build.properties...
1469Checking patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala...
1470Checking patch build.sbt...
1471Checking patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala...
1472Applied patch s3/src/test/scala/monix.connect.s3/S3RequestBuilderSpec.scala cleanly.
1473Applied patch project/plugins.sbt cleanly.
1474Applied patch project/build.properties cleanly.
1475Applied patch dynamodb/src/test/scala/monix/connect/dynamodb/Fixture.scala cleanly.
1476Applied patch build.sbt cleanly.
1477Applied patch aws-auth/src/main/scala/monix/connect.aws.auth/MonixAwsConf.scala cleanly.