Build Logs

japgolly/univeq • 3.8.0-RC2:2025-11-28

Errors

0

Warnings

41

Total Lines

423

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
23Migrating project for -source:3.7 using Scala 3.7.4
24----
25Preparing build for 3.7.4
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"
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
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##################################
46Scala version: 3.7.4
47Targets: com.github.japgolly.univeq%univeq com.github.japgolly.univeq%univeq-cats
48Project 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>\""}]}
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
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"
68"++3.7.4 -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 """{"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"
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 5 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.733s.
83[warn] two feature warnings; re-run with -feature for details
84[warn] one warning found
85[info] done compiling
86/build/repo/scalafix.sbt:1: warning: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
87ThisBuild / scalafixScalaBinaryVersion := "2.13"
88 ^
89[info] loading settings for project root from build.sbt, release.sbt, scalafix.sbt, version.sbt...
90[info] set current project to root (in build file:/build/repo/)
91[warn] there's a key that's not used by any other settings/tasks:
92[warn]
93[warn] * ThisBuild / scalafixScalaBinaryVersion
94[warn] +- /build/repo/scalafix.sbt:1
95[warn]
96[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
97[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
98Execute setCrossScalaVersions: 3.7.4
99OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in catsJVM/crossScalaVersions
100OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in univEqJS/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in catsJS/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in univEqJVM/crossScalaVersions
103OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in root/crossScalaVersions
104[info] set current project to root (in build file:/build/repo/)
105[info] Setting Scala version to 3.7.4 on 5 projects.
106[info] Switching Scala version on:
107[info] univEqJVM (2.13.6, 3.7.4)
108[info] * root (2.13.6, 3.7.4)
109[info] univEqJS (2.13.6, 3.7.4)
110[info] catsJS (2.13.6, 3.7.4)
111[info] catsJVM (2.13.6, 3.7.4)
112[info] Excluding projects:
113[info] Reapplying settings...
114[info] set current project to root (in build file:/build/repo/)
115Execute 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
116[info] Reapplying settings...
117[info] set current project to root (in build file:/build/repo/)
118[info] Defining Global / credentials, catsJS / credentials and 3 others.
119[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 25 others.
120[info] Run `last` for details.
121[info] Reapplying settings...
122[info] set current project to root (in build file:/build/repo/)
123Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
124[info] Reapplying settings...
125OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
126
127 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
128 Did you mean allExcludeDependencies ?
129 , retry without global scopes
130[info] Reapplying settings...
131[info] set current project to root (in build file:/build/repo/)
132Execute removeScalacOptionsStartingWith: -P:wartremover
133[info] Reapplying settings...
134[info] set current project to root (in build file:/build/repo/)
135[success] Total time: 0 s, completed Nov 28, 2025, 3:07:29 PM
136Build 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>\""}]}
137Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
138Starting build...
139Projects: Set(univEqJVM, catsJVM)
140Starting build for ProjectRef(file:/build/repo/,univEqJVM) (univeq)... [0/2]
141OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
142OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
143OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
144OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
145OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
146OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
147OpenCB::Filter out '-new-syntax', matches setting pattern '^-?-new-syntax'
148Compile 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/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
149[info] compiling 6 Scala sources to /build/repo/univeq/jvm/target/scala-3.7.4/classes ...
150[warn] bad option '-Yindent-colons' was ignored
151[info] [patched file /build/repo/univeq/shared/src/main/scala-3/japgolly/univeq/UnivEq.scala]
152[warn] there was 1 deprecation warning; re-run with -deprecation for details
153[warn] two warnings found
154[info] done compiling
155[info] compiling 1 Scala source to /build/repo/univeq/jvm/target/scala-3.7.4/classes ...
156[warn] bad option '-Yindent-colons' was ignored
157[warn] one warning found
158[info] done compiling
159[info] compiling 6 Scala sources to /build/repo/univeq/jvm/target/scala-3.7.4/classes ...
160[warn] bad option '-Yindent-colons' was ignored
161[warn] there was 1 deprecation warning; re-run with -deprecation for details
162[warn] three warnings found
163[info] done compiling
164[info] compiling 9 Scala sources and 1 Java source to /build/repo/univeq/jvm/target/scala-3.7.4/test-classes ...
165[warn] bad option '-Yindent-colons' was ignored
166[info] [patched file /build/repo/univeq/shared/src/test/scala/japgolly/univeq/RuntimeTest.scala]
167[warn] there was 1 deprecation warning; re-run with -deprecation for details
168[warn] two warnings found
169[info] done compiling
170[info] compiling 1 Scala source to /build/repo/univeq/jvm/target/scala-3.7.4/test-classes ...
171[warn] bad option '-Yindent-colons' was ignored
172[warn] one warning found
173[info] done compiling
174Starting build for ProjectRef(file:/build/repo/,catsJVM) (univeq-cats)... [1/2]
175Compile 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/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
176[info] compiling 1 Scala source to /build/repo/univeq-cats/jvm/target/scala-3.7.4/classes ...
177[warn] bad option '-Yindent-colons' was ignored
178[warn] one warning found
179[info] done compiling
180
181************************
182Build summary:
183[{
184 "module": "univeq",
185 "compile": {"status": "ok", "tookMs": 6127, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
186 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
187 "test-compile": {"status": "ok", "tookMs": 6799, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
188 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
189 "publish": {"status": "skipped", "tookMs": 0},
190 "metadata": {
191 "crossScalaVersions": ["2.13.6", "3.0.1"]
192}
193},{
194 "module": "univeq-cats",
195 "compile": {"status": "ok", "tookMs": 583, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
196 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
197 "test-compile": {"status": "ok", "tookMs": 139, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
198 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
199 "publish": {"status": "skipped", "tookMs": 0},
200 "metadata": {
201 "crossScalaVersions": ["2.13.6", "3.0.1"]
202}
203}]
204************************
205[success] Total time: 25 s, completed Nov 28, 2025, 3:07:53 PM
206[0JChecking patch project/plugins.sbt...
207Checking patch project/build.properties...
208Checking patch project/Dependencies.scala...
209Checking patch build.sbt...
210Applied patch project/plugins.sbt cleanly.
211Applied patch project/build.properties cleanly.
212Applied patch project/Dependencies.scala cleanly.
213Applied patch build.sbt cleanly.
214Commit migration rewrites
215Switched to a new branch 'opencb/migrate-source-3.7'
216[opencb/migrate-source-3.7 7b9c63a] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
217 2 files changed, 2 insertions(+), 2 deletions(-)
218----
219Preparing build for 3.8.0-RC2
220Scala binary version found: 3.8
221Implicitly using source version 3.8
222Scala binary version found: 3.8
223Implicitly using source version 3.8
224Would try to apply common scalacOption (best-effort, sbt/mill only):
225Append: ,REQUIRE:-source:3.8
226Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
227
228Try apply source patch:
229Path: project/Dependencies.scala
230Pattern: val scala3 = "3.0.1"
231Replacement: val scala3 = "3.8.0-RC2"
232Successfully applied pattern 'val scala3 = "3.0.1"' in project/Dependencies.scala
233----
234Starting build for 3.8.0-RC2
235Execute tests: true
236sbt project found:
237Sbt version 1.5.5 is not supported, minimal supported version is 1.11.5
238Enforcing usage of sbt in version 1.11.5
239No prepare script found for project japgolly/univeq
240##################################
241Scala version: 3.8.0-RC2
242Targets: com.github.japgolly.univeq%univeq com.github.japgolly.univeq%univeq-cats
243Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.0.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
244##################################
245Using extra scalacOptions: ,REQUIRE:-source:3.8
246Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
247[sbt_options] declare -a sbt_options=()
248[process_args] java_version = '17'
249[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
250# Executing command line:
251java
252-Dfile.encoding=UTF-8
253-Dcommunitybuild.scala=3.8.0-RC2
254-Dcommunitybuild.project.dependencies.add=
255-Xmx7G
256-Xms4G
257-Xss8M
258-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
259-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
260-jar
261/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
262"setCrossScalaVersions 3.8.0-RC2"
263"++3.8.0-RC2 -v"
264"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
265"set every credentials := Nil"
266"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
267"removeScalacOptionsStartingWith -P:wartremover"
268
269moduleMappings
270"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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"
271
272[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
273[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
274[info] loading project definition from /build/repo/project
275[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
276[info] done compiling
277/build/repo/scalafix.sbt:1: warning: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
278ThisBuild / scalafixScalaBinaryVersion := "2.13"
279 ^
280[info] loading settings for project root from build.sbt, release.sbt, scalafix.sbt, version.sbt...
281[info] set current project to root (in build file:/build/repo/)
282[warn] there's a key that's not used by any other settings/tasks:
283[warn]
284[warn] * ThisBuild / scalafixScalaBinaryVersion
285[warn] +- /build/repo/scalafix.sbt:1
286[warn]
287[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
288[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
289Execute setCrossScalaVersions: 3.8.0-RC2
290OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in univEqJVM/crossScalaVersions
291OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in catsJS/crossScalaVersions
292OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
293OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in univEqJS/crossScalaVersions
294OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in catsJVM/crossScalaVersions
295[info] set current project to root (in build file:/build/repo/)
296[info] Setting Scala version to 3.8.0-RC2 on 5 projects.
297[info] Switching Scala version on:
298[info] univEqJVM (2.13.6, 3.8.0-RC2)
299[info] * root (2.13.6, 3.8.0-RC2)
300[info] univEqJS (2.13.6, 3.8.0-RC2)
301[info] catsJS (2.13.6, 3.8.0-RC2)
302[info] catsJVM (2.13.6, 3.8.0-RC2)
303[info] Excluding projects:
304[info] Reapplying settings...
305[info] set current project to root (in build file:/build/repo/)
306Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
307[info] Reapplying settings...
308[info] set current project to root (in build file:/build/repo/)
309[info] Defining Global / credentials, catsJS / credentials and 3 others.
310[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 25 others.
311[info] Run `last` for details.
312[info] Reapplying settings...
313[info] set current project to root (in build file:/build/repo/)
314Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
315[info] Reapplying settings...
316OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
317
318 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
319 Did you mean allExcludeDependencies ?
320 , retry without global scopes
321[info] Reapplying settings...
322[info] set current project to root (in build file:/build/repo/)
323Execute removeScalacOptionsStartingWith: -P:wartremover
324[info] Reapplying settings...
325[info] set current project to root (in build file:/build/repo/)
326[success] Total time: 0 s, completed Nov 28, 2025, 3:08:11 PM
327Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.0.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
328Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
329Starting build...
330Projects: Set(univEqJVM, catsJVM)
331Starting build for ProjectRef(file:/build/repo/,univEqJVM) (univeq)... [0/2]
332OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
333OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
334OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
335OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
336Compile 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
337[info] compiling 6 Scala sources to /build/repo/univeq/jvm/target/scala-3.8.0-RC2/classes ...
338[warn] bad option '-Yindent-colons' was ignored
339[warn] there was 1 deprecation warning; re-run with -deprecation for details
340[warn] two warnings found
341[info] done compiling
342[info] compiling 9 Scala sources and 1 Java source to /build/repo/univeq/jvm/target/scala-3.8.0-RC2/test-classes ...
343[warn] bad option '-Yindent-colons' was ignored
344[warn] there was 1 deprecation warning; re-run with -deprecation for details
345[warn] two warnings found
346[info] done compiling
347-------------------------------- Running Tests --------------------------------
348+ japgolly.univeq.BytecodeTest.testByte 275ms
349+ japgolly.univeq.BytecodeTest.testChar 3ms
350+ japgolly.univeq.BytecodeTest.testShort 5ms
351+ japgolly.univeq.BytecodeTest.testInt 4ms
352+ japgolly.univeq.BytecodeTest.testLong 4ms
353+ japgolly.univeq.BytecodeTest.testFloat 4ms
354+ japgolly.univeq.BytecodeTest.testDouble 3ms
355+ japgolly.univeq.BytecodeTest.testBoolean 3ms
356-------------------------------- Running Tests --------------------------------
357+ japgolly.univeq.JvmRuntimeTest.enum 6ms
358-------------------------------- Running Tests --------------------------------
359+ japgolly.univeq.RuntimeTest.scala.unit 6ms
360+ japgolly.univeq.RuntimeTest.scala.long 1ms
361+ japgolly.univeq.RuntimeTest.scala.int 0ms
362+ japgolly.univeq.RuntimeTest.scala.short 0ms
363+ japgolly.univeq.RuntimeTest.scala.byte 0ms
364+ japgolly.univeq.RuntimeTest.scala.char 0ms
365+ japgolly.univeq.RuntimeTest.scala.boolean 0ms
366+ japgolly.univeq.RuntimeTest.scala.string 0ms
367+ japgolly.univeq.RuntimeTest.scala.option 0ms
368+ japgolly.univeq.RuntimeTest.scala.enum 1ms
369+ japgolly.univeq.RuntimeTest.java.class 4ms
370+ japgolly.univeq.RuntimeTest.java.class_ 0ms
371+ japgolly.univeq.RuntimeTest.derived 0ms
372+ japgolly.univeq.RuntimeTest.ops 0ms
373+ japgolly.univeq.RuntimeTest.force.Byte 3ms
374+ japgolly.univeq.RuntimeTest.force.Char 0ms
375+ japgolly.univeq.RuntimeTest.force.Short 0ms
376+ japgolly.univeq.RuntimeTest.force.Int 0ms
377+ japgolly.univeq.RuntimeTest.force.Long 2ms
378+ japgolly.univeq.RuntimeTest.force.Float 0ms
379+ japgolly.univeq.RuntimeTest.force.Double 0ms
380+ japgolly.univeq.RuntimeTest.force.Boolean 0ms
381+ japgolly.univeq.RuntimeTest.force.String 0ms
382+ japgolly.univeq.RuntimeTest.force.CC 0ms
383+ japgolly.univeq.RuntimeTest.force.Unit 0ms
384Starting build for ProjectRef(file:/build/repo/,catsJVM) (univeq-cats)... [1/2]
385Compile 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
386[info] compiling 1 Scala source to /build/repo/univeq-cats/jvm/target/scala-3.8.0-RC2/classes ...
387[warn] bad option '-Yindent-colons' was ignored
388[warn] one warning found
389[info] done compiling
390
391************************
392Build summary:
393[{
394 "module": "univeq",
395 "compile": {"status": "ok", "tookMs": 8051, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
396 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
397 "test-compile": {"status": "ok", "tookMs": 6022, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
398 "test": {"status": "ok", "tookMs": 1117, "passed": 34, "failed": 0, "ignored": 0, "skipped": 0, "total": 34, "byFramework": [{"framework": "unknown", "stats": {"passed": 34, "failed": 0, "ignored": 0, "skipped": 0, "total": 34}}]},
399 "publish": {"status": "skipped", "tookMs": 0},
400 "metadata": {
401 "crossScalaVersions": ["2.13.6", "3.0.1"]
402}
403},{
404 "module": "univeq-cats",
405 "compile": {"status": "ok", "tookMs": 861, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
406 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
407 "test-compile": {"status": "ok", "tookMs": 157, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
408 "test": {"status": "ok", "tookMs": 148, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
409 "publish": {"status": "skipped", "tookMs": 0},
410 "metadata": {
411 "crossScalaVersions": ["2.13.6", "3.0.1"]
412}
413}]
414************************
415[success] Total time: 24 s, completed Nov 28, 2025, 3:08:35 PM
416[0JChecking patch project/plugins.sbt...
417Checking patch project/build.properties...
418Checking patch project/Dependencies.scala...
419Checking patch build.sbt...
420Applied patch project/plugins.sbt cleanly.
421Applied patch project/build.properties cleanly.
422Applied patch project/Dependencies.scala cleanly.
423Applied patch build.sbt cleanly.