Build Logs

scorexfoundation/scorex-util • scheduled_3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY

Errors

0

Warnings

18

Total Lines

340

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