Build Logs

yoohaemin/decrel • scheduled_3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY

Errors

0

Warnings

20

Total Lines

333

1##################################
2Clonning https://github.com/yoohaemin/decrel.git into /build/repo using revision v0.1.1
3##################################
4Note: switching to 'e620d5038ab8bd0e7a2c514418a7e9077027d5a8'.
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.1-RC1-bin-20260109-97cdaf4-NIGHTLY
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: build.sbt
34Pattern: val scala3 = "3.3.5"
35Replacement: val scala3 = "3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.3.5"' in build.sbt
40----
41Starting build for 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
42Execute tests: false
43sbt project found:
44Sbt version 1.10.7 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project yoohaemin/decrel
47##################################
48Scala version: 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
49Targets: com.yoohaemin%decrel-cats com.yoohaemin%decrel-core com.yoohaemin%decrel-fetch com.yoohaemin%decrel-scalacheck com.yoohaemin%decrel-ziotest com.yoohaemin%decrel-zquery
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Xmx2G
61-Dsbt.supershell=false
62-Dcommunitybuild.scala=3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
63-Dcommunitybuild.project.dependencies.add=
64-Xmx7G
65-Xms4G
66-Xss8M
67-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
68-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
69-jar
70/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
71"setCrossScalaVersions 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY"
72"++3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -v"
73"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
74"set every credentials := Nil"
75"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
76"removeScalacOptionsStartingWith -P:wartremover"
77
78moduleMappings
79"runBuild 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.yoohaemin%decrel-cats com.yoohaemin%decrel-core com.yoohaemin%decrel-fetch com.yoohaemin%decrel-scalacheck com.yoohaemin%decrel-ziotest com.yoohaemin%decrel-zquery"
80
81[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
82[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
83[info] loading project definition from /build/repo/project
84[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
85[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
86[info] Compilation completed in 8.496s.
87[info] done compiling
88[info] loading settings for project root from build.sbt...
89[info] resolving key references (15037 settings) ...
90[info]
91[info] DECREL - Declarative Programming with Relations
92[info] 0.1.1+0-e620d503+20260110-0050-SNAPSHOT
93[info]
94[info] Useful sbt tasks:
95[info] > ~compile - Compile all modules with file-watch enabled
96[info] > +test - Run the unit test suite
97[info] > fmt - Run scalafmt on the entire project
98[info] > +publishLocal - Publish decrel locally
99Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
100OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zqueryJS/crossScalaVersions
101OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in fetch/crossScalaVersions
102OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in core/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zquery/crossScalaVersions
104OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in ziotestJS/crossScalaVersions
105OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in root/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in cats/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in coreJS/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in catsJS/crossScalaVersions
109OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in scalacheck/crossScalaVersions
110OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in scalacheckJS/crossScalaVersions
111OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in ziotest/crossScalaVersions
112[info]
113[info] DECREL - Declarative Programming with Relations
114[info] 0.1.1+0-e620d503+20260110-0051-SNAPSHOT
115[info]
116[info] Useful sbt tasks:
117[info] > ~compile - Compile all modules with file-watch enabled
118[info] > +test - Run the unit test suite
119[info] > fmt - Run scalafmt on the entire project
120[info] > +publishLocal - Publish decrel locally
121[info] Setting Scala version to 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY on 11 projects.
122[info] Switching Scala version on:
123[info] ziotest (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
124[info] ziotestJS (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
125[info] coreJS (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
126[info] scalacheck (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
127[info] fetch (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
128[info] cats (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
129[info] core (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
130[info] catsJS (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
131[info] zqueryJS (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
132[info] zquery (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
133[info] scalacheckJS (2.13.16, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
134[info] Excluding projects:
135[info] * root (2.13.16)
136[info] fetchJS (2.13.16)
137[info] docs (2.13.16)
138[info] jsdocs (2.13.16)
139[info] Reapplying settings...
140[info]
141[info] DECREL - Declarative Programming with Relations
142[info] 0.1.1+0-e620d503+20260110-0051-SNAPSHOT
143[info]
144[info] Useful sbt tasks:
145[info] > ~compile - Compile all modules with file-watch enabled
146[info] > +test - Run the unit test suite
147[info] > fmt - Run scalafmt on the entire project
148[info] > +publishLocal - Publish decrel locally
149Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
150[info] Reapplying settings...
151[info]
152[info] DECREL - Declarative Programming with Relations
153[info] 0.1.1+0-e620d503+20260110-0051-SNAPSHOT
154[info]
155[info] Useful sbt tasks:
156[info] > ~compile - Compile all modules with file-watch enabled
157[info] > +test - Run the unit test suite
158[info] > fmt - Run scalafmt on the entire project
159[info] > +publishLocal - Publish decrel locally
160[info] Defining Global / credentials, cats / credentials and 13 others.
161[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 119 others.
162[info] Run `last` for details.
163[info] Reapplying settings...
164[info]
165[info] DECREL - Declarative Programming with Relations
166[info] 0.1.1+0-e620d503+20260110-0051-SNAPSHOT
167[info]
168[info] Useful sbt tasks:
169[info] > ~compile - Compile all modules with file-watch enabled
170[info] > +test - Run the unit test suite
171[info] > fmt - Run scalafmt on the entire project
172[info] > +publishLocal - Publish decrel locally
173Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
174[info] Reapplying settings...
175OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
176
177 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
178 Did you mean cats / allExcludeDependencies ?
179 , retry without global scopes
180[info] Reapplying settings...
181[info]
182[info] DECREL - Declarative Programming with Relations
183[info] 0.1.1+0-e620d503+20260110-0051-SNAPSHOT
184[info]
185[info] Useful sbt tasks:
186[info] > ~compile - Compile all modules with file-watch enabled
187[info] > +test - Run the unit test suite
188[info] > fmt - Run scalafmt on the entire project
189[info] > +publishLocal - Publish decrel locally
190Execute removeScalacOptionsStartingWith: -P:wartremover
191[info] Reapplying settings...
192[info]
193[info] DECREL - Declarative Programming with Relations
194[info] 0.1.1+0-e620d503+20260110-0051-SNAPSHOT
195[info]
196[info] Useful sbt tasks:
197[info] > ~compile - Compile all modules with file-watch enabled
198[info] > +test - Run the unit test suite
199[info] > fmt - Run scalafmt on the entire project
200[info] > +publishLocal - Publish decrel locally
201[success] Total time: 0 s, completed Jan 10, 2026, 12:51:08 AM
202Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
203Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
204Starting build...
205Projects: Set(ziotest, scalacheck, fetch, cats, core, zquery)
206Starting build for ProjectRef(file:/build/repo/,cats) (decrel-cats)... [0/6]
207OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
208OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
209OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
210OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
211Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
212[info] compiling 14 Scala sources to /build/repo/core/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
213[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
214[warn] one warning found
215[info] done compiling
216[info] compiling 2 Scala sources to /build/repo/cats/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
217[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
218[warn] one warning found
219[info] done compiling
220Starting build for ProjectRef(file:/build/repo/,zquery) (decrel-zquery)... [1/6]
221Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
222[info] compiling 2 Scala sources to /build/repo/zquery/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
223[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
224[warn] one warning found
225[info] done compiling
226[info] compiling 1 Scala source to /build/repo/zquery/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
227[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
228[warn] one warning found
229[info] done compiling
230Starting build for ProjectRef(file:/build/repo/,core) (decrel-core)... [2/6]
231Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
232[info] compiling 2 Scala sources to /build/repo/core/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
233[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
234[warn] one warning found
235[info] done compiling
236Starting build for ProjectRef(file:/build/repo/,scalacheck) (decrel-scalacheck)... [3/6]
237Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
238[info] compiling 2 Scala sources to /build/repo/scalacheck/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
239[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
240[warn] one warning found
241[info] done compiling
242[info] compiling 1 Scala source to /build/repo/scalacheck/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
243[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
244[warn] one warning found
245[info] done compiling
246Starting build for ProjectRef(file:/build/repo/,fetch) (decrel-fetch)... [4/6]
247Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
248[info] compiling 2 Scala sources to /build/repo/fetch/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
249[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
250[warn] one warning found
251[info] done compiling
252Starting build for ProjectRef(file:/build/repo/,ziotest) (decrel-ziotest)... [5/6]
253Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
254[info] compiling 2 Scala sources to /build/repo/ziotest/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
255[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
256[warn] one warning found
257[info] done compiling
258[info] compiling 1 Scala source to /build/repo/ziotest/.jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
259[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
260[warn] one warning found
261[info] done compiling
262
263************************
264Build summary:
265[{
266 "module": "decrel-cats",
267 "compile": {"status": "ok", "tookMs": 10460, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
268 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
269 "test-compile": {"status": "ok", "tookMs": 194, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
270 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
271 "publish": {"status": "skipped", "tookMs": 0},
272 "metadata": {
273 "crossScalaVersions": ["2.13.16", "3.3.5"]
274}
275},{
276 "module": "decrel-zquery",
277 "compile": {"status": "ok", "tookMs": 1978, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
278 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
279 "test-compile": {"status": "ok", "tookMs": 3571, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
280 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
281 "publish": {"status": "skipped", "tookMs": 0},
282 "metadata": {
283 "crossScalaVersions": ["2.13.16", "3.3.5"]
284}
285},{
286 "module": "decrel-core",
287 "compile": {"status": "ok", "tookMs": 66, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
288 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
289 "test-compile": {"status": "ok", "tookMs": 2264, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
290 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
291 "publish": {"status": "skipped", "tookMs": 0},
292 "metadata": {
293 "crossScalaVersions": ["2.13.16", "3.3.5"]
294}
295},{
296 "module": "decrel-scalacheck",
297 "compile": {"status": "ok", "tookMs": 650, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
298 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
299 "test-compile": {"status": "ok", "tookMs": 1125, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
300 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
301 "publish": {"status": "skipped", "tookMs": 0},
302 "metadata": {
303 "crossScalaVersions": ["2.13.16", "3.3.5"]
304}
305},{
306 "module": "decrel-fetch",
307 "compile": {"status": "ok", "tookMs": 2022, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
308 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
309 "test-compile": {"status": "ok", "tookMs": 203, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
310 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
311 "publish": {"status": "skipped", "tookMs": 0},
312 "metadata": {
313 "crossScalaVersions": ["2.13.16", "3.3.5"]
314}
315},{
316 "module": "decrel-ziotest",
317 "compile": {"status": "ok", "tookMs": 700, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
318 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
319 "test-compile": {"status": "ok", "tookMs": 1293, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
320 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
321 "publish": {"status": "skipped", "tookMs": 0},
322 "metadata": {
323 "crossScalaVersions": ["2.13.16", "3.3.5"]
324}
325}]
326************************
327[success] Total time: 33 s, completed Jan 10, 2026, 12:51:41 AM
328[0JChecking patch project/plugins.sbt...
329Checking patch project/build.properties...
330Checking patch build.sbt...
331Applied patch project/plugins.sbt cleanly.
332Applied patch project/build.properties cleanly.
333Applied patch build.sbt cleanly.