Build Logs

saucam/shiva • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY

Errors

0

Warnings

38

Total Lines

370

1##################################
2Clonning https://github.com/saucam/shiva.git into /build/repo using revision v0.1.1
3##################################
4Note: switching to '65fba05714e3b0c972335e1b050a7c1022d3cb94'.
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.7 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.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: project/BuildHelper.scala
31Pattern: val ScalaDotty: String = versions("3.2")
32Replacement: val ScalaDotty: String = "3.7.4-RC2"
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern 'val ScalaDotty: String = versions("3.2")' in project/BuildHelper.scala
37----
38Starting build for 3.7.4-RC2
39Execute tests: false
40sbt project found:
41Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
42Enforcing usage of sbt in version 1.11.5
43No prepare script found for project saucam/shiva
44/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
45##################################
46Scala version: 3.7.4-RC2
47Targets: io.github.saucam%shiva-core
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val ScalaDotty: String = versions(\"3.2\")","replaceWith":"val ScalaDotty: String = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
51Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '17'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
55# Executing command line:
56java
57-Dfile.encoding=UTF-8
58-Dcommunitybuild.scala=3.7.4-RC2
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.7.4-RC2"
68"++3.7.4-RC2 -v"
69"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val ScalaDotty: String = versions(\"3.2\")","replaceWith":"val ScalaDotty: String = \"<SCALA_VERSION>\""}]}""" io.github.saucam%shiva-core"
76
77[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
78[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
79[info] loading project definition from /build/repo/project
80[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
81[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
82[info] Compilation completed in 8.132s.
83[warn] /build/repo/project/BuildHelper.scala:132:19: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
84[warn] ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
85[warn] ^
86[warn] one warning found
87[info] done compiling
88/build/repo/build.sbt:49: 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
89 target in(ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
90 ^
91/build/repo/build.sbt:49: 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
92 target in(ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
93 ^
94/build/repo/build.sbt:51: 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
95 cleanFiles += (target in(unidoc)).value
96 ^
97/build/repo/build.sbt:80: 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
98 unidocProjectFilter in(ScalaUnidoc, unidoc) := inProjects(core),
99 ^
100/build/repo/build.sbt:81: 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
101 target in(ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
102 ^
103/build/repo/build.sbt:81: 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
104 target in(ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
105 ^
106/build/repo/build.sbt:82: 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
107 cleanFiles += (target in(ScalaUnidoc, unidoc)).value,
108 ^
109/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
110 docusaurusCreateSite := docusaurusCreateSite.dependsOn(unidoc in (core, Compile)).value,
111 ^
112=== [VERSION] Found a .shiva.scala.version file but was empty. Skipping ===
113=== [VERSION] No version from sys-props or file, defaulting to 3.7.4-RC2 ===
114[info] loading settings for project root from build.sbt...
115[info] set current project to shiva (in build file:/build/repo/)
116[warn] there's a key that's not used by any other settings/tasks:
117[warn]
118[warn] * ThisBuild / scalafixScalaBinaryVersion
119[warn] +- /build/repo/project/BuildHelper.scala:132
120[warn]
121[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
122[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
123Execute setCrossScalaVersions: 3.7.4-RC2
124OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in core/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in docs/crossScalaVersions
126OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in root/crossScalaVersions
127OpenCB::Limitting incorrect crossVersions List(2.13.10) -> List(3.7.4-RC2) in root/crossScalaVersions
128[info] set current project to shiva (in build file:/build/repo/)
129[info] Setting Scala version to 3.7.4-RC2 on 3 projects.
130[info] Switching Scala version on:
131[info] * root (3.7.4-RC2)
132[info] core (2.13.10, 3.7.4-RC2)
133[info] docs (2.13.10, 3.7.4-RC2)
134[info] Excluding projects:
135[info] Reapplying settings...
136[info] set current project to shiva (in build file:/build/repo/)
137Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
138[info] Reapplying settings...
139[info] set current project to shiva (in build file:/build/repo/)
140[info] Defining Global / credentials, core / credentials and 1 others.
141[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 15 others.
142[info] Run `last` for details.
143[info] Reapplying settings...
144[info] set current project to shiva (in build file:/build/repo/)
145Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
146[info] Reapplying settings...
147OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
148
149 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
150 Did you mean allExcludeDependencies ?
151 , retry without global scopes
152[info] Reapplying settings...
153[info] set current project to shiva (in build file:/build/repo/)
154Execute removeScalacOptionsStartingWith: -P:wartremover
155[info] Reapplying settings...
156[info] set current project to shiva (in build file:/build/repo/)
157[success] Total time: 0 s, completed Nov 15, 2025, 12:35:13 AM
158Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val ScalaDotty: String = versions(\"3.2\")","replaceWith":"val ScalaDotty: String = \"<SCALA_VERSION>\""}]}
159Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
160Starting build...
161Projects: Set(core)
162Starting build for ProjectRef(file:/build/repo/,core) (shiva-core)... [0/1]
163OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
164OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
165Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Xignore-scala2-macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
166[info] compiling 10 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
167[info] [patched file /build/repo/core/src/main/scala/io/github/saucam/shiva/hnsw/HnswIndex.scala]
168[info] done compiling
169[info] compiling 1 Scala source to /build/repo/core/target/scala-3.7.4-RC2/classes ...
170[info] done compiling
171[info] compiling 2 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/test-classes ...
172[info] done compiling
173
174************************
175Build summary:
176[{
177 "module": "shiva-core",
178 "compile": {"status": "ok", "tookMs": 9456, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
179 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
180 "test-compile": {"status": "ok", "tookMs": 4077, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
181 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
182 "publish": {"status": "skipped", "tookMs": 0},
183 "metadata": {
184 "crossScalaVersions": ["2.13.10"]
185}
186}]
187************************
188[success] Total time: 35 s, completed Nov 15, 2025, 12:35:48 AM
189[0JChecking patch project/plugins.sbt...
190Checking patch project/build.properties...
191Checking patch project/BuildHelper.scala...
192Checking patch build.sbt...
193Applied patch project/plugins.sbt cleanly.
194Applied patch project/build.properties cleanly.
195Applied patch project/BuildHelper.scala cleanly.
196Applied patch build.sbt cleanly.
197Commit migration rewrites
198Switched to a new branch 'opencb/migrate-source-3.7'
199[opencb/migrate-source-3.7 9910ed8] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4-RC2
200 1 file changed, 7 insertions(+), 7 deletions(-)
201----
202Preparing build for 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
203Scala binary version found: 3.8
204Implicitly using source version 3.8
205Scala binary version found: 3.8
206Implicitly using source version 3.8
207Would try to apply common scalacOption (best-effort, sbt/mill only):
208Append: ,REQUIRE:-source:3.8
209Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
210
211Try apply source patch:
212Path: project/BuildHelper.scala
213Pattern: val ScalaDotty: String = versions("3.2")
214Replacement: val ScalaDotty: String = "3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY"
215Successfully applied pattern 'val ScalaDotty: String = versions("3.2")' in project/BuildHelper.scala
216----
217Starting build for 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
218Execute tests: false
219sbt project found:
220Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
221Enforcing usage of sbt in version 1.11.5
222No prepare script found for project saucam/shiva
223/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
224##################################
225Scala version: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
226Targets: io.github.saucam%shiva-core
227Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val ScalaDotty: String = versions(\"3.2\")","replaceWith":"val ScalaDotty: String = \"<SCALA_VERSION>\""}]}
228##################################
229Using extra scalacOptions: ,REQUIRE:-source:3.8
230Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
231[sbt_options] declare -a sbt_options=()
232[process_args] java_version = '17'
233[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
234# Executing command line:
235java
236-Dfile.encoding=UTF-8
237-Dcommunitybuild.scala=3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
238-Dcommunitybuild.project.dependencies.add=
239-Xmx7G
240-Xms4G
241-Xss8M
242-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
243-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
244-jar
245/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
246"setCrossScalaVersions 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY"
247"++3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY -v"
248"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
249"set every credentials := Nil"
250"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
251"removeScalacOptionsStartingWith -P:wartremover"
252
253moduleMappings
254"runBuild 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val ScalaDotty: String = versions(\"3.2\")","replaceWith":"val ScalaDotty: String = \"<SCALA_VERSION>\""}]}""" io.github.saucam%shiva-core"
255
256[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
257[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
258[info] loading project definition from /build/repo/project
259[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
260[warn] /build/repo/project/BuildHelper.scala:132:19: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
261[warn] ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
262[warn] ^
263[warn] one warning found
264[info] done compiling
265/build/repo/build.sbt:49: 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
266 target in(ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
267 ^
268/build/repo/build.sbt:49: 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
269 target in(ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
270 ^
271/build/repo/build.sbt:51: 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
272 cleanFiles += (target in(unidoc)).value
273 ^
274/build/repo/build.sbt:80: 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
275 unidocProjectFilter in(ScalaUnidoc, unidoc) := inProjects(core),
276 ^
277/build/repo/build.sbt:81: 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
278 target in(ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
279 ^
280/build/repo/build.sbt:81: 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
281 target in(ScalaUnidoc, unidoc) := (baseDirectory in LocalRootProject).value / "website" / "static" / "api",
282 ^
283/build/repo/build.sbt:82: 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
284 cleanFiles += (target in(ScalaUnidoc, unidoc)).value,
285 ^
286/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
287 docusaurusCreateSite := docusaurusCreateSite.dependsOn(unidoc in (core, Compile)).value,
288 ^
289=== [VERSION] Found a .shiva.scala.version file but was empty. Skipping ===
290=== [VERSION] No version from sys-props or file, defaulting to 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY ===
291[info] loading settings for project root from build.sbt...
292[info] set current project to shiva (in build file:/build/repo/)
293[warn] there's a key that's not used by any other settings/tasks:
294[warn]
295[warn] * ThisBuild / scalafixScalaBinaryVersion
296[warn] +- /build/repo/project/BuildHelper.scala:132
297[warn]
298[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
299[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
300Execute setCrossScalaVersions: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
301OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in core/crossScalaVersions
302OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in docs/crossScalaVersions
303OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in root/crossScalaVersions
304OpenCB::Limitting incorrect crossVersions List(2.13.10) -> List(3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY) in root/crossScalaVersions
305[info] set current project to shiva (in build file:/build/repo/)
306[info] Setting Scala version to 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY on 3 projects.
307[info] Switching Scala version on:
308[info] * root (3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
309[info] core (2.13.10, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
310[info] docs (2.13.10, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
311[info] Excluding projects:
312[info] Reapplying settings...
313[info] set current project to shiva (in build file:/build/repo/)
314Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
315[info] Reapplying settings...
316[info] set current project to shiva (in build file:/build/repo/)
317[info] Defining Global / credentials, core / credentials and 1 others.
318[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 15 others.
319[info] Run `last` for details.
320[info] Reapplying settings...
321[info] set current project to shiva (in build file:/build/repo/)
322Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
323[info] Reapplying settings...
324OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
325
326 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
327 Did you mean allExcludeDependencies ?
328 , retry without global scopes
329[info] Reapplying settings...
330[info] set current project to shiva (in build file:/build/repo/)
331Execute removeScalacOptionsStartingWith: -P:wartremover
332[info] Reapplying settings...
333[info] set current project to shiva (in build file:/build/repo/)
334[success] Total time: 0 s, completed Nov 15, 2025, 12:36:07 AM
335Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val ScalaDotty: String = versions(\"3.2\")","replaceWith":"val ScalaDotty: String = \"<SCALA_VERSION>\""}]}
336Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
337Starting build...
338Projects: Set(core)
339Starting build for ProjectRef(file:/build/repo/,core) (shiva-core)... [0/1]
340OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
341OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
342Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Xignore-scala2-macros, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
343[info] compiling 10 Scala sources to /build/repo/core/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
344[info] done compiling
345[info] compiling 2 Scala sources to /build/repo/core/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
346[info] done compiling
347
348************************
349Build summary:
350[{
351 "module": "shiva-core",
352 "compile": {"status": "ok", "tookMs": 11533, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
353 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
354 "test-compile": {"status": "ok", "tookMs": 3418, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
355 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
356 "publish": {"status": "skipped", "tookMs": 0},
357 "metadata": {
358 "crossScalaVersions": ["2.13.10"]
359}
360}]
361************************
362[success] Total time: 23 s, completed Nov 15, 2025, 12:36:29 AM
363[0JChecking patch project/plugins.sbt...
364Checking patch project/build.properties...
365Checking patch project/BuildHelper.scala...
366Checking patch build.sbt...
367Applied patch project/plugins.sbt cleanly.
368Applied patch project/build.properties cleanly.
369Applied patch project/BuildHelper.scala cleanly.
370Applied patch build.sbt cleanly.