Build Logs
data-tools/big-data-types • 3.8.0-RC5:2025-12-31
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-RC5
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-RC5"
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-RC5
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-RC5
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-RC5
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-RC5"
70"++3.8.0-RC5 -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-RC5 """{"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 9.367s.
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-RC5
105OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in cassandra/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in core/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in jsonCirce/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 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-RC5 on 4 projects.
112[info] Switching Scala version on:
113[info] cassandra (3.8.0-RC5, 2.13.16, 2.12.20)
114[info] bigquery (3.8.0-RC5, 2.13.16, 2.12.20)
115[info] jsonCirce (3.8.0-RC5, 2.13.16, 2.12.20)
116[info] core (3.8.0-RC5, 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 31, 2025, 9:29:32 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-RC5/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-RC5/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-RC5/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-RC5/test-classes ...
173[warn] bad option '-Xsource:3' was ignored
174[warn] one warning found
175[info] done compiling
176[info] BigQuerySchemasSpec:
177[info] BigQuerySchemas
178[info] Case class with Struct List
179[info] - should be converted into BQ Schema
180[info] 2 classes
181[info] - should be converted into a BQ Schema
182[info] 3 classes
183[info] - should be converted into a BQ Schema
184[info] 4 classes
185[info] - should be converted into a BQ Schema
186[info] 5 classes
187[info] - should be converted into a BQ Schema
188[info] An instance
189[info] - should be converted into a BQ Schema
190[info] SqlTypeToBigQuerySpec:
191[info] BigQueryTypesSpec
192[info] basic case class
193[info] - should be converted into BigQueryFields
194[info] Case Class with Option
195[info] - should be converted into BigQueryFields with nullable
196[info] Case Class with basic options types
197[info] - should be converted into nullable BigQueryFields
198[info] Case class with List
199[info] - should be converted into Repeated BigQueryFields
200[info] case class with nested object
201[info] - should be converted into BigQueryFields
202[info] case class with optional nested object
203[info] - should be converted into BigQueryFields
204[info] Case class with Struct List
205[info] - should be converted into Repeated BigQueryFields
206[info] Case class with extended types
207[info] - should be converted into Struct with extended types
208[info] bigQueryFields method for Case Classes
209[info] - should return BigQuery Fields
210[info] BigQueryTypeConversionSpec:
211[info] Simple BQ Field
212[info] - should be converted into SqlType
213[info] - should be converted into SqlType using an instance
214[info] - should be converted into SqlType using extension method
215[info] Basic BQ Schema
216[info] - should be converted into SqlType
217[info] Optional fields in BQ Schema
218[info] - should be converted into SqlType
219[info] Repeated field in BQ Schema
220[info] - should be converted into SqlType
221[info] Nested field in BQ Schema
222[info] - should be converted into SqlType
223[info] Optional Nested field in BQ Schema
224[info] - should be converted into SqlType
225[info] Nested field with repeated records in BQ Schema
226[info] - should be converted into SqlType
227[info] Extended type fields in BQ Schema
228[info] - should be converted into SqlType
229[info] SqlTypeToBigQueryInstanceSpec:
230[info] BigQueryTypesInstanceSpec
231[info] SqlType Instance
232[info] - should have bigQueryFields method
233[info] basic case class
234[info] - should be converted into BigQueryFields
235[info] Case Class with Option
236[info] - should be converted into BigQueryFields with nullable
237[info] Case class with Struct List
238[info] - should be converted into Repeated BigQueryFields
239[info] BigQueryTableUnitSpec:
240[info] TryTable
241[info] - should fail without Service Account
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-RC5/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-RC5/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] CassandraTypeConversionSpec:
310[info] Common Test Types for Cassandra
311[info] Simple Cassandra DataType
312[info] - should be converted into SqlType
313[info] Cassandra Tuple
314[info] - should be converted into SqlType
315[info] basic Cassandra schema
316[info] - should be converted into SqlTypes
317[info] Cassandra schema with extended types
318[info] - should be converted into Struct with extended types
319[info] Cassandra schema with Repeated types
320[info] - should be converted into Struct with repeated types
321[info] Cassandra Create Table
322[info] - should be converted into SqlTypes, using extension method
323[info] CreateTableParserSpec:
324[info] CreateTableParserSpec
325[info] Parser
326[info] - should parse CreateTable objects
327[info] - should fail on not implemented types
328[info] Fields and types
329[info] - should be extracted from CreateTable
330[info] - should be extracted from CreateTable ignoring spaces
331[info] - should fail on missing fields
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-RC5/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-RC5/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": 8013, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
430 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
431 "test-compile": {"status": "ok", "tookMs": 9263, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
432 "test": {"status": "ok", "tookMs": 834, "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": 1342, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
440 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
441 "test-compile": {"status": "ok", "tookMs": 3024, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
442 "test": {"status": "ok", "tookMs": 405, "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": 426, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
450 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
451 "test-compile": {"status": "ok", "tookMs": 1126, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
452 "test": {"status": "ok", "tookMs": 434, "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": 53, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
460 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
461 "test-compile": {"status": "ok", "tookMs": 102, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
462 "test": {"status": "ok", "tookMs": 298, "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: 34 s, completed Dec 31, 2025, 9:30:07 PM
470[0JChecking patch project/plugins.sbt...
471Checking patch build.sbt...
472Applied patch project/plugins.sbt cleanly.
473Applied patch build.sbt cleanly.