Build Logs

data-tools/big-data-types • 3.8.0-RC2:2025-11-25

Errors

0

Warnings

71

Total Lines

289

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-RC2
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-RC2"
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-RC2
42Execute tests: false
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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.8.0-RC2
50Targets: 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
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.8
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.8.0-RC2
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.8.0-RC2"
71"++3.8.0-RC2 -v"
72"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","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"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
84[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
85[info] Compilation completed in 8.496s.
86[info] done compiling
87/build/repo/build.sbt:200: warning: match may not be exhaustive.
88It would fail on the following inputs: None, Some((_, _))
89 CrossVersion.partialVersion(scalaVersion.value) match {
90 ^
91/build/repo/build.sbt:84: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
92 .configs(IntegrationTest)
93 ^
94/build/repo/build.sbt:112: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
95 .configs(IntegrationTest)
96 ^
97/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
98 Defaults.itSettings,
99 ^
100/build/repo/build.sbt:136: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
101 .configs(IntegrationTest)
102 ^
103[info] loading settings for project root from build.sbt...
104[info] set current project to big-data-types (in build file:/build/repo/)
105Execute setCrossScalaVersions: 3.8.0-RC2
106OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in core/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in cassandra/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jsonCirce/crossScalaVersions
109OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in bigquery/crossScalaVersions
110OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in root/crossScalaVersions
111[info] set current project to big-data-types (in build file:/build/repo/)
112[info] Setting Scala version to 3.8.0-RC2 on 4 projects.
113[info] Switching Scala version on:
114[info] cassandra (3.8.0-RC2, 2.13.16, 2.12.20)
115[info] bigquery (3.8.0-RC2, 2.13.16, 2.12.20)
116[info] jsonCirce (3.8.0-RC2, 2.13.16, 2.12.20)
117[info] core (3.8.0-RC2, 2.13.16, 2.12.20)
118[info] Excluding projects:
119[info] examples (2.12.20, 2.13.16)
120[info] * root (2.13.16)
121[info] spark (2.12.20, 2.13.16)
122[info] Reapplying settings...
123[info] set current project to big-data-types (in build file:/build/repo/)
124Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
125[info] Reapplying settings...
126[info] set current project to big-data-types (in build file:/build/repo/)
127[info] Defining Global / credentials, bigquery / credentials and 5 others.
128[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 34 others.
129[info] Run `last` for details.
130[info] Reapplying settings...
131[info] set current project to big-data-types (in build file:/build/repo/)
132Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
133[info] Reapplying settings...
134OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
135
136 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
137 Did you mean allExcludeDependencies ?
138 , retry without global scopes
139[info] Reapplying settings...
140[info] set current project to big-data-types (in build file:/build/repo/)
141Execute removeScalacOptionsStartingWith: -P:wartremover
142[info] Reapplying settings...
143[info] set current project to big-data-types (in build file:/build/repo/)
144[success] Total time: 0 s, completed Nov 25, 2025, 3:34:07 PM
145Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
146Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
147Starting build...
148Projects: Set(bigquery, cassandra, jsonCirce, core)
149Starting build for ProjectRef(file:/build/repo/,bigquery) (big-data-types-bigquery)... [0/4]
150OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
151Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
152[info] compiling 7 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/classes ...
153[warn] bad option '-Xsource:3' was ignored
154[warn] one warning found
155[info] done compiling
156[info] compiling 7 Scala sources to /build/repo/bigquery/target/scala-3.8.0-RC2/classes ...
157[warn] bad option '-Xsource:3' was ignored
158[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/bigquery/src/main/scala/org/datatools/bigdatatypes/bigquery/SqlTypeToBigQuery.scala:42:70
159[warn] 42 | def getSchema(sqlType: SqlType)(implicit f: Formats): List[Field] = sqlType match {
160[warn] | ^^^^^^^
161[warn] |match may not be exhaustive.
162[warn] |
163[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(_)
164[warn] |(More unmatched cases are elided)
165[warn] |
166[warn] | longer explanation available when compiling with `-explain`
167[warn] two warnings found
168[info] done compiling
169[info] compiling 4 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/test-classes ...
170[warn] bad option '-Xsource:3' was ignored
171[warn] one warning found
172[info] done compiling
173[info] compiling 7 Scala sources to /build/repo/bigquery/target/scala-3.8.0-RC2/test-classes ...
174[warn] bad option '-Xsource:3' was ignored
175[warn] one warning found
176[info] done compiling
177Starting build for ProjectRef(file:/build/repo/,cassandra) (big-data-types-cassandra)... [1/4]
178Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
179[info] compiling 6 Scala sources to /build/repo/cassandra/target/scala-3.8.0-RC2/classes ...
180[warn] bad option '-Xsource:3' was ignored
181[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/SqlTypeToCassandra.scala:26:102
182[warn] 26 | private[cassandra] def getSchema(sqlType: SqlType)(implicit f: Formats): List[(String, DataType)] = sqlType match {
183[warn] | ^^^^^^^
184[warn] |match may not be exhaustive.
185[warn] |
186[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(_)
187[warn] |(More unmatched cases are elided)
188[warn] |
189[warn] | longer explanation available when compiling with `-explain`
190[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/SqlTypeToCassandra.scala:33:4
191[warn] 33 | sqlType match {
192[warn] | ^^^^^^^
193[warn] |match may not be exhaustive.
194[warn] |
195[warn] |It would fail on pattern case: org.datatools.bigdatatypes.basictypes.SqlType.SqlStruct(_, _)
196[warn] |
197[warn] | longer explanation available when compiling with `-explain`
198[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/parser/CreateTableParser.scala:61:43
199[warn] 61 | val err = typed.filter(_.isLeft).map { case Left(value) => value }
200[warn] | ^
201[warn] | match may not be exhaustive.
202[warn] |
203[warn] | It would fail on pattern case: Right(_)
204[warn] |
205[warn] | longer explanation available when compiling with `-explain`
206[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/parser/CreateTableParser.scala:67:31
207[warn] 67 | val values = typed.map { case Right(value) =>
208[warn] | ^
209[warn] | match may not be exhaustive.
210[warn] |
211[warn] | It would fail on pattern case: Left(_)
212[warn] |
213[warn] | longer explanation available when compiling with `-explain`
214[warn] 5 warnings found
215[info] done compiling
216[info] compiling 6 Scala sources to /build/repo/cassandra/target/scala-3.8.0-RC2/test-classes ...
217[warn] bad option '-Xsource:3' was ignored
218[warn] one warning found
219[info] done compiling
220Starting build for ProjectRef(file:/build/repo/,jsonCirce) (big-data-types-circe)... [2/4]
221Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
222[info] compiling 1 Scala source to /build/repo/jsoncirce/target/scala-3.8.0-RC2/classes ...
223[warn] bad option '-Xsource:3' was ignored
224[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/jsoncirce/src/main/scala/org/datatools/bigdatatypes/circe/CirceTypeConversion.scala:24:4
225[warn] 24 | j match {
226[warn] | ^
227[warn] | match may not be exhaustive.
228[warn] |
229[warn] | It would fail on pattern case: _: io.circe.Json
230[warn] |
231[warn] | longer explanation available when compiling with `-explain`
232[warn] two warnings found
233[info] done compiling
234[info] compiling 3 Scala sources to /build/repo/jsoncirce/target/scala-3.8.0-RC2/test-classes ...
235[warn] bad option '-Xsource:3' was ignored
236[warn] one warning found
237[info] done compiling
238Starting build for ProjectRef(file:/build/repo/,core) (big-data-types-core)... [3/4]
239Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
240
241************************
242Build summary:
243[{
244 "module": "big-data-types-bigquery",
245 "compile": {"status": "ok", "tookMs": 9630, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
246 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
247 "test-compile": {"status": "ok", "tookMs": 8952, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
248 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
249 "publish": {"status": "skipped", "tookMs": 0},
250 "metadata": {
251 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
252}
253},{
254 "module": "big-data-types-cassandra",
255 "compile": {"status": "ok", "tookMs": 1286, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
256 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
257 "test-compile": {"status": "ok", "tookMs": 2876, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
258 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
259 "publish": {"status": "skipped", "tookMs": 0},
260 "metadata": {
261 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
262}
263},{
264 "module": "big-data-types-circe",
265 "compile": {"status": "ok", "tookMs": 640, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
266 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
267 "test-compile": {"status": "ok", "tookMs": 1184, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
268 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
269 "publish": {"status": "skipped", "tookMs": 0},
270 "metadata": {
271 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
272}
273},{
274 "module": "big-data-types-core",
275 "compile": {"status": "ok", "tookMs": 45, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
276 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
277 "test-compile": {"status": "ok", "tookMs": 88, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
278 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
279 "publish": {"status": "skipped", "tookMs": 0},
280 "metadata": {
281 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
282}
283}]
284************************
285[success] Total time: 78 s (0:01:18.0), completed Nov 25, 2025, 3:35:24 PM
286[0JChecking patch project/plugins.sbt...
287Checking patch build.sbt...
288Applied patch project/plugins.sbt cleanly.
289Applied patch build.sbt cleanly.