Build Logs

killaitis/peloton • 3.8.1-RC1:2026-01-13

Errors

0

Warnings

85

Total Lines

367

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.1-RC1
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.1-RC1
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.1-RC1
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.1-RC1
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.1-RC1"
60"++3.8.1-RC1 -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.1-RC1 """{"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 8.906s.
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.1-RC1
79OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1 in core/crossScalaVersions
80OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1 in integration-tests/crossScalaVersions
81OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1 in persistence-mysql/crossScalaVersions
82OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1 in root/crossScalaVersions
83OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1 in persistence-postgresql/crossScalaVersions
84OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1 in examples/crossScalaVersions
85OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1 in scheduling-cron/crossScalaVersions
86OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1 in persistence-cassandra/crossScalaVersions
87[info] set current project to peloton (in build file:/build/repo/)
88[info] Setting Scala version to 3.8.1-RC1 on 8 projects.
89[info] Switching Scala version on:
90[info] persistence-cassandra (3.8.1-RC1)
91[info] examples (3.8.1-RC1)
92[info] scheduling-cron (3.8.1-RC1)
93[info] * root (3.8.1-RC1)
94[info] persistence-postgresql (3.8.1-RC1)
95[info] persistence-mysql (3.8.1-RC1)
96[info] core (3.8.1-RC1)
97[info] integration-tests (3.8.1-RC1)
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 Jan 13, 2026, 8:39:13 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.1-RC1/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] |
136[warn] 286 | )(using
137[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/internal/DurableStateActor.scala:4:27
138[warn] 4 |import peloton.actor.Actor.CanAsk
139[warn] | ^^^^^^
140[warn] | unused import
141[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/internal/EventSourcedActor.scala:4:27
142[warn] 4 |import peloton.actor.Actor.*
143[warn] | ^
144[warn] | unused import
145[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/internal/EventSourcedActor.scala:6:21
146[warn] 6 |import peloton.actor.Behavior
147[warn] | ^^^^^^^^
148[warn] | unused import
149[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/actor/internal/StatefulActor.scala:4:27
150[warn] 4 |import peloton.actor.Actor.CanAsk
151[warn] | ^^^^^^
152[warn] | unused import
153[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/http/ActorSystemServer.scala:13:31
154[warn] 13 |import org.http4s.{HttpRoutes, Request, Response}
155[warn] | ^^^^^^^
156[warn] | unused import
157[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/utils/Traverse.scala:13:36
158[warn] 13 | def parTraverse_[F[_]: Applicative: Parallel, B](f: Int => F[B]): F[Unit] =
159[warn] | ^
160[warn] | unused implicit parameter in extension method parTraverse_
161[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/main/scala/peloton/utils/Traverse.scala:16:35
162[warn] 16 | def parTraverse[F[_]: Applicative: Parallel, B](f: Int => F[B]): F[Seq[B]] =
163[warn] | ^
164[warn] | unused implicit parameter in extension method parTraverse
165[warn] -- [E194] Potential Issue Warning: /build/repo/core/src/main/scala/peloton/persistence/PersistenceId.scala:7:6
166[warn] 7 | def toString(): String = id.toString()
167[warn] | ^
168[warn] |Extension method toString will never be selected from type Any
169[warn] |because Any already has a member with the same name and compatible parameter types.
170[warn] |
171[warn] | longer explanation available when compiling with `-explain`
172[warn] 9 warnings found
173[info] done compiling
174[info] compiling 1 Scala source to /build/repo/scheduling/cron/target/scala-3.8.1-RC1/classes ...
175[info] done compiling
176[info] compiling 2 Scala sources to /build/repo/scheduling/cron/target/scala-3.8.1-RC1/test-classes ...
177[info] done compiling
178[2026-01-13 20:39:36,784] [INFO] [o.quartz.impl.StdSchedulerFactory] - Using default implementation for ThreadExecutor
179[2026-01-13 20:39:36,788] [INFO] [org.quartz.simpl.SimpleThreadPool] - Job execution threads will use class loader of thread: io-compute-blocker-3
180[2026-01-13 20:39:36,803] [INFO] [o.quartz.core.SchedulerSignalerImpl] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
181[2026-01-13 20:39:36,803] [INFO] [org.quartz.core.QuartzScheduler] - Quartz Scheduler v2.5.0 created.
182[2026-01-13 20:39:36,805] [INFO] [org.quartz.simpl.RAMJobStore] - RAMJobStore initialized.
183[2026-01-13 20:39:36,805] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler meta-data: Quartz Scheduler (v2.5.0) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
184 Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
185 NOT STARTED.
186 Currently in standby mode.
187 Number of jobs executed: 0
188 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
189 Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
190
191[2026-01-13 20:39:36,806] [INFO] [o.quartz.impl.StdSchedulerFactory] - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
192[2026-01-13 20:39:36,806] [INFO] [o.quartz.impl.StdSchedulerFactory] - Quartz scheduler version: 2.5.0
193[2026-01-13 20:39:36,808] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
194[2026-01-13 20:39:48,860] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
195[2026-01-13 20:39:48,860] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
196[2026-01-13 20:39:48,861] [INFO] [org.quartz.core.QuartzScheduler] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
197[info] CronSchedulerSpec:
198[info] A CronScheduler
199[info] - should trigger the evaluation of an effect according to a given CRON expression
200[info] - should consider a given date range (pending)
201[info] - should consider a given timezone (pending)
202Starting build for ProjectRef(file:/build/repo/,persistence-cassandra) (peloton-persistence-cassandra)... [1/5]
203Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
204[info] compiling 3 Scala sources to /build/repo/persistence/cassandra/target/scala-3.8.1-RC1/classes ...
205[warn] -- [E198] Unused Symbol Warning: /build/repo/persistence/cassandra/src/main/scala/peloton/persistence/cassandra/DurableStateStoreCassandra.scala:9:44
206[warn] 9 |import com.datastax.oss.driver.api.core.cql.*
207[warn] | ^
208[warn] | unused import
209[warn] -- [E198] Unused Symbol Warning: /build/repo/persistence/cassandra/src/main/scala/peloton/persistence/cassandra/EventStoreCassandra.scala:16:27
210[warn] 16 |import org.reactivestreams.FlowAdapters
211[warn] | ^^^^^^^^^^^^
212[warn] | unused import
213[warn] there was 1 deprecation warning; re-run with -deprecation for details
214[warn] three warnings found
215[info] done compiling
216Starting build for ProjectRef(file:/build/repo/,core) (peloton-core)... [2/5]
217Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
218[info] compiling 15 Scala sources to /build/repo/core/target/scala-3.8.1-RC1/test-classes ...
219[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/EventSourcedActorSpec.scala:93:8
220[warn] 93 | state1 <- actor ? GetState
221[warn] | ^^^^^^
222[warn] | unused pattern variable
223[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/JsonPayloadCodecSpec.scala:7:33
224[warn] 7 |import io.circe.generic.semiauto.*
225[warn] | ^
226[warn] | unused import
227[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/actors/CalculatorActor.scala:5:21
228[warn] 5 |import peloton.actor.Actor
229[warn] | ^^^^^
230[warn] | unused import
231[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/actors/CountingActor.scala:6:21
232[warn] 6 |import peloton.actor.Actor
233[warn] | ^^^^^
234[warn] | unused import
235[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/actors/EffectActor.scala:52:34
236[warn] 52 | case Message.HandleResult(meaningOfLife) =>
237[warn] | ^^^^^^^^^^^^^
238[warn] | unused pattern variable
239[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/utils/DurableStateStoreMock.scala:3:15
240[warn] 3 |import peloton.*
241[warn] | ^
242[warn] | unused import
243[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/utils/EventStoreMock.scala:3:15
244[warn] 3 |import peloton.*
245[warn] | ^
246[warn] | unused import
247[warn] -- [E198] Unused Symbol Warning: /build/repo/core/src/test/scala/peloton/utils/SystemPropertiesSpec.scala:13:16
248[warn] 13 | def release(_u: Unit): IO[Unit] =
249[warn] | ^^
250[warn] | unused explicit parameter
251[warn] 8 warnings found
252[info] done compiling
253[info] DurableStateActorSpec:
254[info] A DurableStateActor
255[info] - should spawn a new actor with default values when the actor has never been started
256[info] - should modify its state when receiving messages and write it to the durable state store
257[info] - should re-use its persistent state
258[info] - should handle the actor's message stash appropriately
259[info] - should handle failed effects in the message handler
260[info] JsonPayloadCodecSpec:
261[info] A JsonPayloadCodec
262[info] - should encode instances of a given type
263[info] - should encode instances of a given type with missing optional fields
264[info] - should decode a byte array to an instance of a given type
265[info] KryoPayloadCodecSpec:
266[info] A KryoPayloadCodec
267[info] - should encode instances of a given type
268[info] - should encode instances of a given type with missing optional fields
269[info] - should decode a byte array to an instance of a given type
270starting actor with state=State(0) and counter=0
271starting actor with state=State(0) and counter=0
272starting actor with state=State(31) and counter=4
273starting actor with state=State(0) and counter=0
274[info] EventSourcedActorSpec:
275[info] An EventSourcedActor
276[info] - should spawn a new event sourced actor and store its events
277[info] - should spawn a new event sourced actor and read all previous events from the event store
278[info] - should create snapshots when the snapshot predicate is matching
279[info] ConfigSpec:
280[info] A Peloton Config
281[info] - should read the config from the default application config file
282[info] - should read the config from a given String
283[info] - should be able to reuse config blocks as aliases
284[info] - should merge Java properties into the config
285Calculating Meaning Of Life
286The Meaning Of Live has been calculated!
287Calculating Meaning Of Life
288Calculation of Meaning Of Live has been cancelled!
289[info] StatefulActorSpec:
290[info] A StatefulActor
291[info] - should spawn a new actor
292[info] - should handle messages sent by the ASK pattern
293[info] - should handle messages sent by the TELL pattern
294[info] - should be able to cascade ASK messages
295[info] - should be able to pipe messages from a running fiber to itself
296[info] - should be able to cancel the effect fiber
297[info] - should be able to handle a failing effect
298Starting build for ProjectRef(file:/build/repo/,persistence-mysql) (peloton-persistence-mysqll)... [3/5]
299Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
300[info] compiling 3 Scala sources to /build/repo/persistence/mysql/target/scala-3.8.1-RC1/classes ...
301[info] done compiling
302Starting build for ProjectRef(file:/build/repo/,persistence-postgresql) (peloton-persistence-postgresql)... [4/5]
303Compile scalacOptions: -unchecked, -Wunused:all, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
304[info] compiling 3 Scala sources to /build/repo/persistence/postgresql/target/scala-3.8.1-RC1/classes ...
305[info] done compiling
306
307************************
308Build summary:
309[{
310 "module": "peloton-scheduling-cron",
311 "compile": {"status": "ok", "tookMs": 16956, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
312 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
313 "test-compile": {"status": "ok", "tookMs": 1601, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
314 "test": {"status": "ok", "tookMs": 13409, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
315 "publish": {"status": "skipped", "tookMs": 0},
316 "metadata": {
317 "crossScalaVersions": ["3.3.3"]
318}
319},{
320 "module": "peloton-persistence-cassandra",
321 "compile": {"status": "ok", "tookMs": 1270, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
322 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
323 "test-compile": {"status": "ok", "tookMs": 156, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
324 "test": {"status": "ok", "tookMs": 151, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
325 "publish": {"status": "skipped", "tookMs": 0},
326 "metadata": {
327 "crossScalaVersions": ["3.3.3"]
328}
329},{
330 "module": "peloton-core",
331 "compile": {"status": "ok", "tookMs": 61, "warnings": 9, "errors": 0, "sourceVersion": "3.8"},
332 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
333 "test-compile": {"status": "ok", "tookMs": 6013, "warnings": 8, "errors": 0, "sourceVersion": "3.8"},
334 "test": {"status": "ok", "tookMs": 9362, "passed": 25, "failed": 0, "ignored": 0, "skipped": 0, "total": 25, "byFramework": [{"framework": "unknown", "stats": {"passed": 25, "failed": 0, "ignored": 0, "skipped": 0, "total": 25}}]},
335 "publish": {"status": "skipped", "tookMs": 0},
336 "metadata": {
337 "crossScalaVersions": ["3.3.3"]
338}
339},{
340 "module": "peloton-persistence-mysqll",
341 "compile": {"status": "ok", "tookMs": 881, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
342 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
343 "test-compile": {"status": "ok", "tookMs": 129, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
344 "test": {"status": "ok", "tookMs": 143, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
345 "publish": {"status": "skipped", "tookMs": 0},
346 "metadata": {
347 "crossScalaVersions": ["3.3.3"]
348}
349},{
350 "module": "peloton-persistence-postgresql",
351 "compile": {"status": "ok", "tookMs": 863, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
352 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
353 "test-compile": {"status": "ok", "tookMs": 144, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
354 "test": {"status": "ok", "tookMs": 133, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
355 "publish": {"status": "skipped", "tookMs": 0},
356 "metadata": {
357 "crossScalaVersions": ["3.3.3"]
358}
359}]
360************************
361[success] Total time: 59 s, completed Jan 13, 2026, 8:40:12 PM
362[0JChecking patch project/plugins.sbt...
363Checking patch project/build.properties...
364Checking patch build.sbt...
365Applied patch project/plugins.sbt cleanly.
366Applied patch project/build.properties cleanly.
367Applied patch build.sbt cleanly.