Build Logs

data-tools/big-data-types • 3.8.0-RC4:2025-12-22

Errors

0

Warnings

71

Total Lines

473

1##################################
2Clonning https://github.com/data-tools/big-data-types.git into /build/repo using revision v1.4.1
3##################################
4Note: switching to '87078799cbbaeae9df25075c97d8cb406bb6f8cf'.
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.3
22----
23Preparing build for 3.8.0-RC4
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.3"
35Replacement: val scala3 = "3.8.0-RC4"
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.3"' in build.sbt
40----
41Starting build for 3.8.0-RC4
42Execute tests: true
43sbt project found:
44'project/build.properties' is missing
45mkdir: cannot create directory ‘/build/repo/project’: File exists
46No prepare script found for project data-tools/big-data-types
47##################################
48Scala version: 3.8.0-RC4
49Targets: io.github.data-tools%big-data-types-bigquery io.github.data-tools%big-data-types-cassandra io.github.data-tools%big-data-types-circe io.github.data-tools%big-data-types-core
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","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-Dcommunitybuild.scala=3.8.0-RC4
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.0-RC4"
70"++3.8.0-RC4 -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.0-RC4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.github.data-tools%big-data-types-bigquery io.github.data-tools%big-data-types-cassandra io.github.data-tools%big-data-types-circe io.github.data-tools%big-data-types-core"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 8.996s.
85[info] done compiling
86/build/repo/build.sbt:200: warning: match may not be exhaustive.
87It would fail on the following inputs: None, Some((_, _))
88 CrossVersion.partialVersion(scalaVersion.value) match {
89 ^
90/build/repo/build.sbt:84: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
91 .configs(IntegrationTest)
92 ^
93/build/repo/build.sbt:112: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
94 .configs(IntegrationTest)
95 ^
96/build/repo/build.sbt:117: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
97 Defaults.itSettings,
98 ^
99/build/repo/build.sbt:136: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
100 .configs(IntegrationTest)
101 ^
102[info] loading settings for project root from build.sbt...
103[info] set current project to big-data-types (in build file:/build/repo/)
104Execute setCrossScalaVersions: 3.8.0-RC4
105OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in cassandra/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in core/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in jsonCirce/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in bigquery/crossScalaVersions
109OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in root/crossScalaVersions
110[info] set current project to big-data-types (in build file:/build/repo/)
111[info] Setting Scala version to 3.8.0-RC4 on 4 projects.
112[info] Switching Scala version on:
113[info] cassandra (3.8.0-RC4, 2.13.16, 2.12.20)
114[info] bigquery (3.8.0-RC4, 2.13.16, 2.12.20)
115[info] jsonCirce (3.8.0-RC4, 2.13.16, 2.12.20)
116[info] core (3.8.0-RC4, 2.13.16, 2.12.20)
117[info] Excluding projects:
118[info] examples (2.12.20, 2.13.16)
119[info] * root (2.13.16)
120[info] spark (2.12.20, 2.13.16)
121[info] Reapplying settings...
122[info] set current project to big-data-types (in build file:/build/repo/)
123Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
124[info] Reapplying settings...
125[info] set current project to big-data-types (in build file:/build/repo/)
126[info] Defining Global / credentials, bigquery / credentials and 5 others.
127[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 34 others.
128[info] Run `last` for details.
129[info] Reapplying settings...
130[info] set current project to big-data-types (in build file:/build/repo/)
131Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
132[info] Reapplying settings...
133OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
134
135 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
136 Did you mean allExcludeDependencies ?
137 , retry without global scopes
138[info] Reapplying settings...
139[info] set current project to big-data-types (in build file:/build/repo/)
140Execute removeScalacOptionsStartingWith: -P:wartremover
141[info] Reapplying settings...
142[info] set current project to big-data-types (in build file:/build/repo/)
143[success] Total time: 0 s, completed Dec 22, 2025, 6:50:48 PM
144Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
145Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
146Starting build...
147Projects: Set(bigquery, cassandra, jsonCirce, core)
148Starting build for ProjectRef(file:/build/repo/,bigquery) (big-data-types-bigquery)... [0/4]
149OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
150Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
151[info] compiling 7 Scala sources to /build/repo/core/target/scala-3.8.0-RC4/classes ...
152[warn] bad option '-Xsource:3' was ignored
153[warn] one warning found
154[info] done compiling
155[info] compiling 7 Scala sources to /build/repo/bigquery/target/scala-3.8.0-RC4/classes ...
156[warn] bad option '-Xsource:3' was ignored
157[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/bigquery/src/main/scala/org/datatools/bigdatatypes/bigquery/SqlTypeToBigQuery.scala:42:70
158[warn] 42 | def getSchema(sqlType: SqlType)(implicit f: Formats): List[Field] = sqlType match {
159[warn] | ^^^^^^^
160[warn] |match may not be exhaustive.
161[warn] |
162[warn] |It would fail on pattern case: org.datatools.bigdatatypes.basictypes.SqlType.SqlInt(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlLong(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlFloat(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlDouble(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlDecimal(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlBool(_)
163[warn] |(More unmatched cases are elided)
164[warn] |
165[warn] | longer explanation available when compiling with `-explain`
166[warn] two warnings found
167[info] done compiling
168[info] compiling 4 Scala sources to /build/repo/core/target/scala-3.8.0-RC4/test-classes ...
169[warn] bad option '-Xsource:3' was ignored
170[warn] one warning found
171[info] done compiling
172[info] compiling 7 Scala sources to /build/repo/bigquery/target/scala-3.8.0-RC4/test-classes ...
173[warn] bad option '-Xsource:3' was ignored
174[warn] one warning found
175[info] done compiling
176[info] SqlTypeToBigQueryInstanceSpec:
177[info] BigQueryTypesInstanceSpec
178[info] SqlType Instance
179[info] - should have bigQueryFields method
180[info] basic case class
181[info] - should be converted into BigQueryFields
182[info] Case Class with Option
183[info] - should be converted into BigQueryFields with nullable
184[info] Case class with Struct List
185[info] - should be converted into Repeated BigQueryFields
186[info] SqlTypeToBigQuerySpec:
187[info] BigQueryTypesSpec
188[info] basic case class
189[info] - should be converted into BigQueryFields
190[info] Case Class with Option
191[info] - should be converted into BigQueryFields with nullable
192[info] Case Class with basic options types
193[info] - should be converted into nullable BigQueryFields
194[info] Case class with List
195[info] - should be converted into Repeated BigQueryFields
196[info] case class with nested object
197[info] - should be converted into BigQueryFields
198[info] case class with optional nested object
199[info] - should be converted into BigQueryFields
200[info] Case class with Struct List
201[info] - should be converted into Repeated BigQueryFields
202[info] Case class with extended types
203[info] - should be converted into Struct with extended types
204[info] bigQueryFields method for Case Classes
205[info] - should return BigQuery Fields
206[info] BigQuerySchemasSpec:
207[info] BigQuerySchemas
208[info] Case class with Struct List
209[info] - should be converted into BQ Schema
210[info] 2 classes
211[info] - should be converted into a BQ Schema
212[info] 3 classes
213[info] - should be converted into a BQ Schema
214[info] 4 classes
215[info] - should be converted into a BQ Schema
216[info] 5 classes
217[info] - should be converted into a BQ Schema
218[info] An instance
219[info] - should be converted into a BQ Schema
220[info] BigQueryTableUnitSpec:
221[info] TryTable
222[info] - should fail without Service Account
223[info] BigQueryTypeConversionSpec:
224[info] Simple BQ Field
225[info] - should be converted into SqlType
226[info] - should be converted into SqlType using an instance
227[info] - should be converted into SqlType using extension method
228[info] Basic BQ Schema
229[info] - should be converted into SqlType
230[info] Optional fields in BQ Schema
231[info] - should be converted into SqlType
232[info] Repeated field in BQ Schema
233[info] - should be converted into SqlType
234[info] Nested field in BQ Schema
235[info] - should be converted into SqlType
236[info] Optional Nested field in BQ Schema
237[info] - should be converted into SqlType
238[info] Nested field with repeated records in BQ Schema
239[info] - should be converted into SqlType
240[info] Extended type fields in BQ Schema
241[info] - should be converted into SqlType
242Starting build for ProjectRef(file:/build/repo/,cassandra) (big-data-types-cassandra)... [1/4]
243Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
244[info] compiling 6 Scala sources to /build/repo/cassandra/target/scala-3.8.0-RC4/classes ...
245[warn] bad option '-Xsource:3' was ignored
246[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/SqlTypeToCassandra.scala:26:102
247[warn] 26 | private[cassandra] def getSchema(sqlType: SqlType)(implicit f: Formats): List[(String, DataType)] = sqlType match {
248[warn] | ^^^^^^^
249[warn] |match may not be exhaustive.
250[warn] |
251[warn] |It would fail on pattern case: org.datatools.bigdatatypes.basictypes.SqlType.SqlInt(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlLong(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlFloat(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlDouble(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlDecimal(_), org.datatools.bigdatatypes.basictypes.SqlType.SqlBool(_)
252[warn] |(More unmatched cases are elided)
253[warn] |
254[warn] | longer explanation available when compiling with `-explain`
255[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/SqlTypeToCassandra.scala:33:4
256[warn] 33 | sqlType match {
257[warn] | ^^^^^^^
258[warn] |match may not be exhaustive.
259[warn] |
260[warn] |It would fail on pattern case: org.datatools.bigdatatypes.basictypes.SqlType.SqlStruct(_, _)
261[warn] |
262[warn] | longer explanation available when compiling with `-explain`
263[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/parser/CreateTableParser.scala:61:43
264[warn] 61 | val err = typed.filter(_.isLeft).map { case Left(value) => value }
265[warn] | ^
266[warn] | match may not be exhaustive.
267[warn] |
268[warn] | It would fail on pattern case: Right(_)
269[warn] |
270[warn] | longer explanation available when compiling with `-explain`
271[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/parser/CreateTableParser.scala:67:31
272[warn] 67 | val values = typed.map { case Right(value) =>
273[warn] | ^
274[warn] | match may not be exhaustive.
275[warn] |
276[warn] | It would fail on pattern case: Left(_)
277[warn] |
278[warn] | longer explanation available when compiling with `-explain`
279[warn] 5 warnings found
280[info] done compiling
281[info] compiling 6 Scala sources to /build/repo/cassandra/target/scala-3.8.0-RC4/test-classes ...
282[warn] bad option '-Xsource:3' was ignored
283[warn] one warning found
284[info] done compiling
285[info] SqlInstanceToCassandraSpec:
286[info] SparkTypesSpec for all TestTypes
287[info] SqlTypeToCassandra
288[info] - should create Cassandra tuples
289[info] SqlType instance
290[info] - should be converted into Cassandra tuples
291[info] - should be converted into Cassandra tuples using extension method
292[info] SqlTypeToCassandraSpec:
293[info] SparkTypesSpec for all TestTypes
294[info] Basic types
295[info] - should create Cassandra tuples
296[info] Basic Optional types
297[info] - should create an Cassandra tuples
298[info] A List field
299[info] - should be converted into Cassandra repeated
300[info] Extended types
301[info] - should create a Cassandra Schema
302[info] A Product instance
303[info] - should return a Cassandra Schema
304[info] CassandraTablesSpec:
305[info] A CreateTable
306[info] - should be created from SqlType
307[info] - should be created from SqlType instance
308[info] - should be created from case class instance using extension method
309[info] CreateTableParserSpec:
310[info] CreateTableParserSpec
311[info] Parser
312[info] - should parse CreateTable objects
313[info] - should fail on not implemented types
314[info] Fields and types
315[info] - should be extracted from CreateTable
316[info] - should be extracted from CreateTable ignoring spaces
317[info] - should fail on missing fields
318[info] CassandraTypeConversionSpec:
319[info] Common Test Types for Cassandra
320[info] Simple Cassandra DataType
321[info] - should be converted into SqlType
322[info] Cassandra Tuple
323[info] - should be converted into SqlType
324[info] basic Cassandra schema
325[info] - should be converted into SqlTypes
326[info] Cassandra schema with extended types
327[info] - should be converted into Struct with extended types
328[info] Cassandra schema with Repeated types
329[info] - should be converted into Struct with repeated types
330[info] Cassandra Create Table
331[info] - should be converted into SqlTypes, using extension method
332Starting build for ProjectRef(file:/build/repo/,jsonCirce) (big-data-types-circe)... [2/4]
333Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
334[info] compiling 1 Scala source to /build/repo/jsoncirce/target/scala-3.8.0-RC4/classes ...
335[warn] bad option '-Xsource:3' was ignored
336[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/jsoncirce/src/main/scala/org/datatools/bigdatatypes/circe/CirceTypeConversion.scala:24:4
337[warn] 24 | j match {
338[warn] | ^
339[warn] | match may not be exhaustive.
340[warn] |
341[warn] | It would fail on pattern case: _: io.circe.Json
342[warn] |
343[warn] | longer explanation available when compiling with `-explain`
344[warn] two warnings found
345[info] done compiling
346[info] compiling 3 Scala sources to /build/repo/jsoncirce/target/scala-3.8.0-RC4/test-classes ...
347[warn] bad option '-Xsource:3' was ignored
348[warn] one warning found
349[info] done compiling
350[info] CirceTypeConversionSpec:
351[info] Simple Json Type
352[info] - should be converted into SqlType
353[info] Simple Json Object
354[info] - should be converted into SqlStruct
355[info] Basic Json fields
356[info] - should be converted into Basic SqlTypes
357[info] Basic Json fields with Arrays
358[info] - should be converted into SqlTypes
359[info] Basic Json fields with Nested objects
360[info] - should be converted into SqlTypes
361[info] Basic Json fields with Nested Arrays
362[info] - should be converted into SqlTypes
363[info] Extension method asSqlType
364[info] - should convert a Json into SqlTypes
365Starting build for ProjectRef(file:/build/repo/,core) (big-data-types-core)... [3/4]
366Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
367[info] SqlTypeSpec:
368[info] SqlTypeSpec
369[info] Nullable
370[info] - should not change to Required
371[info] Required
372[info] - should change to Nullable
373[info] SqlTypeConversionSpec:
374[info] SqlTypeConversionTest
375[info] - should bigDecimalType
376[info] Int type
377[info] - should be converted into SqlInt
378[info] Long type
379[info] - should be converted into SqlLong
380[info] Double type
381[info] - should be converted into SqlDouble
382[info] Float type
383[info] - should be converted into SqlFloat
384[info] BigDecimal type
385[info] - should be converted into SqlDecimal
386[info] Boolean type
387[info] - should be converted into SqlBool
388[info] String type
389[info] - should be converted into SqlString
390[info] Basic Option type
391[info] - should be converted into Nullable type
392[info] basic case class
393[info] - should be converted into SqlTypes
394[info] Case Class with Option
395[info] - should be converted into SqlTypes with nullable
396[info] Case Class with basic options types
397[info] - should be converted into nullable SqlTypes
398[info] Case class with List
399[info] - should be converted into Repeated type
400[info] case class with nested object
401[info] - should be converted into SqlTypes
402[info] case class with optional nested object
403[info] - should be converted into SqlTypes
404[info] Case class with Struct List
405[info] - should be converted into Repeated Struct type
406[info] Option of Option
407[info] - should be just a Nullable type mode
408[info] Option List
409[info] - should be just a Repeated type mode
410[info] List Option
411[info] - should be just a Repeated type mode
412[info] List Option List
413[info] - should be just a Repeated type mode
414[info] Java SQL Timestamp
415[info] - should be converted into SqlTimestamp
416[info] Optional Java SQL Timestamp
417[info] - should be converted into nullable SqlTimestamp
418[info] Java SQL Date
419[info] - should be converted into nullable SqlDate
420[info] Optional Java SQL Date
421[info] - should be converted into nullable SqlDate
422[info] Case class with extended types
423[info] - should be converted into Struct with extended types
424
425************************
426Build summary:
427[{
428 "module": "big-data-types-bigquery",
429 "compile": {"status": "ok", "tookMs": 10613, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
430 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
431 "test-compile": {"status": "ok", "tookMs": 8170, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
432 "test": {"status": "ok", "tookMs": 857, "passed": 30, "failed": 0, "ignored": 0, "skipped": 0, "total": 30, "byFramework": [{"framework": "unknown", "stats": {"passed": 30, "failed": 0, "ignored": 0, "skipped": 0, "total": 30}}]},
433 "publish": {"status": "skipped", "tookMs": 0},
434 "metadata": {
435 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
436}
437},{
438 "module": "big-data-types-cassandra",
439 "compile": {"status": "ok", "tookMs": 1358, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
440 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
441 "test-compile": {"status": "ok", "tookMs": 2532, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
442 "test": {"status": "ok", "tookMs": 428, "passed": 22, "failed": 0, "ignored": 0, "skipped": 0, "total": 22, "byFramework": [{"framework": "unknown", "stats": {"passed": 22, "failed": 0, "ignored": 0, "skipped": 0, "total": 22}}]},
443 "publish": {"status": "skipped", "tookMs": 0},
444 "metadata": {
445 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
446}
447},{
448 "module": "big-data-types-circe",
449 "compile": {"status": "ok", "tookMs": 517, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
450 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
451 "test-compile": {"status": "ok", "tookMs": 949, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
452 "test": {"status": "ok", "tookMs": 433, "passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7, "byFramework": [{"framework": "unknown", "stats": {"passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7}}]},
453 "publish": {"status": "skipped", "tookMs": 0},
454 "metadata": {
455 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
456}
457},{
458 "module": "big-data-types-core",
459 "compile": {"status": "ok", "tookMs": 50, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
460 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
461 "test-compile": {"status": "ok", "tookMs": 86, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
462 "test": {"status": "ok", "tookMs": 282, "passed": 27, "failed": 0, "ignored": 0, "skipped": 0, "total": 27, "byFramework": [{"framework": "unknown", "stats": {"passed": 27, "failed": 0, "ignored": 0, "skipped": 0, "total": 27}}]},
463 "publish": {"status": "skipped", "tookMs": 0},
464 "metadata": {
465 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
466}
467}]
468************************
469[success] Total time: 103 s (0:01:43.0), completed Dec 22, 2025, 6:52:31 PM
470[0JChecking patch project/plugins.sbt...
471Checking patch build.sbt...
472Applied patch project/plugins.sbt cleanly.
473Applied patch build.sbt cleanly.