Build Logs
vigoo/clipp • 3.8.0-RC3:2025-12-04
Errors
1
Warnings
61
Total Lines
400
1##################################
2Clonning https://github.com/vigoo/clipp.git into /build/repo using revision v0.6.8
3##################################
4Note: switching to '746ccffac14fd4f025c3955a778410c1ce06db7e'.
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.1.2
22----
23Preparing build for 3.8.0-RC3
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val scala3 = "3.1.2"
35Replacement: val scala3 = "3.8.0-RC3"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.1.2"' in build.sbt
40----
41Starting build for 3.8.0-RC3
42Execute tests: true
43sbt project found:
44Sbt version 1.6.2 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project vigoo/clipp
47##################################
48Scala version: 3.8.0-RC3
49Targets: io.github.vigoo%clipp-cats-effect io.github.vigoo%clipp-cats-effect3 io.github.vigoo%clipp-core io.github.vigoo%clipp-zio io.github.vigoo%clipp-zio-2
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.0-RC3
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.0-RC3"
70"++3.8.0-RC3 -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.github.vigoo%clipp-cats-effect io.github.vigoo%clipp-cats-effect3 io.github.vigoo%clipp-core io.github.vigoo%clipp-zio io.github.vigoo%clipp-zio-2"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 8.761s.
85[info] done compiling
86/build/repo/build.sbt:38: 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 coverageEnabled in(Test, compile) := true,
88 ^
89/build/repo/build.sbt:39: 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 coverageEnabled in(Compile, compile) := false,
91 ^
92/build/repo/build.sbt:149: 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 siteSubdirName in ScalaUnidoc := "api",
94 ^
95/build/repo/build.sbt:150: 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 addMappingsToSiteDir(mappings in(ScalaUnidoc, packageDoc), siteSubdirName in ScalaUnidoc),
97 ^
98/build/repo/build.sbt:150: 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 addMappingsToSiteDir(mappings in(ScalaUnidoc, packageDoc), siteSubdirName in ScalaUnidoc),
100 ^
101/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
102 unidocProjectFilter in(ScalaUnidoc, unidoc) := inProjects(
103 ^
104/build/repo/build.sbt:181: 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 includeFilter in makeSite := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.swf" | "*.txt" | "*.xml" | "*.svg",
106 ^
107/build/repo/build.sbt:6: 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
108dynverSonatypeSnapshots in ThisBuild := true
109 ^
110[info] loading settings for project clipp from build.sbt...
111[info] set current project to clipp (in build file:/build/repo/)
112[warn] there are 14 keys that are not used by any other settings/tasks:
113[warn]
114[warn] * clipp / Compile / compile / coverageEnabled
115[warn] +- /build/repo/build.sbt:39
116[warn] * clipp / Test / compile / coverageEnabled
117[warn] +- /build/repo/build.sbt:38
118[warn] * clipp-cats-effect / Compile / compile / coverageEnabled
119[warn] +- /build/repo/build.sbt:39
120[warn] * clipp-cats-effect / Test / compile / coverageEnabled
121[warn] +- /build/repo/build.sbt:38
122[warn] * clipp-cats-effect3 / Compile / compile / coverageEnabled
123[warn] +- /build/repo/build.sbt:39
124[warn] * clipp-cats-effect3 / Test / compile / coverageEnabled
125[warn] +- /build/repo/build.sbt:38
126[warn] * clipp-core / Compile / compile / coverageEnabled
127[warn] +- /build/repo/build.sbt:39
128[warn] * clipp-core / Test / compile / coverageEnabled
129[warn] +- /build/repo/build.sbt:38
130[warn] * clipp-zio / Compile / compile / coverageEnabled
131[warn] +- /build/repo/build.sbt:39
132[warn] * clipp-zio / Test / compile / coverageEnabled
133[warn] +- /build/repo/build.sbt:38
134[warn] * clipp-zio-2 / Compile / compile / coverageEnabled
135[warn] +- /build/repo/build.sbt:39
136[warn] * clipp-zio-2 / Test / compile / coverageEnabled
137[warn] +- /build/repo/build.sbt:38
138[warn] * docs / Compile / compile / coverageEnabled
139[warn] +- /build/repo/build.sbt:39
140[warn] * docs / Test / compile / coverageEnabled
141[warn] +- /build/repo/build.sbt:38
142[warn]
143[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
144[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
145Execute setCrossScalaVersions: 3.8.0-RC3
146OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in clipp-zio-2/crossScalaVersions
147OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in clipp-core/crossScalaVersions
148OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in clipp/crossScalaVersions
149OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in clipp-zio/crossScalaVersions
150OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in docs/crossScalaVersions
151OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in clipp-cats-effect/crossScalaVersions
152OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in clipp-cats-effect3/crossScalaVersions
153[info] set current project to clipp (in build file:/build/repo/)
154[info] Setting Scala version to 3.8.0-RC3 on 7 projects.
155[info] Switching Scala version on:
156[info] clipp-core (2.12.15, 2.13.8, 3.8.0-RC3)
157[info] * clipp (2.12.15, 2.13.8, 3.8.0-RC3)
158[info] docs (2.12.15, 2.13.8, 3.8.0-RC3)
159[info] clipp-zio (2.12.15, 2.13.8, 3.8.0-RC3)
160[info] clipp-zio-2 (2.12.15, 2.13.8, 3.8.0-RC3)
161[info] clipp-cats-effect (2.12.15, 2.13.8, 3.8.0-RC3)
162[info] clipp-cats-effect3 (2.12.15, 2.13.8, 3.8.0-RC3)
163[info] Excluding projects:
164[info] Reapplying settings...
165[info] set current project to clipp (in build file:/build/repo/)
166Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
167[info] Reapplying settings...
168[info] set current project to clipp (in build file:/build/repo/)
169[info] Defining Global / credentials, clipp-cats-effect / credentials and 5 others.
170[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 34 others.
171[info] Run `last` for details.
172[info] Reapplying settings...
173[info] set current project to clipp (in build file:/build/repo/)
174Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
175[info] Reapplying settings...
176OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
177
178 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
179 Did you mean clipp-cats-effect / allExcludeDependencies ?
180 , retry without global scopes
181[info] Reapplying settings...
182[info] set current project to clipp (in build file:/build/repo/)
183Execute removeScalacOptionsStartingWith: -P:wartremover
184[info] Reapplying settings...
185[info] set current project to clipp (in build file:/build/repo/)
186[success] Total time: 0 s, completed Dec 4, 2025, 2:49:56 PM
187Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
188Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
189Starting build...
190Projects: Set(clipp-core, clipp-zio, clipp-zio-2, clipp-cats-effect, clipp-cats-effect3)
191Starting build for ProjectRef(file:/build/repo/,clipp-cats-effect3) (clipp-cats-effect3)... [0/5]
192OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
193OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
194Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
195[info] compiling 14 Scala sources to /build/repo/clipp-core/target/scala-3.8.0-RC3/classes ...
196[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
197[warn] one warning found
198[info] done compiling
199[info] compiling 1 Scala source to /build/repo/clipp-cats-effect3/target/scala-3.8.0-RC3/classes ...
200[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
201[warn] one warning found
202[info] done compiling
203[info] compiling 1 Scala source to /build/repo/clipp-cats-effect3/target/scala-3.8.0-RC3/test-classes ...
204[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
205[warn] one warning found
206[info] done compiling
207[info] + Cats Effect 3 interface
208[info] + successfully parse
209[info] + fail on bad spec
210[info] + fail or print succeeds
211[info] + liftEffect arbitrary effects to the parser
212[info] + success
213[info] + failure
214[info] Ran 5 tests in 953 ms: 5 succeeded, 0 ignored, 0 failed
215Starting build for ProjectRef(file:/build/repo/,clipp-cats-effect) (clipp-cats-effect)... [1/5]
216Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
217[info] compiling 1 Scala source to /build/repo/clipp-cats-effect/target/scala-3.8.0-RC3/classes ...
218[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
219[warn] one warning found
220[info] done compiling
221[info] compiling 1 Scala source to /build/repo/clipp-cats-effect/target/scala-3.8.0-RC3/test-classes ...
222[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
223[warn] one warning found
224[info] done compiling
225[info] + Cats Effect interface
226[info] + successfully parse
227[info] + fail on bad spec
228[info] + fail or print succeeds
229[info] + liftEffect arbitrary effects to the parser
230[info] + success
231[info] + failure
232[info] Ran 5 tests in 868 ms: 5 succeeded, 0 ignored, 0 failed
233Starting build for ProjectRef(file:/build/repo/,clipp-zio-2) (clipp-zio-2)... [2/5]
234Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
235[info] compiling 1 Scala source to /build/repo/clipp-zio-2/target/scala-3.8.0-RC3/classes ...
236[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
237[warn] one warning found
238[info] done compiling
239[info] compiling 1 Scala source to /build/repo/clipp-zio-2/target/scala-3.8.0-RC3/test-classes ...
240[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
241[warn] one warning found
242[info] done compiling
243+ ZIO interface
244Unknown parameter x
245 + successfully parse
246 + can be used with return values
247 + fail on bad spec
248 + liftEffect
249 + fail or print succeeds
250 + success
251 + failure
252 + can provide as layer
253Starting build for ProjectRef(file:/build/repo/,clipp-zio) (clipp-zio)... [3/5]
254Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
255[info] compiling 1 Scala source to /build/repo/clipp-zio/target/scala-3.8.0-RC3/classes ...
256[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
257[warn] one warning found
258[info] done compiling
259[info] compiling 1 Scala source to /build/repo/clipp-zio/target/scala-3.8.0-RC3/test-classes ...
260[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
261[warn] one warning found
262[info] done compiling
263Unknown parameter x
264[info] + ZIO interface
265[info] + successfully parse
266[info] + fail on bad spec
267[info] + fail or print succeeds
268[info] + can be used with return values
269[info] + can provide as layer
270[info] + liftEffect
271[info] + success
272[info] + failure
273[info] Ran 7 tests in 887 ms: 7 succeeded, 0 ignored, 0 failed
274Starting build for ProjectRef(file:/build/repo/,clipp-core) (clipp-core)... [4/5]
275Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
276[info] compiling 2 Scala sources to /build/repo/clipp-core/target/scala-3.8.0-RC3/test-classes ...
277[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
278[warn] one warning found
279[info] done compiling
280
281 When test is 1:
282 -b b
283
284 When test is 2:
285 -c c
286
287 -v Verbose
288 <command> One of a, b, c
289
290 When command is one of a, c:
291 -x <value> X
292 -y <value> Y
293
294 When command is c:
295 -z <value> Z
296
297 When command is b:
298 <name> Name
299
300[info] + CLI Parameter Parser
301[info] + be able to handle missing flags
302[info] + be able to parse flags in random order
303[info] + report undefined flags
304[info] + be able to find named parameters
305[info] + be able to find named parameters mixed with flags
306[info] + report only the missing parameters as missing
307[info] + simple parameters can be interleaved with others
308[info] + be able to collect multiple named parameters
309[info] + optional named parameter works
310[info] + optional simple parameter works
311[info] + optional multiple parameter blocks
312[info] + accept valid command
313[info] + refuse invalid command
314[info] + does not accept parameters after command
315[info] + custom failure with valid input
316[info] + custom failure with invalid input
317[info] + lift arbitrary functions to the parser
318[info] + success
319[info] + is suspended
320[info] + throwing exception
321[info] + liftEither arbitrary functions to the parser
322[info] + success
323[info] + failure
324[info] + liftTry arbitrary functions to the parser
325[info] + success
326[info] + failure
327[info] Ran 23 tests in 1 s 227 ms: 23 succeeded, 0 ignored, 0 failed
328[info] + UsageInfo
329[info] + be a sequence of prints for linear cases
330[info] + be a sequence of prints for linear case with optional blocks
331[info] + correctly print a single, flag-dependent option
332[info] + correctly handle common prefix in branches
333[info] + correctly print simple command branching
334[info] + correctly print commands with intersecting subsets
335[info] + custom failures does not break the usage info generator
336[info] + lifted functions are not executed but the provided single example is used
337[info] + lifted functions are not executed but the provided examples are used
338[info] Ran 9 tests in 1 s 190 ms: 9 succeeded, 0 ignored, 0 failed
339
340************************
341Build summary:
342[{
343 "module": "clipp-cats-effect3",
344 "compile": {"status": "ok", "tookMs": 14088, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
345 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
346 "test-compile": {"status": "ok", "tookMs": 1364, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
347 "test": {"status": "ok", "tookMs": 2395, "passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5, "byFramework": [{"framework": "unknown", "stats": {"passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5}}]},
348 "publish": {"status": "skipped", "tookMs": 0},
349 "metadata": {
350 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
351}
352},{
353 "module": "clipp-cats-effect",
354 "compile": {"status": "ok", "tookMs": 1124, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
355 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
356 "test-compile": {"status": "ok", "tookMs": 815, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
357 "test": {"status": "ok", "tookMs": 1642, "passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5, "byFramework": [{"framework": "unknown", "stats": {"passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5}}]},
358 "publish": {"status": "skipped", "tookMs": 0},
359 "metadata": {
360 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
361}
362},{
363 "module": "clipp-zio-2",
364 "compile": {"status": "ok", "tookMs": 1042, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
365 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
366 "test-compile": {"status": "ok", "tookMs": 1204, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
367 "test": {"status": "ok", "tookMs": 1546, "passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7, "byFramework": [{"framework": "unknown", "stats": {"passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7}}]},
368 "publish": {"status": "skipped", "tookMs": 0},
369 "metadata": {
370 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
371}
372},{
373 "module": "clipp-zio",
374 "compile": {"status": "ok", "tookMs": 677, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
375 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
376 "test-compile": {"status": "ok", "tookMs": 1054, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
377 "test": {"status": "ok", "tookMs": 1734, "passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7, "byFramework": [{"framework": "unknown", "stats": {"passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7}}]},
378 "publish": {"status": "skipped", "tookMs": 0},
379 "metadata": {
380 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
381}
382},{
383 "module": "clipp-core",
384 "compile": {"status": "ok", "tookMs": 46, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
385 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
386 "test-compile": {"status": "ok", "tookMs": 1487, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
387 "test": {"status": "ok", "tookMs": 2136, "passed": 32, "failed": 0, "ignored": 0, "skipped": 0, "total": 32, "byFramework": [{"framework": "unknown", "stats": {"passed": 32, "failed": 0, "ignored": 0, "skipped": 0, "total": 32}}]},
388 "publish": {"status": "skipped", "tookMs": 0},
389 "metadata": {
390 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
391}
392}]
393************************
394[success] Total time: 53 s, completed Dec 4, 2025, 2:50:49 PM
395[0JChecking patch project/plugins.sbt...
396Checking patch project/build.properties...
397Checking patch build.sbt...
398Applied patch project/plugins.sbt cleanly.
399Applied patch project/build.properties cleanly.
400Applied patch build.sbt cleanly.