Build Logs
kacperfkorban/guinep • 3.8.0-RC2:2025-11-26
Errors
0
Warnings
54
Total Lines
380
1##################################
2Clonning https://github.com/kacperfkorban/guinep.git into /build/repo using revision v0.1.1
3##################################
4Note: switching to '4ff1907e27c2c61597bf382b1c4bd3c2850d9145'.
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.3.3
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: build.sbt
32Pattern: val scala3 = "3.3.3"
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.3.3"' in build.sbt
38----
39Starting build for 3.7.4-RC2
40Execute tests: false
41sbt project found:
42Sbt version 1.9.8 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 kacperfkorban/guinep
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: io.github.kacperfkorban%guinep io.github.kacperfkorban%guinep-web
49Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","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":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.github.kacperfkorban%guinep io.github.kacperfkorban%guinep-web"
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 2 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.744s.
84[info] done compiling
85[info] loading settings for project root from build.sbt...
86[info] set current project to GUInep-root (in build file:/build/repo/)
87Execute setCrossScalaVersions: 3.7.4-RC2
88OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in web3/crossScalaVersions
89OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.7.4-RC2) in web3/crossScalaVersions
90OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in guinep3/crossScalaVersions
91OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.7.4-RC2) in guinep3/crossScalaVersions
92OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in testcases3/crossScalaVersions
93OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in root/crossScalaVersions
94OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.7.4-RC2) in testcases3/crossScalaVersions
95OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.7.4-RC2) in root/crossScalaVersions
96[info] set current project to GUInep-root (in build file:/build/repo/)
97[info] Setting Scala version to 3.7.4-RC2 on 4 projects.
98[info] Switching Scala version on:
99[info] * root (3.7.4-RC2)
100[info] guinep3 (3.7.4-RC2)
101[info] web3 (3.7.4-RC2)
102[info] testcases3 (3.7.4-RC2)
103[info] Excluding projects:
104[info] Reapplying settings...
105[info] set current project to GUInep-root (in build file:/build/repo/)
106Execute 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
107[info] Reapplying settings...
108[info] set current project to GUInep-root (in build file:/build/repo/)
109[info] Defining Global / credentials, credentials and 2 others.
110[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 19 others.
111[info] Run `last` for details.
112[info] Reapplying settings...
113[info] set current project to GUInep-root (in build file:/build/repo/)
114Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
115[info] Reapplying settings...
116OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
117
118 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
119 Did you mean allExcludeDependencies ?
120 , retry without global scopes
121[info] Reapplying settings...
122[info] set current project to GUInep-root (in build file:/build/repo/)
123Execute removeScalacOptionsStartingWith: -P:wartremover
124[info] Reapplying settings...
125[info] set current project to GUInep-root (in build file:/build/repo/)
126[success] Total time: 0 s, completed Nov 26, 2025, 4:08:31 PM
127Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
128Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
129Starting build...
130Projects: Set(guinep3, web3)
131Starting build for ProjectRef(file:/build/repo/,guinep3) (guinep)... [0/2]
132OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
133OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
134OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
135OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
136Compile scalacOptions: -explain, -unchecked, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
137[info] compiling 2 Scala sources to /build/repo/guinep/target/jvm-3/classes ...
138[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/guinep/src/main/scala/macros.scala:275:8
139[warn] 275 | case List(List(param: Term)) =>
140[warn] | ^
141[warn] | match may not be exhaustive.
142[warn] |
143[warn] | It would fail on pattern case: List(_*, _*), Nil
144[warn] |---------------------------------------------------------------------------
145[warn] | Explanation (enabled by `-explain`)
146[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
147[warn] | There are several ways to make the match exhaustive:
148[warn] | - Add missing cases as shown in the warning
149[warn] | - If an extractor always return Some(...), write Some[X] for its return type
150[warn] | - Add a case _ => ... at the end to match all remaining cases
151[warn] ---------------------------------------------------------------------------
152[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/guinep/src/main/scala/macros.scala:404:13
153[warn] 404 | case Varargs(args) => args
154[warn] | ^
155[warn] |the type test for scala.quoted.Expr[Seq[Any]] cannot be checked at runtime because its type arguments can't be determined from scala.quoted.Expr[Any]
156[warn] |---------------------------------------------------------------------------
157[warn] | Explanation (enabled by `-explain`)
158[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
159[warn] | Type arguments and type refinements are erased during compile time, thus it's
160[warn] | impossible to check them at run-time.
161[warn] |
162[warn] | You can either replace the type arguments by _ or use `@unchecked`.
163[warn] ---------------------------------------------------------------------------
164[warn] two warnings found
165[info] done compiling
166[info] compiling 3 Scala sources to /build/repo/guinep/target/jvm-3/test-classes ...
167[info] done compiling
168Starting build for ProjectRef(file:/build/repo/,web3) (guinep-web)... [1/2]
169Compile scalacOptions: -explain, -unchecked, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
170[info] compiling 4 Scala sources to /build/repo/web/target/jvm-3/classes ...
171[info] done compiling
172
173************************
174Build summary:
175[{
176 "module": "guinep",
177 "compile": {"status": "ok", "tookMs": 9939, "warnings": 2, "errors": 0, "sourceVersion": "3.7-migration"},
178 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
179 "test-compile": {"status": "ok", "tookMs": 4274, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
180 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
181 "publish": {"status": "skipped", "tookMs": 0},
182 "metadata": {
183 "crossScalaVersions": ["2.12.20", "3.3.3"]
184}
185},{
186 "module": "guinep-web",
187 "compile": {"status": "ok", "tookMs": 2635, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
188 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
189 "test-compile": {"status": "ok", "tookMs": 141, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
190 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
191 "publish": {"status": "skipped", "tookMs": 0},
192 "metadata": {
193 "crossScalaVersions": ["2.12.20", "3.3.3"]
194}
195}]
196************************
197[success] Total time: 38 s, completed Nov 26, 2025, 4:09:09 PM
198[0JChecking patch project/plugins.sbt...
199Checking patch project/build.properties...
200Checking patch build.sbt...
201Applied patch project/plugins.sbt cleanly.
202Applied patch project/build.properties cleanly.
203Applied patch build.sbt cleanly.
204No migration rewrite changes found, would not commit
205----
206Preparing build for 3.8.0-RC2
207Scala binary version found: 3.8
208Implicitly using source version 3.8
209Scala binary version found: 3.8
210Implicitly using source version 3.8
211Would try to apply common scalacOption (best-effort, sbt/mill only):
212Append: ,REQUIRE:-source:3.8
213Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
214
215Try apply source patch:
216Path: build.sbt
217Pattern: val scala3 = "3.3.3"
218Replacement: val scala3 = "3.8.0-RC2"
219Successfully applied pattern 'val scala3 = "3.3.3"' in build.sbt
220----
221Starting build for 3.8.0-RC2
222Execute tests: false
223sbt project found:
224Sbt version 1.9.8 is not supported, minimal supported version is 1.11.5
225Enforcing usage of sbt in version 1.11.5
226No prepare script found for project kacperfkorban/guinep
227/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
228##################################
229Scala version: 3.8.0-RC2
230Targets: io.github.kacperfkorban%guinep io.github.kacperfkorban%guinep-web
231Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
232##################################
233Using extra scalacOptions: ,REQUIRE:-source:3.8
234Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
235[sbt_options] declare -a sbt_options=()
236[process_args] java_version = '17'
237[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
238# Executing command line:
239java
240-Dfile.encoding=UTF-8
241-Dcommunitybuild.scala=3.8.0-RC2
242-Dcommunitybuild.project.dependencies.add=
243-Xmx7G
244-Xms4G
245-Xss8M
246-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
247-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
248-jar
249/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
250"setCrossScalaVersions 3.8.0-RC2"
251"++3.8.0-RC2 -v"
252"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
253"set every credentials := Nil"
254"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
255"removeScalacOptionsStartingWith -P:wartremover"
256
257moduleMappings
258"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.github.kacperfkorban%guinep io.github.kacperfkorban%guinep-web"
259
260[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
261[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
262[info] loading project definition from /build/repo/project
263[info] loading settings for project root from build.sbt...
264[info] set current project to GUInep-root (in build file:/build/repo/)
265Execute setCrossScalaVersions: 3.8.0-RC2
266OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in testcases3/crossScalaVersions
267OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in testcases3/crossScalaVersions
268OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in web3/crossScalaVersions
269OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in web3/crossScalaVersions
270OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in guinep3/crossScalaVersions
271OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in guinep3/crossScalaVersions
272OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
273OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in root/crossScalaVersions
274[info] set current project to GUInep-root (in build file:/build/repo/)
275[info] Setting Scala version to 3.8.0-RC2 on 4 projects.
276[info] Switching Scala version on:
277[info] * root (3.8.0-RC2)
278[info] guinep3 (3.8.0-RC2)
279[info] web3 (3.8.0-RC2)
280[info] testcases3 (3.8.0-RC2)
281[info] Excluding projects:
282[info] Reapplying settings...
283[info] set current project to GUInep-root (in build file:/build/repo/)
284Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
285[info] Reapplying settings...
286[info] set current project to GUInep-root (in build file:/build/repo/)
287[info] Defining Global / credentials, credentials and 2 others.
288[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 19 others.
289[info] Run `last` for details.
290[info] Reapplying settings...
291[info] set current project to GUInep-root (in build file:/build/repo/)
292Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
293[info] Reapplying settings...
294OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
295
296 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
297 Did you mean allExcludeDependencies ?
298 , retry without global scopes
299[info] Reapplying settings...
300[info] set current project to GUInep-root (in build file:/build/repo/)
301Execute removeScalacOptionsStartingWith: -P:wartremover
302[info] Reapplying settings...
303[info] set current project to GUInep-root (in build file:/build/repo/)
304[success] Total time: 0 s, completed Nov 26, 2025, 4:09:22 PM
305Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
306Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
307Starting build...
308Projects: Set(guinep3, web3)
309Starting build for ProjectRef(file:/build/repo/,guinep3) (guinep)... [0/2]
310OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
311OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
312OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
313Compile scalacOptions: -explain, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
314[info] compiling 2 Scala sources to /build/repo/guinep/target/jvm-3/classes ...
315[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/guinep/src/main/scala/macros.scala:275:8
316[warn] 275 | case List(List(param: Term)) =>
317[warn] | ^
318[warn] | match may not be exhaustive.
319[warn] |
320[warn] | It would fail on pattern case: List(_*, _*), Nil
321[warn] |---------------------------------------------------------------------------
322[warn] | Explanation (enabled by `-explain`)
323[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
324[warn] | There are several ways to make the match exhaustive:
325[warn] | - Add missing cases as shown in the warning
326[warn] | - If an extractor always return Some(...), write Some[X] for its return type
327[warn] | - Add a case _ => ... at the end to match all remaining cases
328[warn] ---------------------------------------------------------------------------
329[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/guinep/src/main/scala/macros.scala:404:13
330[warn] 404 | case Varargs(args) => args
331[warn] | ^
332[warn] |the type test for scala.quoted.Expr[Seq[Any]] cannot be checked at runtime because its type arguments can't be determined from scala.quoted.Expr[Any]
333[warn] |---------------------------------------------------------------------------
334[warn] | Explanation (enabled by `-explain`)
335[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
336[warn] | Type arguments and type refinements are erased during compile time, thus it's
337[warn] | impossible to check them at run-time.
338[warn] |
339[warn] | You can either replace the type arguments by _ or use `@unchecked`.
340[warn] ---------------------------------------------------------------------------
341[warn] two warnings found
342[info] done compiling
343[info] compiling 3 Scala sources to /build/repo/guinep/target/jvm-3/test-classes ...
344[info] done compiling
345Starting build for ProjectRef(file:/build/repo/,web3) (guinep-web)... [1/2]
346Compile scalacOptions: -explain, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
347[info] compiling 4 Scala sources to /build/repo/web/target/jvm-3/classes ...
348[info] done compiling
349
350************************
351Build summary:
352[{
353 "module": "guinep",
354 "compile": {"status": "ok", "tookMs": 12217, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
355 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
356 "test-compile": {"status": "ok", "tookMs": 4786, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
357 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
358 "publish": {"status": "skipped", "tookMs": 0},
359 "metadata": {
360 "crossScalaVersions": ["2.12.20", "3.3.3"]
361}
362},{
363 "module": "guinep-web",
364 "compile": {"status": "ok", "tookMs": 2396, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
365 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
366 "test-compile": {"status": "ok", "tookMs": 166, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
367 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
368 "publish": {"status": "skipped", "tookMs": 0},
369 "metadata": {
370 "crossScalaVersions": ["2.12.20", "3.3.3"]
371}
372}]
373************************
374[success] Total time: 29 s, completed Nov 26, 2025, 4:09:51 PM
375[0JChecking patch project/plugins.sbt...
376Checking patch project/build.properties...
377Checking patch build.sbt...
378Applied patch project/plugins.sbt cleanly.
379Applied patch project/build.properties cleanly.
380Applied patch build.sbt cleanly.