Build Logs

monix/monix-bio • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY

Errors

0

Warnings

42

Total Lines

273

1##################################
2Clonning https://github.com/monix/monix-bio.git into /build/repo using revision v1.2.0
3##################################
4Note: switching to '471cbe3ecf13687c2c57b1e64b02818684ac2165'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
32Execute tests: false
33sbt project found:
34Sbt version 1.5.2 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project monix/monix-bio
37/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
38##################################
39Scala version: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
40Targets: io.monix%monix-bio
41Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
42##################################
43Using extra scalacOptions: ,REQUIRE:-source:3.8
44Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
45[sbt_options] declare -a sbt_options=()
46[process_args] java_version = '17'
47[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
48# Executing command line:
49java
50-Dfile.encoding=UTF-8
51-Dcommunitybuild.scala=3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
58-jar
59/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
60"setCrossScalaVersions 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY"
61"++3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY -v"
62"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
63"set every credentials := Nil"
64"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
65"removeScalacOptionsStartingWith -P:wartremover"
66
67moduleMappings
68"runBuild 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" io.monix%monix-bio"
69
70[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
71[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
72[info] loading project definition from /build/repo/project
73[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
74[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
75[info] Compilation completed in 8.697s.
76[info] done compiling
77/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
78 unmanagedSourceDirectories in FullTracingTest += {
79 ^
80/build/repo/build.sbt:92: 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
81 test in Test := (test in Test).dependsOn(test in FullTracingTest).value,
82 ^
83/build/repo/build.sbt:92: 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
84 test in Test := (test in Test).dependsOn(test in FullTracingTest).value,
85 ^
86/build/repo/build.sbt:92: 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
87 test in Test := (test in Test).dependsOn(test in FullTracingTest).value,
88 ^
89/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
90 fork in Test := true,
91 ^
92/build/repo/build.sbt:94: 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
93 fork in FullTracingTest := true,
94 ^
95/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
96 javaOptions in Test ++= Seq(
97 ^
98/build/repo/build.sbt:99: 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
99 javaOptions in FullTracingTest ++= Seq(
100 ^
101/build/repo/build.sbt:108: 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
102 unidocProjectFilter in (ScalaUnidoc, unidoc) := inProjects(coreJVM),
103 ^
104/build/repo/build.sbt:109: 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
105 target in (ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
106 ^
107/build/repo/build.sbt:109: 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
108 target in (ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
109 ^
110/build/repo/build.sbt:110: 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
111 cleanFiles += (target in (ScalaUnidoc, unidoc)).value,
112 ^
113/build/repo/build.sbt:112: 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
114 .dependsOn(unidoc in Compile)
115 ^
116/build/repo/build.sbt:113: 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
117 .dependsOn(updateSiteVariables in ThisBuild)
118 ^
119/build/repo/build.sbt:117: 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
120 .dependsOn(unidoc in Compile)
121 ^
122/build/repo/build.sbt:118: 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
123 .dependsOn(updateSiteVariables in ThisBuild)
124 ^
125/build/repo/build.sbt:120: 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
126 scalacOptions in (ScalaUnidoc, unidoc) ++= Seq(
127 ^
128/build/repo/build.sbt:122: 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
129 "-sourcepath", baseDirectory.in(LocalRootProject).value.getAbsolutePath,
130 ^
131/build/repo/build.sbt:128: 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
132 sources in (Compile, doc) ~= (_ filterNot { file =>
133 ^
134/build/repo/build.sbt:175: 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
135 publishArtifact in (Compile, packageDoc) := false,
136 ^
137/build/repo/build.sbt:176: 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
138 publishArtifact in (Compile, packageSrc) := false,
139 ^
140/build/repo/build.sbt:177: 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
141 publishArtifact in (Compile, packageBin) := false
142 ^
143/build/repo/build.sbt:259: 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
144 scalacOptions in (Compile, doc) ~= (_ filterNot (_ == "-Xfatal-warnings")),
145 ^
146/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
147 val cp: Seq[Attributed[File]] = (fullClasspath in Compile).value
148 ^
149/build/repo/build.sbt:298: 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
150 scalacOptions in ThisBuild ++= Seq(
151 ^
152/build/repo/build.sbt:309: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
153 resolvers += Resolver.sonatypeCentralSnapshots
154
155 Resolver.sonatypeRepo("releases")
156 ^
157/build/repo/build.sbt:319: 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
158 publishArtifact in Test := false,
159 ^
160/build/repo/build.sbt:348: 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 unmanagedSourceDirectories in Compile += {
162 ^
163/build/repo/build.sbt:351: 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 unmanagedSourceDirectories in Test += {
165 ^
166/build/repo/build.sbt:379: 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 val l = (baseDirectory in LocalRootProject).value.toURI.toString
168 ^
169/build/repo/build.sbt:403: 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 skip in publish := true,
171 ^
172/build/repo/build.sbt:141: 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
173updateSiteVariables in ThisBuild := {
174 ^
175/build/repo/build.sbt:151: 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 val minorVersions = (crossScalaVersions in coreJVM).value.map(minorVersion)
177 ^
178/build/repo/build.sbt:148: 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 "coreModuleName" -> (moduleName in coreJVM).value,
180 ^
181/build/repo/build.sbt:147: 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 "organization" -> (organization in LocalRootProject).value,
183 ^
184/build/repo/build.sbt:143: 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 (baseDirectory in LocalRootProject).value / "website" / "variables.js"
186 ^
187/build/repo/build.sbt:391: 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
188mimaFailOnNoPrevious in ThisBuild := false
189 ^
190/build/repo/build.sbt:413: 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
191git.baseVersion := (version in ThisBuild).value
192 ^
193[info] loading settings for project monix-bio from build.sbt...
194[info] set current project to monix-bio (in build file:/build/repo/)
195Execute setCrossScalaVersions: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
196OpenCB::Changing crossVersion 3.0.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in tracingTests/crossScalaVersions
197OpenCB::Changing crossVersion 3.0.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in coreJVM/crossScalaVersions
198OpenCB::Changing crossVersion 3.0.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in benchmarks/crossScalaVersions
199OpenCB::Changing crossVersion 3.0.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in coreJS/crossScalaVersions
200OpenCB::Changing crossVersion 3.0.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in monix-bio/crossScalaVersions
201[info] set current project to monix-bio (in build file:/build/repo/)
202[info] Setting Scala version to 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY on 5 projects.
203[info] Switching Scala version on:
204[info] benchmarks (2.12.13, 2.13.5, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
205[info] tracingTests (2.12.13, 2.13.5, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
206[info] coreJS (2.12.13, 2.13.5, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
207[info] coreJVM (2.12.13, 2.13.5, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
208[info] * monix-bio (2.12.13, 2.13.5, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
209[info] Excluding projects:
210[info] docs (2.13.5)
211[info] Reapplying settings...
212[info] set current project to monix-bio (in build file:/build/repo/)
213Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
214[info] Reapplying settings...
215[info] set current project to monix-bio (in build file:/build/repo/)
216[info] Defining Global / credentials, benchmarks / credentials and 4 others.
217[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 29 others.
218[info] Run `last` for details.
219[info] Reapplying settings...
220[info] set current project to monix-bio (in build file:/build/repo/)
221Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
222[info] Reapplying settings...
223OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
224
225 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
226 Did you mean tracingTests / allExcludeDependencies ?
227 , retry without global scopes
228[info] Reapplying settings...
229[info] set current project to monix-bio (in build file:/build/repo/)
230Execute removeScalacOptionsStartingWith: -P:wartremover
231[info] Reapplying settings...
232[info] set current project to monix-bio (in build file:/build/repo/)
233[success] Total time: 0 s, completed Nov 15, 2025, 1:53:38 AM
234Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
235Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
236Starting build...
237Projects: Set(coreJVM)
238Starting build for ProjectRef(file:/build/repo/,coreJVM) (monix-bio)... [0/1]
239OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
240OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
241OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
242OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
243Compile scalacOptions: -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, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
244[info] compiling 69 Scala sources and 1 Java source to /build/repo/core/jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
245[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
246[warn] one warning found
247[info] done compiling
248[info] compiling 80 Scala sources to /build/repo/core/jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
249[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
250[warn] one warning found
251[info] done compiling
252
253************************
254Build summary:
255[{
256 "module": "monix-bio",
257 "compile": {"status": "ok", "tookMs": 19838, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
258 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
259 "test-compile": {"status": "ok", "tookMs": 33872, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
260 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
261 "publish": {"status": "skipped", "tookMs": 0},
262 "metadata": {
263 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
264}
265}]
266************************
267[success] Total time: 69 s (0:01:09.0), completed Nov 15, 2025, 1:54:47 AM
268[0JChecking patch project/plugins.sbt...
269Checking patch project/build.properties...
270Checking patch build.sbt...
271Applied patch project/plugins.sbt cleanly.
272Applied patch project/build.properties cleanly.
273Applied patch build.sbt cleanly.