Build Logs

data-tools/big-data-types • scheduled_3.8.1-RC1-bin-20251212-ba45875-NIGHTLY

Errors

0

Warnings

71

Total Lines

288

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.1-RC1-bin-20251212-ba45875-NIGHTLY
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.1-RC1-bin-20251212-ba45875-NIGHTLY"
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.1-RC1-bin-20251212-ba45875-NIGHTLY
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##################################
48Scala version: 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
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":"compile-only","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.1-RC1-bin-20251212-ba45875-NIGHTLY
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.1-RC1-bin-20251212-ba45875-NIGHTLY"
70"++3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -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.1-RC1-bin-20251212-ba45875-NIGHTLY """{"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"
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.901s.
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.1-RC1-bin-20251212-ba45875-NIGHTLY
105OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in cassandra/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in core/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in bigquery/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in jsonCirce/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.1-RC1-bin-20251212-ba45875-NIGHTLY on 4 projects.
112[info] Switching Scala version on:
113[info] cassandra (3.8.1-RC1-bin-20251212-ba45875-NIGHTLY, 2.13.16, 2.12.20)
114[info] bigquery (3.8.1-RC1-bin-20251212-ba45875-NIGHTLY, 2.13.16, 2.12.20)
115[info] jsonCirce (3.8.1-RC1-bin-20251212-ba45875-NIGHTLY, 2.13.16, 2.12.20)
116[info] core (3.8.1-RC1-bin-20251212-ba45875-NIGHTLY, 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 13, 2025, 1:25:12 AM
144Build 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>\""}]}
145Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,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.1-RC1-bin-20251212-ba45875-NIGHTLY/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.1-RC1-bin-20251212-ba45875-NIGHTLY/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.1-RC1-bin-20251212-ba45875-NIGHTLY/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.1-RC1-bin-20251212-ba45875-NIGHTLY/test-classes ...
173[warn] bad option '-Xsource:3' was ignored
174[warn] one warning found
175[info] done compiling
176Starting build for ProjectRef(file:/build/repo/,cassandra) (big-data-types-cassandra)... [1/4]
177Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
178[info] compiling 6 Scala sources to /build/repo/cassandra/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/classes ...
179[warn] bad option '-Xsource:3' was ignored
180[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/SqlTypeToCassandra.scala:26:102
181[warn] 26 | private[cassandra] def getSchema(sqlType: SqlType)(implicit f: Formats): List[(String, DataType)] = sqlType match {
182[warn] | ^^^^^^^
183[warn] |match may not be exhaustive.
184[warn] |
185[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(_)
186[warn] |(More unmatched cases are elided)
187[warn] |
188[warn] | longer explanation available when compiling with `-explain`
189[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/SqlTypeToCassandra.scala:33:4
190[warn] 33 | sqlType match {
191[warn] | ^^^^^^^
192[warn] |match may not be exhaustive.
193[warn] |
194[warn] |It would fail on pattern case: org.datatools.bigdatatypes.basictypes.SqlType.SqlStruct(_, _)
195[warn] |
196[warn] | longer explanation available when compiling with `-explain`
197[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/parser/CreateTableParser.scala:61:43
198[warn] 61 | val err = typed.filter(_.isLeft).map { case Left(value) => value }
199[warn] | ^
200[warn] | match may not be exhaustive.
201[warn] |
202[warn] | It would fail on pattern case: Right(_)
203[warn] |
204[warn] | longer explanation available when compiling with `-explain`
205[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/cassandra/src/main/scala/org/datatools/bigdatatypes/cassandra/parser/CreateTableParser.scala:67:31
206[warn] 67 | val values = typed.map { case Right(value) =>
207[warn] | ^
208[warn] | match may not be exhaustive.
209[warn] |
210[warn] | It would fail on pattern case: Left(_)
211[warn] |
212[warn] | longer explanation available when compiling with `-explain`
213[warn] 5 warnings found
214[info] done compiling
215[info] compiling 6 Scala sources to /build/repo/cassandra/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/test-classes ...
216[warn] bad option '-Xsource:3' was ignored
217[warn] one warning found
218[info] done compiling
219Starting build for ProjectRef(file:/build/repo/,jsonCirce) (big-data-types-circe)... [2/4]
220Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
221[info] compiling 1 Scala source to /build/repo/jsoncirce/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/classes ...
222[warn] bad option '-Xsource:3' was ignored
223[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/jsoncirce/src/main/scala/org/datatools/bigdatatypes/circe/CirceTypeConversion.scala:24:4
224[warn] 24 | j match {
225[warn] | ^
226[warn] | match may not be exhaustive.
227[warn] |
228[warn] | It would fail on pattern case: _: io.circe.Json
229[warn] |
230[warn] | longer explanation available when compiling with `-explain`
231[warn] two warnings found
232[info] done compiling
233[info] compiling 3 Scala sources to /build/repo/jsoncirce/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/test-classes ...
234[warn] bad option '-Xsource:3' was ignored
235[warn] one warning found
236[info] done compiling
237Starting build for ProjectRef(file:/build/repo/,core) (big-data-types-core)... [3/4]
238Compile scalacOptions: -Xsource:3, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
239
240************************
241Build summary:
242[{
243 "module": "big-data-types-bigquery",
244 "compile": {"status": "ok", "tookMs": 10251, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
245 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
246 "test-compile": {"status": "ok", "tookMs": 9158, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
247 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
248 "publish": {"status": "skipped", "tookMs": 0},
249 "metadata": {
250 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
251}
252},{
253 "module": "big-data-types-cassandra",
254 "compile": {"status": "ok", "tookMs": 1350, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
255 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
256 "test-compile": {"status": "ok", "tookMs": 2557, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
257 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
258 "publish": {"status": "skipped", "tookMs": 0},
259 "metadata": {
260 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
261}
262},{
263 "module": "big-data-types-circe",
264 "compile": {"status": "ok", "tookMs": 445, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
265 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
266 "test-compile": {"status": "ok", "tookMs": 1106, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
267 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
268 "publish": {"status": "skipped", "tookMs": 0},
269 "metadata": {
270 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
271}
272},{
273 "module": "big-data-types-core",
274 "compile": {"status": "ok", "tookMs": 49, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
275 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
276 "test-compile": {"status": "ok", "tookMs": 78, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
277 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
278 "publish": {"status": "skipped", "tookMs": 0},
279 "metadata": {
280 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.3"]
281}
282}]
283************************
284[success] Total time: 89 s (0:01:29.0), completed Dec 13, 2025, 1:26:41 AM
285[0JChecking patch project/plugins.sbt...
286Checking patch build.sbt...
287Applied patch project/plugins.sbt cleanly.
288Applied patch build.sbt cleanly.