Build Logs
makingthematrix/signals3 • 3.8.0-RC4:2025-12-22
Errors
0
Warnings
223
Total Lines
374
1##################################
2Clonning https://github.com/makingthematrix/signals3.git into /build/repo using revision 1.1.1
3##################################
4Note: switching to 'a3537203bc7eebf29e1bb0586cb8162773a7df63'.
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
21----
22Preparing build for 3.8.0-RC4
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC4
32Execute tests: true
33sbt project found:
34Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project makingthematrix/signals3
37##################################
38Scala version: 3.8.0-RC4
39Targets: io.github.makingthematrix%signals3
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.8.0-RC4
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.0-RC4"
60"++3.8.0-RC4 -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.8.0-RC4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" io.github.makingthematrix%signals3"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
70[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
73[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
74[info] Compilation completed in 8.867s.
75[info] done compiling
76/build/repo/build.sbt:52: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
77 resolvers += Resolver.sonatypeCentralSnapshots
78 Resolver.sonatypeOssRepos("releases") ++
79 ^
80/build/repo/build.sbt:53: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
81 resolvers += Resolver.sonatypeCentralSnapshots
82 Resolver.sonatypeOssRepos("public") ++
83 ^
84[info] loading settings for project root from build.sbt, version.sbt...
85[info] set current project to signals3 (in build file:/build/repo/)
86Execute setCrossScalaVersions: 3.8.0-RC4
87OpenCB::Changing crossVersion 3.3.0 -> 3.8.0-RC4 in root/crossScalaVersions
88[info] set current project to signals3 (in build file:/build/repo/)
89[info] Setting Scala version to 3.8.0-RC4 on 1 projects.
90[info] Switching Scala version on:
91[info] * root (3.8.0-RC4)
92[info] Excluding projects:
93[info] Reapplying settings...
94[info] set current project to signals3 (in build file:/build/repo/)
95Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
96[info] Reapplying settings...
97[info] set current project to signals3 (in build file:/build/repo/)
98[info] Defining Global / credentials, credentials
99[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 3 others.
100[info] Run `last` for details.
101[info] Reapplying settings...
102[info] set current project to signals3 (in build file:/build/repo/)
103Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
104[info] Reapplying settings...
105OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
106
107 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
108 Did you mean allExcludeDependencies ?
109 , retry without global scopes
110[info] Reapplying settings...
111[info] set current project to signals3 (in build file:/build/repo/)
112Execute removeScalacOptionsStartingWith: -P:wartremover
113[info] Reapplying settings...
114[info] set current project to signals3 (in build file:/build/repo/)
115[success] Total time: 0 s, completed Dec 22, 2025, 6:44:01 PM
116Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
117Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
118Starting build...
119Projects: Set(root)
120Starting build for ProjectRef(file:/build/repo/,root) (signals3)... [0/1]
121OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
122OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
123OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
124Compile scalacOptions: -unchecked, -encoding, utf8, -explain, -Ysafe-init, -Ycheck-all-patmat, -Wunused:imports, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
125[info] compiling 24 Scala sources to /build/repo/target/scala-3.8.0-RC4/classes ...
126[warn] Option -Ysafe-init is deprecated: Use -Wsafe-init instead.
127[warn] -- [E198] Unused Symbol Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:5:71
128[warn] 5 |import io.github.makingthematrix.signals3.{Closeable, CloseableFuture, ProxySignal, ProxyStream, Signal, Stream, Threading}
129[warn] | ^^^^^^^^^^^
130[warn] | unused import
131[warn] -- [E198] Unused Symbol Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:5:84
132[warn] 5 |import io.github.makingthematrix.signals3.{Closeable, CloseableFuture, ProxySignal, ProxyStream, Signal, Stream, Threading}
133[warn] | ^^^^^^^^^^^
134[warn] | unused import
135[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:66:4
136[warn] 66 | new MapStream[E, V](stream, f) with Closeability(stream)
137[warn] | ^
138[warn] | New anonymous class definition will be duplicated at each inline site
139[warn] |----------------------------------------------------------------------------
140[warn] | Explanation (enabled by `-explain`)
141[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
142[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
143[warn] |
144[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
145[warn] ----------------------------------------------------------------------------
146[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:78:4
147[warn] 78 | new MapSignal[V, Z](signal, f) with Closeability(signal)
148[warn] | ^
149[warn] | New anonymous class definition will be duplicated at each inline site
150[warn] |----------------------------------------------------------------------------
151[warn] | Explanation (enabled by `-explain`)
152[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
153[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
154[warn] |
155[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
156[warn] ----------------------------------------------------------------------------
157[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:94:4
158[warn] 94 | new FutureStream[E, V](stream, f) with Closeability(stream)
159[warn] | ^
160[warn] | New anonymous class definition will be duplicated at each inline site
161[warn] |----------------------------------------------------------------------------
162[warn] | Explanation (enabled by `-explain`)
163[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
164[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
165[warn] |
166[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
167[warn] ----------------------------------------------------------------------------
168[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:106:4
169[warn] 106 | new FilterStream[E](stream, predicate) with Closeability(stream)
170[warn] | ^
171[warn] | New anonymous class definition will be duplicated at each inline site
172[warn] |---------------------------------------------------------------------------
173[warn] | Explanation (enabled by `-explain`)
174[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
175[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
176[warn] |
177[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
178[warn] ---------------------------------------------------------------------------
179[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:119:4
180[warn] 119 | new FilterSignal[V](signal, predicate) with Closeability(signal)
181[warn] | ^
182[warn] | New anonymous class definition will be duplicated at each inline site
183[warn] |---------------------------------------------------------------------------
184[warn] | Explanation (enabled by `-explain`)
185[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
186[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
187[warn] |
188[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
189[warn] ---------------------------------------------------------------------------
190[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:133:4
191[warn] 133 | new CollectStream[E, V](stream, pf) with Closeability(stream)
192[warn] | ^
193[warn] | New anonymous class definition will be duplicated at each inline site
194[warn] |---------------------------------------------------------------------------
195[warn] | Explanation (enabled by `-explain`)
196[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
197[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
198[warn] |
199[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
200[warn] ---------------------------------------------------------------------------
201[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:147:4
202[warn] 147 | new CollectSignal[V, Z](signal, pf) with Closeability(signal)
203[warn] | ^
204[warn] | New anonymous class definition will be duplicated at each inline site
205[warn] |---------------------------------------------------------------------------
206[warn] | Explanation (enabled by `-explain`)
207[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
208[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
209[warn] |
210[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
211[warn] ---------------------------------------------------------------------------
212[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:163:4
213[warn] 163 | new ZipStream[E](streams: _*) with Closeability(streams: _*)
214[warn] | ^
215[warn] | New anonymous class definition will be duplicated at each inline site
216[warn] |---------------------------------------------------------------------------
217[warn] | Explanation (enabled by `-explain`)
218[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
219[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
220[warn] |
221[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
222[warn] ---------------------------------------------------------------------------
223[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:184:4
224[warn] 184 | new Zip2Signal[A, B](a, b) with Closeability(a, b)
225[warn] | ^
226[warn] | New anonymous class definition will be duplicated at each inline site
227[warn] |---------------------------------------------------------------------------
228[warn] | Explanation (enabled by `-explain`)
229[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
230[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
231[warn] |
232[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
233[warn] ---------------------------------------------------------------------------
234[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:188:4
235[warn] 188 | new Zip3Signal[A, B, C](a, b, c) with Closeability(a, b, c)
236[warn] | ^
237[warn] | New anonymous class definition will be duplicated at each inline site
238[warn] |---------------------------------------------------------------------------
239[warn] | Explanation (enabled by `-explain`)
240[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
241[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
242[warn] |
243[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
244[warn] ---------------------------------------------------------------------------
245[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:195:4
246[warn] 195 | new Zip4Signal[A, B, C, D](a, b, c, d) with Closeability(a, b, c, d)
247[warn] | ^
248[warn] | New anonymous class definition will be duplicated at each inline site
249[warn] |---------------------------------------------------------------------------
250[warn] | Explanation (enabled by `-explain`)
251[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
252[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
253[warn] |
254[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
255[warn] ---------------------------------------------------------------------------
256[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:203:4
257[warn] 203 | new Zip5Signal[A, B, C, D, E](a, b, c, d, e) with Closeability(a, b, c, d, e)
258[warn] | ^
259[warn] | New anonymous class definition will be duplicated at each inline site
260[warn] |---------------------------------------------------------------------------
261[warn] | Explanation (enabled by `-explain`)
262[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
263[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
264[warn] |
265[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
266[warn] ---------------------------------------------------------------------------
267[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:212:4
268[warn] 212 | new Zip6Signal[A, B, C, D, E, F](a, b, c, d, e, f) with Closeability(a, b, c, d, e, f)
269[warn] | ^
270[warn] | New anonymous class definition will be duplicated at each inline site
271[warn] |---------------------------------------------------------------------------
272[warn] | Explanation (enabled by `-explain`)
273[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
274[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
275[warn] |
276[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
277[warn] ---------------------------------------------------------------------------
278[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:228:4
279[warn] 228 | new SequenceSignal[V](signals: _*) with Closeability(signals: _*)
280[warn] | ^
281[warn] | New anonymous class definition will be duplicated at each inline site
282[warn] |---------------------------------------------------------------------------
283[warn] | Explanation (enabled by `-explain`)
284[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
285[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
286[warn] |
287[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
288[warn] ---------------------------------------------------------------------------
289[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:246:4
290[warn] 246 | new CombineSignal[V, Z, Y](vSignal, zSignal, f) with Closeability(vSignal, zSignal)
291[warn] | ^
292[warn] | New anonymous class definition will be duplicated at each inline site
293[warn] |---------------------------------------------------------------------------
294[warn] | Explanation (enabled by `-explain`)
295[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
296[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
297[warn] |
298[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
299[warn] ---------------------------------------------------------------------------
300[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:259:4
301[warn] 259 | new Stream[E]() with Closeability(cFuture).tap { stream =>
302[warn] | ^
303[warn] | New anonymous class definition will be duplicated at each inline site
304[warn] |---------------------------------------------------------------------------
305[warn] | Explanation (enabled by `-explain`)
306[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
307[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
308[warn] |
309[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
310[warn] ---------------------------------------------------------------------------
311[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:274:4
312[warn] 274 | new Signal[V]() with Closeability(cFuture).tap { signal =>
313[warn] | ^
314[warn] | New anonymous class definition will be duplicated at each inline site
315[warn] |---------------------------------------------------------------------------
316[warn] | Explanation (enabled by `-explain`)
317[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
318[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
319[warn] |
320[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
321[warn] ---------------------------------------------------------------------------
322[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:288:4
323[warn] 288 | new StreamSignal[V](source, Option(initial)) with Closeability(source)
324[warn] | ^
325[warn] | New anonymous class definition will be duplicated at each inline site
326[warn] |---------------------------------------------------------------------------
327[warn] | Explanation (enabled by `-explain`)
328[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
329[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
330[warn] |
331[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
332[warn] ---------------------------------------------------------------------------
333[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/io/github/makingthematrix/signals3/generators/Transformers.scala:299:4
334[warn] 299 | new StreamSignal[V](source, None) with Closeability(source)
335[warn] | ^
336[warn] | New anonymous class definition will be duplicated at each inline site
337[warn] |---------------------------------------------------------------------------
338[warn] | Explanation (enabled by `-explain`)
339[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
340[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
341[warn] |
342[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
343[warn] ---------------------------------------------------------------------------
344[warn] 22 warnings found
345[info] done compiling
346[info] compiling 20 Scala sources to /build/repo/target/scala-3.8.0-RC4/test-classes ...
347[warn] Option -Ysafe-init is deprecated: Use -Wsafe-init instead.
348[warn] one warning found
349[info] done compiling
350[info] Instrumenting 115 classes to /build/repo/target/scala-3.8.0-RC4/jacoco/instrumented-classes
351[info] Instrumenting 115 classes to /build/repo/target/scala-3.8.0-RC4/jacoco/instrumented-classes
352[info] Instrumenting 115 classes to /build/repo/target/scala-3.8.0-RC4/jacoco/instrumented-classes
353
354************************
355Build summary:
356[{
357 "module": "signals3",
358 "compile": {"status": "ok", "tookMs": 12320, "warnings": 21, "errors": 0, "sourceVersion": "3.8"},
359 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
360 "test-compile": {"status": "ok", "tookMs": 8911, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
361 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
362 "publish": {"status": "skipped", "tookMs": 0},
363 "metadata": {
364 "crossScalaVersions": ["3.3.0"]
365}
366}]
367************************
368[success] Total time: 32 s, completed Dec 22, 2025, 6:44:33 PM
369[0JChecking patch project/plugins.sbt...
370Checking patch project/build.properties...
371Checking patch build.sbt...
372Applied patch project/plugins.sbt cleanly.
373Applied patch project/build.properties cleanly.
374Applied patch build.sbt cleanly.