Build Logs
mixql/mixql-core • 3.8.0-RC2:2025-11-26
Errors
0
Warnings
65
Total Lines
223
1##################################
2Clonning https://github.com/mixql/mixql-core.git into /build/repo using revision v0.9.3
3##################################
4Note: switching to '59c6de06fbe36b014c3e14a9a297e5e2acd9c951'.
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.1.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.1.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.1.3"' in build.sbt
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.9.4 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project mixql/mixql-core
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: org.mixql%mixql-core
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.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":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" org.mixql%mixql-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[warn] Multiple resolvers having different access mechanism configured with same name 'Sonatype OSS Snapshots'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
84[warn] Multiple resolvers having different access mechanism configured with same name 'Sonatype OSS Snapshots'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
85[warn] Multiple resolvers having different access mechanism configured with same name 'Sonatype OSS Snapshots'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
86[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
87[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
88[info] Compilation completed in 9.206s.
89[info] done compiling
90/build/repo/build.sbt:45: warning: match may not be exhaustive.
91It would fail on the following inputs: None, Some((2, _)), Some((_, 12)), Some((_, 13)), Some((_, ??)), Some((_, _))
92 CrossVersion.partialVersion(scalaVersion.value) match {
93 ^
94/build/repo/build.sbt:54: warning: match may not be exhaustive.
95It would fail on the following inputs: None, Some((2, _)), Some((_, 12)), Some((_, 13)), Some((_, ??)), Some((_, _))
96 CrossVersion.partialVersion(scalaVersion.value) match {
97 ^
98[info] loading settings for project mixQLCore from build.sbt...
99[info] set current project to mixql-core (in build file:/build/repo/)
100Execute setCrossScalaVersions: 3.8.0-RC2
101OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in mixQLCore/crossScalaVersions
102[info] set current project to mixql-core (in build file:/build/repo/)
103[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
104[info] Switching Scala version on:
105[info] * mixQLCore (2.12.17, 2.13.12, 3.8.0-RC2)
106[info] Excluding projects:
107[info] Reapplying settings...
108[info] set current project to mixql-core (in build file:/build/repo/)
109Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
110[info] Reapplying settings...
111[info] set current project to mixql-core (in build file:/build/repo/)
112[info] Defining Global / credentials, credentials
113[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 4 others.
114[info] Run `last` for details.
115[info] Reapplying settings...
116[info] set current project to mixql-core (in build file:/build/repo/)
117Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
118[info] Reapplying settings...
119OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
120
121 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
122 Did you mean allExcludeDependencies ?
123 , retry without global scopes
124[info] Reapplying settings...
125[info] set current project to mixql-core (in build file:/build/repo/)
126Execute removeScalacOptionsStartingWith: -P:wartremover
127[info] Reapplying settings...
128[info] set current project to mixql-core (in build file:/build/repo/)
129[success] Total time: 0 s, completed Nov 26, 2025, 5:25:30 PM
130Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
131Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
132Starting build...
133Projects: Set(mixQLCore)
134Starting build for ProjectRef(file:/build/repo/,mixQLCore) (mixql-core)... [0/1]
135OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
136OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
137Compile scalacOptions: -Xmax-inlines:139, -Xmax-inlined-trees:12000000, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
138[info] compiling 24 Scala sources and 22 Java sources to /build/repo/target/scala-3.8.0-RC2/classes ...
139[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/org/mixql/core/context/ConfigHelp.scala:37:13
140[warn] 37 | else if (value.isInstanceOf[ju.List[Object]])
141[warn] | ^^^^^
142[warn] |the type test for java.util.List[Object] cannot be checked at runtime because its type arguments can't be determined from Object
143[warn] |
144[warn] | longer explanation available when compiling with `-explain`
145[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/org/mixql/core/context/mtype/package.scala:119:11
146[warn] 119 | case p: Map[Any, Any] =>
147[warn] | ^
148[warn] |the type test for Map[Any, Any] cannot be checked at runtime because its type arguments can't be determined from Any
149[warn] |
150[warn] | longer explanation available when compiling with `-explain`
151[warn] -- Warning: /build/repo/src/main/scala/org/mixql/core/function/FunctionInvoker.scala:83:12
152[warn] 83 | return invokeFunc(f.asInstanceOf[Object], contexts, args.map(a => a.asInstanceOf[Object]), kwargs, funcName)
153[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
154[warn] |Non local returns are no longer supported; use `boundary` and `boundary.break` in `scala.util` instead
155[warn] -- Warning: /build/repo/src/main/scala/org/mixql/core/function/FunctionInvoker.scala:106:8
156[warn] 106 | return false
157[warn] | ^^^^^^^^^^^^
158[warn] |Non local returns are no longer supported; use `boundary` and `boundary.break` in `scala.util` instead
159[warn] -- Warning: /build/repo/src/main/scala/org/mixql/core/visitor/ControlStmtsVisitor.scala:55:10
160[warn] 55 | return visit(elif.block)
161[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
162[warn] |Non local returns are no longer supported; use `boundary` and `boundary.break` in `scala.util` instead
163[warn] -- Warning: /build/repo/src/main/scala/org/mixql/core/visitor/ControlStmtsVisitor.scala:96:10
164[warn] 96 | return block
165[warn] | ^^^^^^^^^^^^
166[warn] |Non local returns are no longer supported; use `boundary` and `boundary.break` in `scala.util` instead
167[warn] -- Warning: /build/repo/src/main/scala/org/mixql/core/visitor/ControlStmtsVisitor.scala:263:10
168[warn] 263 | return block
169[warn] | ^^^^^^^^^^^^
170[warn] |Non local returns are no longer supported; use `boundary` and `boundary.break` in `scala.util` instead
171[warn] -- Warning: /build/repo/src/main/scala/org/mixql/core/visitor/ExpressionVisitor.scala:137:8
172[warn] 137 | return visit(case_r.ex_do)
173[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
174[warn] |Non local returns are no longer supported; use `boundary` and `boundary.break` in `scala.util` instead
175[warn] -- Warning: /build/repo/src/main/scala/org/mixql/core/visitor/MainVisitor.scala:40:8
176[warn] 40 | return res
177[warn] | ^^^^^^^^^^
178[warn] |Non local returns are no longer supported; use `boundary` and `boundary.break` in `scala.util` instead
179[warn] -- Warning: /build/repo/src/main/scala/org/mixql/core/visitor/MainVisitor.scala:43:8
180[warn] 43 | return res
181[warn] | ^^^^^^^^^^
182[warn] |Non local returns are no longer supported; use `boundary` and `boundary.break` in `scala.util` instead
183[warn] there were 13 deprecation warnings; re-run with -deprecation for details
184[warn] 11 warnings found
185[info] done compiling
186[info] compiling 26 Scala sources and 2 Java sources to /build/repo/target/scala-3.8.0-RC2/test-classes ...
187[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/test/scala/org/mixql/core/test/visitor/ControlStmtsTest.scala:265:4
188[warn] 265 | assert(context.currentEngine.isInstanceOf[Other])
189[warn] | ^
190[warn] |the type test for Other cannot be checked at runtime because it's a local class
191[warn] |
192[warn] | longer explanation available when compiling with `-explain`
193[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/test/scala/org/mixql/core/test/visitor/ControlStmtsTest.scala:309:4
194[warn] 309 | assert(context.currentEngine.isInstanceOf[Other])
195[warn] | ^
196[warn] |the type test for Other cannot be checked at runtime because it's a local class
197[warn] |
198[warn] | longer explanation available when compiling with `-explain`
199[warn] there was 1 deprecation warning; re-run with -deprecation for details
200[warn] three warnings found
201[info] done compiling
202
203************************
204Build summary:
205[{
206 "module": "mixql-core",
207 "compile": {"status": "ok", "tookMs": 18620, "warnings": 10, "errors": 0, "sourceVersion": "3.8"},
208 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
209 "test-compile": {"status": "ok", "tookMs": 11769, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
210 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
211 "publish": {"status": "skipped", "tookMs": 0},
212 "metadata": {
213 "crossScalaVersions": ["2.12.17", "2.13.12", "3.1.3"]
214}
215}]
216************************
217[success] Total time: 52 s, completed Nov 26, 2025, 5:26:21 PM
218[0JChecking patch project/plugins.sbt...
219Checking patch project/build.properties...
220Checking patch build.sbt...
221Applied patch project/plugins.sbt cleanly.
222Applied patch project/build.properties cleanly.
223Applied patch build.sbt cleanly.