Build Logs
killaitis/peloton • 3.8.0-RC2:2025-11-28
Errors
0
Warnings
84
Total Lines
366
1##################################
2Clonning https://github.com/killaitis/peloton.git into /build/repo using revision v0.4.5
3##################################
4Note: switching to '6f5f616fc9fc975fca9aabef6848d4da2c77706e'.
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-RC2
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-RC2
32Execute tests: true
33sbt project found:
34Sbt version 1.10.7 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 killaitis/peloton
37##################################
38Scala version: 3.8.0-RC2
39Targets: de.killaitis%peloton-core de.killaitis%peloton-persistence-cassandra de.killaitis%peloton-persistence-mysqll de.killaitis%peloton-persistence-postgresql de.killaitis%peloton-scheduling-cron
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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-RC2
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-RC2"
60"++3.8.0-RC2 -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-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" de.killaitis%peloton-core de.killaitis%peloton-persistence-cassandra de.killaitis%peloton-persistence-mysqll de.killaitis%peloton-persistence-postgresql de.killaitis%peloton-scheduling-cron"
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 3 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 9.18s.
75[info] done compiling
76[info] loading settings for project root from build.sbt, publish.sbt...
77[info] set current project to peloton (in build file:/build/repo/)
78Execute setCrossScalaVersions: 3.8.0-RC2
79OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in persistence-mysql/crossScalaVersions
80OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in core/crossScalaVersions
81OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in persistence-cassandra/crossScalaVersions
82OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in persistence-postgresql/crossScalaVersions
83OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in root/crossScalaVersions
84OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in examples/crossScalaVersions
85OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in scheduling-cron/crossScalaVersions
86OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in integration-tests/crossScalaVersions
87[info] set current project to peloton (in build file:/build/repo/)
88[info] Setting Scala version to 3.8.0-RC2 on 8 projects.
89[info] Switching Scala version on:
90[info] persistence-cassandra (3.8.0-RC2)
91[info] examples (3.8.0-RC2)
92[info] scheduling-cron (3.8.0-RC2)
93[info] * root (3.8.0-RC2)
94[info] persistence-postgresql (3.8.0-RC2)
95[info] persistence-mysql (3.8.0-RC2)
96[info] core (3.8.0-RC2)
97[info] integration-tests (3.8.0-RC2)
98[info] Excluding projects:
99[info] Reapplying settings...
100[info] set current project to peloton (in build file:/build/repo/)
101Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
102[info] Reapplying settings...
103[info] set current project to peloton (in build file:/build/repo/)
104[info] Defining Global / credentials, ThisBuild / credentials and 7 others.
105[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 40 others.
106[info] Run `last` for details.
107[info] Reapplying settings...
108[info] set current project to peloton (in build file:/build/repo/)
109Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
110[info] Reapplying settings...
111OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
112
113 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
114 Did you mean allExcludeDependencies ?
115 , retry without global scopes
116[info] Reapplying settings...
117[info] set current project to peloton (in build file:/build/repo/)
118Execute removeScalacOptionsStartingWith: -P:wartremover
119[info] Reapplying settings...
120[info] set current project to peloton (in build file:/build/repo/)
121[success] Total time: 0 s, completed Nov 28, 2025, 2:52:15 PM
122Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
123Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
124Starting build...
125Projects: Set(persistence-cassandra, scheduling-cron, persistence-postgresql, persistence-mysql, core)
126Starting build for ProjectRef(file:/build/repo/,scheduling-cron) (peloton-scheduling-cron)... [0/5]
127OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
128OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
129Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
130[info] compiling 34 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/classes ...
131[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/ActorSystem.scala:285:54
132[warn] 285 | maybeName: Option[String] = None
133[warn] | ^
134[warn] | unused private member
135[warn] 286 | )(using
136[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/internal/DurableStateActor.scala:4:27
137[warn] 4 |import peloton.actor.Actor.CanAsk
138[warn] | ^^^^^^
139[warn] | unused import
140[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/internal/EventSourcedActor.scala:4:27
141[warn] 4 |import peloton.actor.Actor.*
142[warn] | ^
143[warn] | unused import
144[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/internal/EventSourcedActor.scala:6:21
145[warn] 6 |import peloton.actor.Behavior
146[warn] | ^^^^^^^^
147[warn] | unused import
148[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/internal/StatefulActor.scala:4:27
149[warn] 4 |import peloton.actor.Actor.CanAsk
150[warn] | ^^^^^^
151[warn] | unused import
152[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/http/ActorSystemServer.scala:13:31
153[warn] 13 |import org.http4s.{HttpRoutes, Request, Response}
154[warn] | ^^^^^^^
155[warn] | unused import
156[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/utils/Traverse.scala:13:36
157[warn] 13 | def parTraverse_[F[_]: Applicative: Parallel, B](f: Int => F[B]): F[Unit] =
158[warn] | ^
159[warn] | unused implicit parameter in extension method parTraverse_
160[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/utils/Traverse.scala:16:35
161[warn] 16 | def parTraverse[F[_]: Applicative: Parallel, B](f: Int => F[B]): F[Seq[B]] =
162[warn] | ^
163[warn] | unused implicit parameter in extension method parTraverse
164[warn] -- [E194] Potential Issue Warning: /build/repo/core/src/main/scala/peloton/persistence/PersistenceId.scala:7:6
165[warn] 7 | def toString(): String = id.toString()
166[warn] | ^
167[warn] |Extension method toString will never be selected from type Any
168[warn] |because Any already has a member with the same name and compatible parameter types.
169[warn] |
170[warn] | longer explanation available when compiling with `-explain`
171[warn] 9 warnings found
172[info] done compiling
173[info] compiling 1 Scala source to /build/repo/scheduling/cron/target/scala-3.8.0-RC2/classes ...
174[info] done compiling
175[info] compiling 2 Scala sources to /build/repo/scheduling/cron/target/scala-3.8.0-RC2/test-classes ...
176[info] done compiling
177[2025-11-28 14:53:14,008] [INFO] [o.quartz.impl.StdSchedulerFactory] - Using default implementation for ThreadExecutor
178[2025-11-28 14:53:14,011] [INFO] [org.quartz.simpl.SimpleThreadPool] - Job execution threads will use class loader of thread: io-compute-blocker-2
179[2025-11-28 14:53:14,021] [INFO] [o.quartz.core.SchedulerSignalerImpl] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
180[2025-11-28 14:53:14,021] [INFO] [org.quartz.core.QuartzScheduler] - Quartz Scheduler v2.5.0 created.
181[2025-11-28 14:53:14,021] [INFO] [org.quartz.simpl.RAMJobStore] - RAMJobStore initialized.
182[2025-11-28 14:53:14,022] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler meta-data: Quartz Scheduler (v2.5.0) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
183 Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
184 NOT STARTED.
185 Currently in standby mode.
186 Number of jobs executed: 0
187 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
188 Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
189
190[2025-11-28 14:53:14,022] [INFO] [o.quartz.impl.StdSchedulerFactory] - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
191[2025-11-28 14:53:14,022] [INFO] [o.quartz.impl.StdSchedulerFactory] - Quartz scheduler version: 2.5.0
192[2025-11-28 14:53:14,023] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
193[2025-11-28 14:53:26,060] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
194[2025-11-28 14:53:26,060] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
195[2025-11-28 14:53:26,060] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
196[info] CronSchedulerSpec:
197[info] A CronScheduler
198[info] - should trigger the evaluation of an effect according to a given CRON expression
199[info] - should consider a given date range (pending)
200[info] - should consider a given timezone (pending)
201Starting build for ProjectRef(file:/build/repo/,persistence-cassandra) (peloton-persistence-cassandra)... [1/5]
202Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
203[info] compiling 3 Scala sources to /build/repo/persistence/cassandra/target/scala-3.8.0-RC2/classes ...
204[warn] -- [E198] Unused Symbol Warning: /build/repo/persistence/cassandra/src/main/scala/peloton/persistence/cassandra/DurableStateStoreCassandra.scala:9:44
205[warn] 9 |import com.datastax.oss.driver.api.core.cql.*
206[warn] | ^
207[warn] | unused import
208[warn] -- [E198] Unused Symbol Warning: /build/repo/persistence/cassandra/src/main/scala/peloton/persistence/cassandra/EventStoreCassandra.scala:16:27
209[warn] 16 |import org.reactivestreams.FlowAdapters
210[warn] | ^^^^^^^^^^^^
211[warn] | unused import
212[warn] there was 1 deprecation warning; re-run with -deprecation for details
213[warn] three warnings found
214[info] done compiling
215Starting build for ProjectRef(file:/build/repo/,core) (peloton-core)... [2/5]
216Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
217[info] compiling 15 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/test-classes ...
218[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/EventSourcedActorSpec.scala:93:8
219[warn] 93 | state1 <- actor ? GetState
220[warn] | ^^^^^^
221[warn] | unused pattern variable
222[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/JsonPayloadCodecSpec.scala:7:33
223[warn] 7 |import io.circe.generic.semiauto.*
224[warn] | ^
225[warn] | unused import
226[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/actors/CalculatorActor.scala:5:21
227[warn] 5 |import peloton.actor.Actor
228[warn] | ^^^^^
229[warn] | unused import
230[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/actors/CountingActor.scala:6:21
231[warn] 6 |import peloton.actor.Actor
232[warn] | ^^^^^
233[warn] | unused import
234[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/actors/EffectActor.scala:52:34
235[warn] 52 | case Message.HandleResult(meaningOfLife) =>
236[warn] | ^^^^^^^^^^^^^
237[warn] | unused pattern variable
238[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/utils/DurableStateStoreMock.scala:3:15
239[warn] 3 |import peloton.*
240[warn] | ^
241[warn] | unused import
242[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/utils/EventStoreMock.scala:3:15
243[warn] 3 |import peloton.*
244[warn] | ^
245[warn] | unused import
246[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/utils/SystemPropertiesSpec.scala:13:16
247[warn] 13 | def release(_u: Unit): IO[Unit] =
248[warn] | ^^
249[warn] | unused explicit parameter
250[warn] 8 warnings found
251[info] done compiling
252[info] DurableStateActorSpec:
253[info] A DurableStateActor
254[info] - should spawn a new actor with default values when the actor has never been started
255[info] - should modify its state when receiving messages and write it to the durable state store
256[info] - should re-use its persistent state
257[info] - should handle the actor's message stash appropriately
258[info] - should handle failed effects in the message handler
259[info] JsonPayloadCodecSpec:
260[info] A JsonPayloadCodec
261[info] - should encode instances of a given type
262[info] - should encode instances of a given type with missing optional fields
263[info] - should decode a byte array to an instance of a given type
264[info] KryoPayloadCodecSpec:
265[info] A KryoPayloadCodec
266[info] - should encode instances of a given type
267[info] - should encode instances of a given type with missing optional fields
268[info] - should decode a byte array to an instance of a given type
269starting actor with state=State(0) and counter=0
270starting actor with state=State(0) and counter=0
271starting actor with state=State(31) and counter=4
272starting actor with state=State(0) and counter=0
273[info] EventSourcedActorSpec:
274[info] An EventSourcedActor
275[info] - should spawn a new event sourced actor and store its events
276[info] - should spawn a new event sourced actor and read all previous events from the event store
277[info] - should create snapshots when the snapshot predicate is matching
278[info] ConfigSpec:
279[info] A Peloton Config
280[info] - should read the config from the default application config file
281[info] - should read the config from a given String
282[info] - should be able to reuse config blocks as aliases
283[info] - should merge Java properties into the config
284Calculating Meaning Of Life
285The Meaning Of Live has been calculated!
286Calculating Meaning Of Life
287Calculation of Meaning Of Live has been cancelled!
288[info] StatefulActorSpec:
289[info] A StatefulActor
290[info] - should spawn a new actor
291[info] - should handle messages sent by the ASK pattern
292[info] - should handle messages sent by the TELL pattern
293[info] - should be able to cascade ASK messages
294[info] - should be able to pipe messages from a running fiber to itself
295[info] - should be able to cancel the effect fiber
296[info] - should be able to handle a failing effect
297Starting build for ProjectRef(file:/build/repo/,persistence-mysql) (peloton-persistence-mysqll)... [3/5]
298Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
299[info] compiling 3 Scala sources to /build/repo/persistence/mysql/target/scala-3.8.0-RC2/classes ...
300[info] done compiling
301Starting build for ProjectRef(file:/build/repo/,persistence-postgresql) (peloton-persistence-postgresql)... [4/5]
302Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
303[info] compiling 3 Scala sources to /build/repo/persistence/postgresql/target/scala-3.8.0-RC2/classes ...
304[info] done compiling
305
306************************
307Build summary:
308[{
309 "module": "peloton-scheduling-cron",
310 "compile": {"status": "ok", "tookMs": 21522, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
311 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
312 "test-compile": {"status": "ok", "tookMs": 1813, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
313 "test": {"status": "ok", "tookMs": 13451, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
314 "publish": {"status": "skipped", "tookMs": 0},
315 "metadata": {
316 "crossScalaVersions": ["3.3.3"]
317}
318},{
319 "module": "peloton-persistence-cassandra",
320 "compile": {"status": "ok", "tookMs": 1391, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
321 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
322 "test-compile": {"status": "ok", "tookMs": 161, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
323 "test": {"status": "ok", "tookMs": 149, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
324 "publish": {"status": "skipped", "tookMs": 0},
325 "metadata": {
326 "crossScalaVersions": ["3.3.3"]
327}
328},{
329 "module": "peloton-core",
330 "compile": {"status": "ok", "tookMs": 55, "warnings": 9, "errors": 0, "sourceVersion": "3.8"},
331 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
332 "test-compile": {"status": "ok", "tookMs": 6287, "warnings": 8, "errors": 0, "sourceVersion": "3.8"},
333 "test": {"status": "ok", "tookMs": 9328, "passed": 25, "failed": 0, "ignored": 0, "skipped": 0, "total": 25, "byFramework": [{"framework": "unknown", "stats": {"passed": 25, "failed": 0, "ignored": 0, "skipped": 0, "total": 25}}]},
334 "publish": {"status": "skipped", "tookMs": 0},
335 "metadata": {
336 "crossScalaVersions": ["3.3.3"]
337}
338},{
339 "module": "peloton-persistence-mysqll",
340 "compile": {"status": "ok", "tookMs": 1130, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
341 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
342 "test-compile": {"status": "ok", "tookMs": 131, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
343 "test": {"status": "ok", "tookMs": 115, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
344 "publish": {"status": "skipped", "tookMs": 0},
345 "metadata": {
346 "crossScalaVersions": ["3.3.3"]
347}
348},{
349 "module": "peloton-persistence-postgresql",
350 "compile": {"status": "ok", "tookMs": 1124, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
351 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
352 "test-compile": {"status": "ok", "tookMs": 152, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
353 "test": {"status": "ok", "tookMs": 216, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
354 "publish": {"status": "skipped", "tookMs": 0},
355 "metadata": {
356 "crossScalaVersions": ["3.3.3"]
357}
358}]
359************************
360[success] Total time: 121 s (0:02:01.0), completed Nov 28, 2025, 2:54:16 PM
361[0JChecking patch project/plugins.sbt...
362Checking patch project/build.properties...
363Checking patch build.sbt...
364Applied patch project/plugins.sbt cleanly.
365Applied patch project/build.properties cleanly.
366Applied patch build.sbt cleanly.