Build Logs

scorexfoundation/scorex-util • 3.8.0-RC3:2025-12-04

Errors

0

Warnings

18

Total Lines

406

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 9.047s.
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 4, 2025, 12:54:28 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": 6073, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
165 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
166 "test-compile": {"status": "ok", "tookMs": 8182, "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: 24 s, completed Dec 4, 2025, 12:54:51 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 e5a60d7] 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.0-RC3
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.0-RC3"
207Successfully applied pattern 'val scala3 = "3.3.5"' in build.sbt
208----
209Starting build for 3.8.0-RC3
210Execute tests: true
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.0-RC3
217Targets: org.scorexfoundation%scorex-util
218Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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.0-RC3
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.0-RC3"
238"++3.8.0-RC3 -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.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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.0-RC3
261OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in coreJVM/crossScalaVersions
262OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in repo/crossScalaVersions
263OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in coreJS/crossScalaVersions
264[info] set current project to repo (in build file:/build/repo/)
265[info] Setting Scala version to 3.8.0-RC3 on 3 projects.
266[info] Switching Scala version on:
267[info] * repo (2.11.12, 2.12.20, 2.13.16, 3.8.0-RC3)
268[info] coreJS (3.8.0-RC3, 2.13.16)
269[info] coreJVM (2.11.12, 2.12.20, 2.13.16, 3.8.0-RC3)
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 4, 2025, 12:55:06 PM
294Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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()),Full,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.0-RC3/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.0-RC3/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[info] ModifierIdSpec:
316[info] ModifierId
317[info] - should convert to/from bytes
318[info] Base64Specification:
319[info] - Encoding then decoding preserves data
320[info] - Decoding should return failure on incorrect characters
321[info] Base16Specification:
322[info] - Encoding then decoding preserves data
323[info] - Decoding should return failure on incorrect characters
324[info] - test vectors
325[info] ByteArrayBuilderTests:
326[info] - Append basic types
327[info] ExtensionsSpecification:
328[info] - ByteOps.toUByte
329[info] - ShortOps.toByteExact
330[info] - IntOps.toByteExact
331[info] - IntOps.toShortExact
332[info] - LongOps.toByteExact
333[info] - LongOps.toShortExact
334[info] - LongOps.toIntExact
335[info] - TraversableOps.cast
336[info] Base58Specification:
337[info] - Encoding then decoding preserves data
338[info] - Decoding should return failure on incorrect characters
339[info] - Base58 encoding then decoding for genesis signature
340[info] - base58 sample
341[info] - Base58 round trip
342[info] - empty string roundtrip
343[info] ZigZagSpecification:
344[info] - ZigZag encoding format
345[info] - ZigZag Long round trip
346[info] - ZigZag Int round trip
347[info] VLQByteBufferReaderWriterSpecification:
348[info] - predefined long values and serialized data round trip
349[info] - round trip serialization/deserialization of arbitrary value list
350[info] - size of serialized data
351[info] - size of serialized zigzag'ed data
352[info] - fail deserialization by deliberately messing with different methods
353[info] - malformed input for deserialization
354[info] - Coll[Boolean] bit encoding format
355[info] - putUByte range check assertion
356[info] - putUShort range check assertion
357[info] - putUInt range check assertion
358[info] - getUShort range check assertion
359[info] - getBytes size check
360[info] - getUInt range check assertion
361[info] - Byte roundtrip
362[info] - unsigned Byte roundtrip
363[info] - Short roundtrip
364[info] - unsigned Short roundtrip
365[info] - Int roundtrip
366[info] - unsigned Int roundtrip
367[info] - unsigned Int roundtrip exact
368[info] - Long roundtrip
369[info] - ULong roundtrip
370[info] - Boolean array roundtrip
371[info] - short string roundtrip
372[info] - byte corner cases
373[info] - unsigned byte corner cases
374[info] - Short corner cases
375[info] - unsigned Short corner cases
376[info] - Int corner cases
377[info] - unsigned Int corner cases
378[info] - Long corner cases
379[info] - unsigned Long corner cases
380[info] - find holes in byte array space of VLQ !!! IGNORED !!!
381[info] - putUShort, putUInt, putULong equivalence
382[info] - putShort, putInt, putLong equivalence
383
384************************
385Build summary:
386[{
387 "module": "scorex-util",
388 "compile": {"status": "ok", "tookMs": 8012, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
389 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
390 "test-compile": {"status": "ok", "tookMs": 8156, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
391 "test": {"status": "ok", "tookMs": 1822, "passed": 58, "failed": 0, "ignored": 1, "skipped": 0, "total": 59, "byFramework": [{"framework": "unknown", "stats": {"passed": 58, "failed": 0, "ignored": 1, "skipped": 0, "total": 59}}]},
392 "publish": {"status": "skipped", "tookMs": 0},
393 "metadata": {
394 "crossScalaVersions": ["2.11.12", "2.12.20", "2.13.16", "3.3.5"]
395}
396}]
397************************
398[success] Total time: 26 s, completed Dec 4, 2025, 12:55:32 PM
399[0JChecking patch shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala...
400Checking patch project/plugins.sbt...
401Checking patch project/build.properties...
402Checking patch build.sbt...
403Applied patch shared/src/test/scala/scorex/util/serialization/VLQReaderWriterSpecification.scala cleanly.
404Applied patch project/plugins.sbt cleanly.
405Applied patch project/build.properties cleanly.
406Applied patch build.sbt cleanly.