Build Logs

indoorvivants/mcp • 3.8.0-RC3:2025-12-04

Errors

1

Warnings

7

Total Lines

228

1##################################
2Clonning https://github.com/indoorvivants/mcp.git into /build/repo using revision v0.2.0
3##################################
4Note: switching to '7fb4755f6a7a57a36d9b51c6ec95c2f5696736d3'.
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.7.4
22----
23Preparing build for 3.8.0-RC3
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.7.4"
35Replacement: val Scala3 = "3.8.0-RC3"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (21))
38Compiled project (Scala 3.7.3, JVM (21))
39Successfully applied pattern 'val Scala3 = "3.7.4"' in build.sbt
40----
41Starting build for 3.8.0-RC3
42Execute tests: true
43sbt project found:
44No prepare script found for project indoorvivants/mcp
45##################################
46Scala version: 3.8.0-RC3
47Targets: com.indoorvivants%mcp-json com.indoorvivants%mcp-protocol com.indoorvivants%mcp-quick
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.7.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: ,REQUIRE:-source:3.8
51Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '21'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
55# Executing command line:
56java
57-Xmx2G
58-Dcommunitybuild.scala=3.8.0-RC3
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.8.0-RC3"
68"++3.8.0-RC3 -v"
69"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"runBuild 3.8.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.7.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" com.indoorvivants%mcp-json com.indoorvivants%mcp-protocol com.indoorvivants%mcp-quick"
76
77[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
78[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 21)
79[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
80[info] loading project definition from /build/repo/project
81[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
82[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
83[info] Compilation completed in 8.386s.
84[info] done compiling
85[info] loading settings for project root from build.sbt...
86[info] resolving key references (15289 settings) ...
87[info] set current project to root (in build file:/build/repo/)
88[warn] there's a key that's not used by any other settings/tasks:
89[warn]
90[warn] * ThisBuild / pushRemoteCacheTo
91[warn] +- /build/repo/build.sbt:9
92[warn]
93[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
94[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
95Execute setCrossScalaVersions: 3.8.0-RC3
96OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in generator/crossScalaVersions
97OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in sample/crossScalaVersions
98OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in generator/crossScalaVersions
99OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in mcpProtocolNative/crossScalaVersions
100OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in mcpProtocolNative/crossScalaVersions
101OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in sampleNative/crossScalaVersions
102OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in sampleNative/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in quick/crossScalaVersions
104OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in quick/crossScalaVersions
105OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in mcpProtocol/crossScalaVersions
106OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in mcpProtocol/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in quickNative/crossScalaVersions
108OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in quickNative/crossScalaVersions
109OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in jsonNative/crossScalaVersions
110OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in jsonNative/crossScalaVersions
111OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in jsonJS/crossScalaVersions
112OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in jsonJS/crossScalaVersions
113OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in json/crossScalaVersions
114OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in json/crossScalaVersions
115OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in sample/crossScalaVersions
116OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in mcpProtocolJS/crossScalaVersions
117OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in mcpProtocolJS/crossScalaVersions
118OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in docs/crossScalaVersions
119OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in docs/crossScalaVersions
120[info] set current project to root (in build file:/build/repo/)
121[info] Setting Scala version to 3.8.0-RC3 on 12 projects.
122[info] Switching Scala version on:
123[info] jsonNative (3.8.0-RC3)
124[info] generator (3.8.0-RC3)
125[info] mcpProtocol (3.8.0-RC3)
126[info] json (3.8.0-RC3)
127[info] docs (3.8.0-RC3)
128[info] mcpProtocolNative (3.8.0-RC3)
129[info] mcpProtocolJS (3.8.0-RC3)
130[info] sample (3.8.0-RC3)
131[info] quickNative (3.8.0-RC3)
132[info] quick (3.8.0-RC3)
133[info] jsonJS (3.8.0-RC3)
134[info] sampleNative (3.8.0-RC3)
135[info] Excluding projects:
136[info] * root (2.12.20)
137[info] Reapplying settings...
138[info] set current project to root (in build file:/build/repo/)
139Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
140[info] Reapplying settings...
141[info] set current project to root (in build file:/build/repo/)
142[info] Defining Global / credentials, credentials and 11 others.
143[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 104 others.
144[info] Run `last` for details.
145[info] Reapplying settings...
146[info] set current project to root (in build file:/build/repo/)
147Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
148[info] Reapplying settings...
149OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
150
151 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
152 Did you mean json / allExcludeDependencies ?
153 , retry without global scopes
154[info] Reapplying settings...
155[info] set current project to root (in build file:/build/repo/)
156Execute removeScalacOptionsStartingWith: -P:wartremover
157[info] Reapplying settings...
158[info] set current project to root (in build file:/build/repo/)
159[success] Total time: 0 s, completed Dec 4, 2025, 3:16:29 PM
160Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.7.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
161Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
162Starting build...
163Projects: Set(json, mcpProtocol, quick)
164Starting build for ProjectRef(file:/build/repo/,json) (mcp-json)... [0/3]
165OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
166Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
167[info] compiling 1 Scala source to /build/repo/mod/json/target/jvm-3/classes ...
168[info] done compiling
169[info] compiling 1 Scala source to /build/repo/mod/json/target/jvm-3/test-classes ...
170[info] done compiling
171BuilderTest:
172 + Parsing 0.051s
173Starting build for ProjectRef(file:/build/repo/,mcpProtocol) (mcp-protocol)... [1/3]
174Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
175[info] compiling 78 Scala sources to /build/repo/mod/protocol/target/jvm-3/classes ...
176[info] done compiling
177Starting build for ProjectRef(file:/build/repo/,quick) (mcp-quick)... [2/3]
178Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
179[info] compiling 7 Scala sources to /build/repo/mod/quick/target/jvm-3/classes ...
180[info] done compiling
181[info] compiling 2 Scala sources to /build/repo/mod/quick/target/jvm-3/test-classes ...
182[info] done compiling
183mcp.SyncTransportTest:
184 + handlers basics 0.091s
185 + unhandled methods 0.006s
186 + broken json 0.007s
187 + exception in handler 0.006s
188 + sending notifications 0.007s
189
190************************
191Build summary:
192[{
193 "module": "mcp-json",
194 "compile": {"status": "ok", "tookMs": 8594, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
195 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
196 "test-compile": {"status": "ok", "tookMs": 2421, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
197 "test": {"status": "ok", "tookMs": 670, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "munit", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
198 "publish": {"status": "skipped", "tookMs": 0},
199 "metadata": {
200 "crossScalaVersions": ["2.12.20", "3.7.4"]
201}
202},{
203 "module": "mcp-protocol",
204 "compile": {"status": "ok", "tookMs": 14445, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
205 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
206 "test-compile": {"status": "ok", "tookMs": 160, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
207 "test": {"status": "ok", "tookMs": 148, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
208 "publish": {"status": "skipped", "tookMs": 0},
209 "metadata": {
210 "crossScalaVersions": ["2.12.20", "3.7.4"]
211}
212},{
213 "module": "mcp-quick",
214 "compile": {"status": "ok", "tookMs": 2506, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
215 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
216 "test-compile": {"status": "ok", "tookMs": 1134, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
217 "test": {"status": "ok", "tookMs": 714, "passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5, "byFramework": [{"framework": "munit", "stats": {"passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5}}]},
218 "publish": {"status": "skipped", "tookMs": 0},
219 "metadata": {
220 "crossScalaVersions": ["2.12.20", "3.7.4"]
221}
222}]
223************************
224[success] Total time: 46 s, completed Dec 4, 2025, 3:17:16 PM
225[0JChecking patch project/plugins.sbt...
226Checking patch build.sbt...
227Applied patch project/plugins.sbt cleanly.
228Applied patch build.sbt cleanly.