Build Logs

data-tools/big-data-types • 3.8.0-RC6:2026-01-08

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-RC6
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-RC6"
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-RC6
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-RC6
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-RC6
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-RC6"
70"++3.8.0-RC6 -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-RC6 """{"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.639s.
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-RC6
105OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in cassandra/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in core/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in jsonCirce/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 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-RC6 on 4 projects.
112[info] Switching Scala version on:
113[info] cassandra (3.8.0-RC6, 2.13.16, 2.12.20)
114[info] bigquery (3.8.0-RC6, 2.13.16, 2.12.20)
115[info] jsonCirce (3.8.0-RC6, 2.13.16, 2.12.20)
116[info] core (3.8.0-RC6, 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 Jan 8, 2026, 2:55:04 AM
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-RC6/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-RC6/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-RC6/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-RC6/test-classes ...
173[warn] bad option '-Xsource:3' was ignored
174[warn] one warning found
175[info] done compiling
176[info] BigQueryTypeConversionSpec:
177[info] Simple BQ Field
178[info] - should be converted into SqlType
179[info] - should be converted into SqlType using an instance
180[info] - should be converted into SqlType using extension method
181[info] Basic BQ Schema
182[info] - should be converted into SqlType
183[info] Optional fields in BQ Schema
184[info] - should be converted into SqlType
185[info] Repeated field in BQ Schema
186[info] - should be converted into SqlType
187[info] Nested field in BQ Schema
188[info] - should be converted into SqlType
189[info] Optional Nested field in BQ Schema
190[info] - should be converted into SqlType
191[info] Nested field with repeated records in BQ Schema
192[info] - should be converted into SqlType
193[info] Extended type fields in BQ Schema
194[info] - should be converted into SqlType
195[info] SqlTypeToBigQueryInstanceSpec:
196[info] BigQueryTypesInstanceSpec
197[info] SqlType Instance
198[info] - should have bigQueryFields method
199[info] basic case class
200[info] - should be converted into BigQueryFields
201[info] Case Class with Option
202[info] - should be converted into BigQueryFields with nullable
203[info] Case class with Struct List
204[info] - should be converted into Repeated BigQueryFields
205[info] BigQuerySchemasSpec:
206[info] BigQuerySchemas
207[info] Case class with Struct List
208[info] - should be converted into BQ Schema
209[info] 2 classes
210[info] - should be converted into a BQ Schema
211[info] 3 classes
212[info] - should be converted into a BQ Schema
213[info] 4 classes
214[info] - should be converted into a BQ Schema
215[info] 5 classes
216[info] - should be converted into a BQ Schema
217[info] An instance
218[info] - should be converted into a BQ Schema
219[info] SqlTypeToBigQuerySpec:
220[info] BigQueryTypesSpec
221[info] basic case class
222[info] - should be converted into BigQueryFields
223[info] Case Class with Option
224[info] - should be converted into BigQueryFields with nullable
225[info] Case Class with basic options types
226[info] - should be converted into nullable BigQueryFields
227[info] Case class with List
228[info] - should be converted into Repeated BigQueryFields
229[info] case class with nested object
230[info] - should be converted into BigQueryFields
231[info] case class with optional nested object
232[info] - should be converted into BigQueryFields
233[info] Case class with Struct List
234[info] - should be converted into Repeated BigQueryFields
235[info] Case class with extended types
236[info] - should be converted into Struct with extended types
237[info] bigQueryFields method for Case Classes
238[info] - should return BigQuery Fields
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-RC6/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-RC6/test-classes ...
282[warn] bad option '-Xsource:3' was ignored
283[warn] one warning found
284[info] done compiling
285[info] CassandraTypeConversionSpec:
286[info] Common Test Types for Cassandra
287[info] Simple Cassandra DataType
288[info] - should be converted into SqlType
289[info] Cassandra Tuple
290[info] - should be converted into SqlType
291[info] basic Cassandra schema
292[info] - should be converted into SqlTypes
293[info] Cassandra schema with extended types
294[info] - should be converted into Struct with extended types
295[info] Cassandra schema with Repeated types
296[info] - should be converted into Struct with repeated types
297[info] Cassandra Create Table
298[info] - should be converted into SqlTypes, using extension method
299[info] SqlInstanceToCassandraSpec:
300[info] SparkTypesSpec for all TestTypes
301[info] SqlTypeToCassandra
302[info] - should create Cassandra tuples
303[info] SqlType instance
304[info] - should be converted into Cassandra tuples
305[info] - should be converted into Cassandra tuples using extension method
306[info] CreateTableParserSpec:
307[info] CreateTableParserSpec
308[info] Parser
309[info] - should parse CreateTable objects
310[info] - should fail on not implemented types
311[info] Fields and types
312[info] - should be extracted from CreateTable
313[info] - should be extracted from CreateTable ignoring spaces
314[info] - should fail on missing fields
315[info] SqlTypeToCassandraSpec:
316[info] SparkTypesSpec for all TestTypes
317[info] Basic types
318[info] - should create Cassandra tuples
319[info] Basic Optional types
320[info] - should create an Cassandra tuples
321[info] A List field
322[info] - should be converted into Cassandra repeated
323[info] Extended types
324[info] - should create a Cassandra Schema
325[info] A Product instance
326[info] - should return a Cassandra Schema
327[info] CassandraTablesSpec:
328[info] A CreateTable
329[info] - should be created from SqlType
330[info] - should be created from SqlType instance
331[info] - should be created from case class instance 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-RC6/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-RC6/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": 7090, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
430 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
431 "test-compile": {"status": "ok", "tookMs": 8838, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
432 "test": {"status": "ok", "tookMs": 799, "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": 1252, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
440 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
441 "test-compile": {"status": "ok", "tookMs": 2874, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
442 "test": {"status": "ok", "tookMs": 399, "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": 507, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
450 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
451 "test-compile": {"status": "ok", "tookMs": 864, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
452 "test": {"status": "ok", "tookMs": 445, "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": 48, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
460 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
461 "test-compile": {"status": "ok", "tookMs": 94, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
462 "test": {"status": "ok", "tookMs": 292, "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: 32 s, completed Jan 8, 2026, 2:55:36 AM
470[0JChecking patch project/plugins.sbt...
471Checking patch build.sbt...
472Applied patch project/plugins.sbt cleanly.
473Applied patch build.sbt cleanly.