Build Logs

scorexfoundation/scorex-util • scheduled_3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY

Errors

0

Warnings

18

Total Lines

338

1##################################
2Clonning https://github.com/scorexfoundation/scorex-util.git into /build/repo using revision v0.2.2
3##################################
4Note: switching to '9ec8229ac26333451a1aa76947e0bc5f3cccff1c'.
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
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.4 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.4-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala
32Pattern: (x: \w+) =>
33Replacement: ($1) =>
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern '(x: \w+) =>' in shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala
38
39Try apply source patch:
40Path: build.sbt
41Pattern: val scala3 = "3.3.5"
42Replacement: val scala3 = "3.7.4"
43Successfully applied pattern 'val scala3 = "3.3.5"' in build.sbt
44----
45Starting build for 3.7.4
46Execute tests: false
47sbt project found:
48Sbt version 1.10.7 is not supported, minimal supported version is 1.11.5
49Enforcing usage of sbt in version 1.11.5
50No prepare script found for project scorexfoundation/scorex-util
51##################################
52Scala version: 3.7.4
53Targets: org.scorexfoundation%scorex-util
54Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala","pattern":"(x: \\w+) =>","replaceWith":"($1) =>"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
55##################################
56Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
57Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
58[sbt_options] declare -a sbt_options=()
59[process_args] java_version = '17'
60[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
61# Executing command line:
62java
63-Dfile.encoding=UTF-8
64-Dcommunitybuild.scala=3.7.4
65-Dcommunitybuild.project.dependencies.add=
66-Xmx7G
67-Xms4G
68-Xss8M
69-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
70-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
71-jar
72/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
73"setCrossScalaVersions 3.7.4"
74"++3.7.4 -v"
75"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
76"set every credentials := Nil"
77"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
78"removeScalacOptionsStartingWith -P:wartremover"
79
80moduleMappings
81"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala","pattern":"(x: \\w+) =>","replaceWith":"($1) =>"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" org.scorexfoundation%scorex-util"
82
83[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
84[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
85[info] loading project definition from /build/repo/project
86[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
87[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
88[info] Compilation completed in 8.09s.
89[info] done compiling
90/build/repo/build.sbt:146: warning: match may not be exhaustive.
91It would fail on the following inputs: None, Some((2, _)), Some((_, 11)), Some((_, 12)), Some((_, 13)), Some((_, ??)), Some((_, _))
92 CrossVersion.partialVersion(scalaVersion.value) match {
93 ^
94/build/repo/build.sbt:127: 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:
95 resolvers += Resolver.sonatypeCentralSnapshots
96 resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
97 ^
98[info] loading settings for project repo from build.sbt...
99[info] set current project to repo (in build file:/build/repo/)
100Execute setCrossScalaVersions: 3.7.4
101OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJVM/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJS/crossScalaVersions
103OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in repo/crossScalaVersions
104[info] set current project to repo (in build file:/build/repo/)
105[info] Setting Scala version to 3.7.4 on 3 projects.
106[info] Switching Scala version on:
107[info] * repo (2.11.12, 2.12.20, 2.13.16, 3.7.4)
108[info] coreJS (3.7.4, 2.13.16)
109[info] coreJVM (2.11.12, 2.12.20, 2.13.16, 3.7.4)
110[info] Excluding projects:
111[info] Reapplying settings...
112[info] set current project to repo (in build file:/build/repo/)
113Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
114[info] Reapplying settings...
115[info] set current project to repo (in build file:/build/repo/)
116[info] Defining Global / credentials, coreJS / credentials and 1 others.
117[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 13 others.
118[info] Run `last` for details.
119[info] Reapplying settings...
120[info] set current project to repo (in build file:/build/repo/)
121Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
122[info] Reapplying settings...
123OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
124
125 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
126 Did you mean allExcludeDependencies ?
127 , retry without global scopes
128[info] Reapplying settings...
129[info] set current project to repo (in build file:/build/repo/)
130Execute removeScalacOptionsStartingWith: -P:wartremover
131[info] Reapplying settings...
132[info] set current project to repo (in build file:/build/repo/)
133[success] Total time: 0 s, completed Dec 28, 2025, 6:54:44 PM
134Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala","pattern":"(x: \\w+) =>","replaceWith":"($1) =>"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
135Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
136Starting build...
137Projects: Set(coreJVM)
138Starting build for ProjectRef(file:/build/repo/,coreJVM) (scorex-util)... [0/1]
139OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
140OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
141OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
142OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
143OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
144Compile scalacOptions: -encoding, utf-8, -explaintypes, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -unchecked, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
145[info] compiling 18 Scala sources to /build/repo/jvm/target/scala-3.7.4/classes ...
146[warn] -- Warning: /build/repo/shared/src/main/scala/scorex/util/encode/Base16.scala:20:4
147[warn] 20 | index
148[warn] | ^
149[warn] | Line is indented too far to the left, or a `}` is missing
150[info] [patched file /build/repo/shared/src/main/scala/scorex/util/serialization/VLQByteBufferReader.scala]
151[warn] one warning found
152[info] done compiling
153[info] compiling 1 Scala source to /build/repo/jvm/target/scala-3.7.4/classes ...
154[info] done compiling
155[info] compiling 12 Scala sources to /build/repo/jvm/target/scala-3.7.4/test-classes ...
156[warn] there were 3 deprecation warnings; re-run with -deprecation for details
157[warn] one warning found
158[info] done compiling
159
160************************
161Build summary:
162[{
163 "module": "scorex-util",
164 "compile": {"status": "ok", "tookMs": 5909, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
165 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
166 "test-compile": {"status": "ok", "tookMs": 7835, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
167 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
168 "publish": {"status": "skipped", "tookMs": 0},
169 "metadata": {
170 "crossScalaVersions": ["2.11.12", "2.12.20", "2.13.16", "3.3.5"]
171}
172}]
173************************
174[success] Total time: 27 s, completed Dec 28, 2025, 6:55:11 PM
175[0JChecking patch shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala...
176Checking patch project/plugins.sbt...
177Checking patch project/build.properties...
178Checking patch build.sbt...
179Applied patch shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala cleanly.
180Applied patch project/plugins.sbt cleanly.
181Applied patch project/build.properties cleanly.
182Applied patch build.sbt cleanly.
183Commit migration rewrites
184Switched to a new branch 'opencb/migrate-source-3.4'
185[opencb/migrate-source-3.4 9acc929] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
186 1 file changed, 1 insertion(+), 1 deletion(-)
187----
188Preparing build for 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
189Scala binary version found: 3.8
190Implicitly using source version 3.8
191Scala binary version found: 3.8
192Implicitly using source version 3.8
193Would try to apply common scalacOption (best-effort, sbt/mill only):
194Append: ,REQUIRE:-source:3.8
195Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
196
197Try apply source patch:
198Path: shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala
199Pattern: (x: \w+) =>
200Replacement: ($1) =>
201Successfully applied pattern '(x: \w+) =>' in shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala
202
203Try apply source patch:
204Path: build.sbt
205Pattern: val scala3 = "3.3.5"
206Replacement: val scala3 = "3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY"
207Successfully applied pattern 'val scala3 = "3.3.5"' in build.sbt
208----
209Starting build for 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
210Execute tests: false
211sbt project found:
212Sbt version 1.10.7 is not supported, minimal supported version is 1.11.5
213Enforcing usage of sbt in version 1.11.5
214No prepare script found for project scorexfoundation/scorex-util
215##################################
216Scala version: 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
217Targets: org.scorexfoundation%scorex-util
218Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala","pattern":"(x: \\w+) =>","replaceWith":"($1) =>"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
219##################################
220Using extra scalacOptions: ,REQUIRE:-source:3.8
221Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
222[sbt_options] declare -a sbt_options=()
223[process_args] java_version = '17'
224[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
225# Executing command line:
226java
227-Dfile.encoding=UTF-8
228-Dcommunitybuild.scala=3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
229-Dcommunitybuild.project.dependencies.add=
230-Xmx7G
231-Xms4G
232-Xss8M
233-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
234-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
235-jar
236/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
237"setCrossScalaVersions 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY"
238"++3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -v"
239"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
240"set every credentials := Nil"
241"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
242"removeScalacOptionsStartingWith -P:wartremover"
243
244moduleMappings
245"runBuild 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala","pattern":"(x: \\w+) =>","replaceWith":"($1) =>"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" org.scorexfoundation%scorex-util"
246
247[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
248[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
249[info] loading project definition from /build/repo/project
250/build/repo/build.sbt:146: warning: match may not be exhaustive.
251It would fail on the following inputs: None, Some((2, _)), Some((_, 11)), Some((_, 12)), Some((_, 13)), Some((_, ??)), Some((_, _))
252 CrossVersion.partialVersion(scalaVersion.value) match {
253 ^
254/build/repo/build.sbt:127: 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:
255 resolvers += Resolver.sonatypeCentralSnapshots
256 resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
257 ^
258[info] loading settings for project repo from build.sbt...
259[info] set current project to repo (in build file:/build/repo/)
260Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
261OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in coreJVM/crossScalaVersions
262OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in repo/crossScalaVersions
263OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in coreJS/crossScalaVersions
264[info] set current project to repo (in build file:/build/repo/)
265[info] Setting Scala version to 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY on 3 projects.
266[info] Switching Scala version on:
267[info] * repo (2.11.12, 2.12.20, 2.13.16, 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY)
268[info] coreJS (3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY, 2.13.16)
269[info] coreJVM (2.11.12, 2.12.20, 2.13.16, 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY)
270[info] Excluding projects:
271[info] Reapplying settings...
272[info] set current project to repo (in build file:/build/repo/)
273Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
274[info] Reapplying settings...
275[info] set current project to repo (in build file:/build/repo/)
276[info] Defining Global / credentials, coreJS / credentials and 1 others.
277[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 13 others.
278[info] Run `last` for details.
279[info] Reapplying settings...
280[info] set current project to repo (in build file:/build/repo/)
281Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
282[info] Reapplying settings...
283OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
284
285 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
286 Did you mean allExcludeDependencies ?
287 , retry without global scopes
288[info] Reapplying settings...
289[info] set current project to repo (in build file:/build/repo/)
290Execute removeScalacOptionsStartingWith: -P:wartremover
291[info] Reapplying settings...
292[info] set current project to repo (in build file:/build/repo/)
293[success] Total time: 0 s, completed Dec 28, 2025, 6:55:25 PM
294Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala","pattern":"(x: \\w+) =>","replaceWith":"($1) =>"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
295Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
296Starting build...
297Projects: Set(coreJVM)
298Starting build for ProjectRef(file:/build/repo/,coreJVM) (scorex-util)... [0/1]
299OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
300OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
301OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
302OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
303Compile scalacOptions: -encoding, utf-8, -explaintypes, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
304[info] compiling 18 Scala sources to /build/repo/jvm/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/classes ...
305[warn] -- Warning: /build/repo/shared/src/main/scala/scorex/util/encode/Base16.scala:20:4
306[warn] 20 | index
307[warn] | ^
308[warn] | Line is indented too far to the left, or a `}` is missing
309[warn] one warning found
310[info] done compiling
311[info] compiling 12 Scala sources to /build/repo/jvm/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/test-classes ...
312[warn] there were 3 deprecation warnings; re-run with -deprecation for details
313[warn] one warning found
314[info] done compiling
315
316************************
317Build summary:
318[{
319 "module": "scorex-util",
320 "compile": {"status": "ok", "tookMs": 9150, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
321 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
322 "test-compile": {"status": "ok", "tookMs": 7073, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
323 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
324 "publish": {"status": "skipped", "tookMs": 0},
325 "metadata": {
326 "crossScalaVersions": ["2.11.12", "2.12.20", "2.13.16", "3.3.5"]
327}
328}]
329************************
330[success] Total time: 25 s, completed Dec 28, 2025, 6:55:50 PM
331[0JChecking patch shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala...
332Checking patch project/plugins.sbt...
333Checking patch project/build.properties...
334Checking patch build.sbt...
335Applied patch shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala cleanly.
336Applied patch project/plugins.sbt cleanly.
337Applied patch project/build.properties cleanly.
338Applied patch build.sbt cleanly.