Build Logs

devsisters/shardcake • 3.8.0-RC2:2025-11-25

Errors

0

Warnings

28

Total Lines

320

1##################################
2Clonning https://github.com/devsisters/shardcake.git into /build/repo using revision v2.6.2
3##################################
4Note: switching to 'de6eb7957445c54ac1bcd4655d1fc90e96916750'.
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.5
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: protocol-grpc/src/main/scala/com/devsisters/shardcake/GrpcPods.scala
34Pattern: \[PodAddress, \(ShardingServiceClient, Fiber\[Throwable, Nothing\]\)\]
35Replacement: [PodAddress, (ShardingServiceClient, Fiber[Throwable, Any])]
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern '\[PodAddress, \(ShardingServiceClient, Fiber\[Throwable, Nothing\]\)\]' in protocol-grpc/src/main/scala/com/devsisters/shardcake/GrpcPods.scala
40
41Try apply source patch:
42Path: build.sbt
43Pattern: val scala3 = "3.3.5"
44Replacement: val scala3 = "3.8.0-RC2"
45Successfully applied pattern 'val scala3 = "3.3.5"' in build.sbt
46----
47Starting build for 3.8.0-RC2
48Execute tests: false
49sbt project found:
50Sbt version 1.11.1 is not supported, minimal supported version is 1.11.5
51Enforcing usage of sbt in version 1.11.5
52No prepare script found for project devsisters/shardcake
53/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
54##################################
55Scala version: 3.8.0-RC2
56Targets: com.devsisters%shardcake-core com.devsisters%shardcake-entities com.devsisters%shardcake-health-k8s com.devsisters%shardcake-manager com.devsisters%shardcake-protocol-grpc com.devsisters%shardcake-serialization-kryo com.devsisters%shardcake-storage-redis com.devsisters%shardcake-storage-redisson
57Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"protocol-grpc/src/main/scala/com/devsisters/shardcake/GrpcPods.scala","pattern":"\\[PodAddress, \\(ShardingServiceClient, Fiber\\[Throwable, Nothing\\]\\)\\]","replaceWith":"[PodAddress, (ShardingServiceClient, Fiber[Throwable, Any])]"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
58##################################
59Using extra scalacOptions: ,REQUIRE:-source:3.8
60Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
61[sbt_options] declare -a sbt_options=()
62[process_args] java_version = '17'
63[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
64# Executing command line:
65java
66-Dfile.encoding=UTF-8
67-Dcommunitybuild.scala=3.8.0-RC2
68-Dcommunitybuild.project.dependencies.add=
69-Xmx7G
70-Xms4G
71-Xss8M
72-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
73-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
74-jar
75/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
76"setCrossScalaVersions 3.8.0-RC2"
77"++3.8.0-RC2 -v"
78"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
79"set every credentials := Nil"
80"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
81"removeScalacOptionsStartingWith -P:wartremover"
82
83moduleMappings
84"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"protocol-grpc/src/main/scala/com/devsisters/shardcake/GrpcPods.scala","pattern":"\\[PodAddress, \\(ShardingServiceClient, Fiber\\[Throwable, Nothing\\]\\)\\]","replaceWith":"[PodAddress, (ShardingServiceClient, Fiber[Throwable, Any])]"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.devsisters%shardcake-core com.devsisters%shardcake-entities com.devsisters%shardcake-health-k8s com.devsisters%shardcake-manager com.devsisters%shardcake-protocol-grpc com.devsisters%shardcake-serialization-kryo com.devsisters%shardcake-storage-redis com.devsisters%shardcake-storage-redisson"
85
86[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
87[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
88[info] loading project definition from /build/repo/project
89[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
90[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
91[info] Compilation completed in 8.774s.
92[info] done compiling
93[info] loading settings for project root from build.sbt...
94[info] resolving key references (10460 settings) ...
95[info] set current project to shardcake (in build file:/build/repo/)
96Execute setCrossScalaVersions: 3.8.0-RC2
97OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in core/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in benchmarks/crossScalaVersions
99OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in manager/crossScalaVersions
100OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in root/crossScalaVersions
101OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in serializationKryo/crossScalaVersions
102OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in storageRedisson/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in healthK8s/crossScalaVersions
104OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in grpcProtocol/crossScalaVersions
105OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in entities/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in storageRedis/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examples/crossScalaVersions
108[info] set current project to shardcake (in build file:/build/repo/)
109[info] Setting Scala version to 3.8.0-RC2 on 10 projects.
110[info] Switching Scala version on:
111[info] entities (2.12.20, 2.13.16, 3.8.0-RC2)
112[info] benchmarks (2.12.20, 2.13.16, 3.8.0-RC2)
113[info] examples (2.12.20, 2.13.16, 3.8.0-RC2)
114[info] storageRedis (2.12.20, 2.13.16, 3.8.0-RC2)
115[info] storageRedisson (2.12.20, 2.13.16, 3.8.0-RC2)
116[info] serializationKryo (2.12.20, 2.13.16, 3.8.0-RC2)
117[info] healthK8s (2.12.20, 2.13.16, 3.8.0-RC2)
118[info] manager (2.12.20, 2.13.16, 3.8.0-RC2)
119[info] core (2.12.20, 2.13.16, 3.8.0-RC2)
120[info] grpcProtocol (2.12.20, 2.13.16, 3.8.0-RC2)
121[info] Excluding projects:
122[info] * root (2.13.16)
123[info] Reapplying settings...
124[info] set current project to shardcake (in build file:/build/repo/)
125Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
126[info] Reapplying settings...
127[info] set current project to shardcake (in build file:/build/repo/)
128[info] Defining Global / credentials, benchmarks / credentials and 9 others.
129[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 54 others.
130[info] Run `last` for details.
131[info] Reapplying settings...
132[info] set current project to shardcake (in build file:/build/repo/)
133Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
134[info] Reapplying settings...
135OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
136
137 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
138 Did you mean allExcludeDependencies ?
139 , retry without global scopes
140[info] Reapplying settings...
141[info] set current project to shardcake (in build file:/build/repo/)
142Execute removeScalacOptionsStartingWith: -P:wartremover
143[info] Reapplying settings...
144[info] set current project to shardcake (in build file:/build/repo/)
145[success] Total time: 0 s, completed Nov 25, 2025, 3:29:08 PM
146Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"protocol-grpc/src/main/scala/com/devsisters/shardcake/GrpcPods.scala","pattern":"\\[PodAddress, \\(ShardingServiceClient, Fiber\\[Throwable, Nothing\\]\\)\\]","replaceWith":"[PodAddress, (ShardingServiceClient, Fiber[Throwable, Any])]"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
147Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
148Starting build...
149Projects: Set(entities, storageRedis, storageRedisson, serializationKryo, healthK8s, manager, core, grpcProtocol)
150Starting build for ProjectRef(file:/build/repo/,healthK8s) (shardcake-health-k8s)... [0/8]
151OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
152OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
153OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
154OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
155Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -language:postfixOps, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
156[info] compiling 7 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/classes ...
157[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
158[warn] one warning found
159[info] done compiling
160[info] compiling 2 Scala sources to /build/repo/health-k8s/target/scala-3.8.0-RC2/classes ...
161[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
162[warn] one warning found
163[info] done compiling
164Starting build for ProjectRef(file:/build/repo/,core) (shardcake-core)... [1/8]
165Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -language:postfixOps, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
166[info] compiling 1 Scala source to /build/repo/core/target/scala-3.8.0-RC2/test-classes ...
167[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
168[warn] one warning found
169[info] done compiling
170Starting build for ProjectRef(file:/build/repo/,storageRedis) (shardcake-storage-redis)... [2/8]
171Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -language:postfixOps, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
172[info] compiling 2 Scala sources to /build/repo/storage-redis/target/scala-3.8.0-RC2/classes ...
173[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
174[warn] one warning found
175[info] done compiling
176[info] compiling 1 Scala source to /build/repo/storage-redis/target/scala-3.8.0-RC2/test-classes ...
177[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
178[warn] one warning found
179[info] done compiling
180Starting build for ProjectRef(file:/build/repo/,grpcProtocol) (shardcake-protocol-grpc)... [3/8]
181Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -language:postfixOps, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
182[info] compiling 19 Scala sources to /build/repo/entities/target/scala-3.8.0-RC2/classes ...
183[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
184[info] Compiling 1 protobuf files to /build/repo/protocol-grpc/target/scala-3.8.0-RC2/src_managed/main
185[warn] one warning found
186[info] done compiling
187[info] compiling 14 Scala sources to /build/repo/protocol-grpc/target/scala-3.8.0-RC2/classes ...
188[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
189[warn] one warning found
190[info] done compiling
191Starting build for ProjectRef(file:/build/repo/,serializationKryo) (shardcake-serialization-kryo)... [4/8]
192Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -language:postfixOps, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
193[info] compiling 1 Scala source to /build/repo/serialization-kryo/target/scala-3.8.0-RC2/classes ...
194[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
195[warn] one warning found
196[info] done compiling
197[info] compiling 1 Scala source to /build/repo/serialization-kryo/target/scala-3.8.0-RC2/test-classes ...
198[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
199[warn] one warning found
200[info] done compiling
201Starting build for ProjectRef(file:/build/repo/,entities) (shardcake-entities)... [5/8]
202Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -language:postfixOps, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
203[info] compiling 2 Scala sources to /build/repo/entities/target/scala-3.8.0-RC2/test-classes ...
204[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
205[warn] one warning found
206[info] done compiling
207Starting build for ProjectRef(file:/build/repo/,storageRedisson) (shardcake-storage-redisson)... [6/8]
208Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -language:postfixOps, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
209[info] compiling 2 Scala sources to /build/repo/storage-redisson/target/scala-3.8.0-RC2/classes ...
210[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
211[warn] one warning found
212[info] done compiling
213[info] compiling 1 Scala source to /build/repo/storage-redisson/target/scala-3.8.0-RC2/test-classes ...
214[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
215[warn] one warning found
216[info] done compiling
217Starting build for ProjectRef(file:/build/repo/,manager) (shardcake-manager)... [7/8]
218Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -language:postfixOps, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
219[info] compiling 5 Scala sources to /build/repo/manager/target/scala-3.8.0-RC2/classes ...
220[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
221[warn] one warning found
222[info] done compiling
223[info] compiling 1 Scala source to /build/repo/manager/target/scala-3.8.0-RC2/test-classes ...
224[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
225[warn] one warning found
226[info] done compiling
227
228************************
229Build summary:
230[{
231 "module": "shardcake-health-k8s",
232 "compile": {"status": "ok", "tookMs": 10419, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
233 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
234 "test-compile": {"status": "ok", "tookMs": 280, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
235 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
236 "publish": {"status": "skipped", "tookMs": 0},
237 "metadata": {
238 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
239}
240},{
241 "module": "shardcake-core",
242 "compile": {"status": "ok", "tookMs": 72, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
243 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
244 "test-compile": {"status": "ok", "tookMs": 1415, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
245 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
246 "publish": {"status": "skipped", "tookMs": 0},
247 "metadata": {
248 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
249}
250},{
251 "module": "shardcake-storage-redis",
252 "compile": {"status": "ok", "tookMs": 1650, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
253 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
254 "test-compile": {"status": "ok", "tookMs": 2249, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
255 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
256 "publish": {"status": "skipped", "tookMs": 0},
257 "metadata": {
258 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
259}
260},{
261 "module": "shardcake-protocol-grpc",
262 "compile": {"status": "ok", "tookMs": 9541, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
263 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
264 "test-compile": {"status": "ok", "tookMs": 216, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
265 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
266 "publish": {"status": "skipped", "tookMs": 0},
267 "metadata": {
268 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
269}
270},{
271 "module": "shardcake-serialization-kryo",
272 "compile": {"status": "ok", "tookMs": 763, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
273 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
274 "test-compile": {"status": "ok", "tookMs": 891, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
275 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
276 "publish": {"status": "skipped", "tookMs": 0},
277 "metadata": {
278 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
279}
280},{
281 "module": "shardcake-entities",
282 "compile": {"status": "ok", "tookMs": 107, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
283 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
284 "test-compile": {"status": "ok", "tookMs": 1643, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
285 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
286 "publish": {"status": "skipped", "tookMs": 0},
287 "metadata": {
288 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
289}
290},{
291 "module": "shardcake-storage-redisson",
292 "compile": {"status": "ok", "tookMs": 922, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
293 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
294 "test-compile": {"status": "ok", "tookMs": 916, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
295 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
296 "publish": {"status": "skipped", "tookMs": 0},
297 "metadata": {
298 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
299}
300},{
301 "module": "shardcake-manager",
302 "compile": {"status": "ok", "tookMs": 4615, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
303 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
304 "test-compile": {"status": "ok", "tookMs": 1897, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
305 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
306 "publish": {"status": "skipped", "tookMs": 0},
307 "metadata": {
308 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
309}
310}]
311************************
312[success] Total time: 120 s (0:02:00.0), completed Nov 25, 2025, 3:31:08 PM
313[0JChecking patch protocol-grpc/src/main/scala/com/devsisters/shardcake/GrpcPods.scala...
314Checking patch project/plugins.sbt...
315Checking patch project/build.properties...
316Checking patch build.sbt...
317Applied patch protocol-grpc/src/main/scala/com/devsisters/shardcake/GrpcPods.scala cleanly.
318Applied patch project/plugins.sbt cleanly.
319Applied patch project/build.properties cleanly.
320Applied patch build.sbt cleanly.