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