Build Logs
scalameta/metals • 3.7.4:2025-11-06
Errors
0
Warnings
0
Total Lines
269
1##################################
2Clonning https://github.com/scalameta/metals.git into /build/repo using revision v1.6.3
3##################################
4Note: switching to '625b6325f9646bfd17180fe693032103e3654149'.
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.6
22----
23Preparing build for 3.7.4
24Scala binary version found: 3.7
25Implicitly using source version 3.7
26Scala binary version found: 3.7
27Implicitly using source version 3.7
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.7
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: project/V.scala
34Pattern: val scala3 = "3.3.6"
35Replacement: val scala3 = "3.7.4"
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.3.6"' in project/V.scala
40----
41Starting build for 3.7.4
42Execute tests: false
43sbt project found:
44No prepare script found for project scalameta/metals
45/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
46##################################
47Scala version: 3.7.4
48Targets:
49Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/V.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
50##################################
51Using extra scalacOptions: ,REQUIRE:-source:3.7
52Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
53[sbt_options] declare -a sbt_options=()
54[process_args] java_version = '21'
55[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
56# Executing command line:
57java
58-Xss4m
59-Xmx2G
60-XX:ReservedCodeCacheSize=1024m
61-XX:+TieredCompilation
62-Dfile.encoding=UTF-8
63-Dcommunitybuild.scala=3.7.4
64-Dcommunitybuild.project.dependencies.add=
65-Xmx7G
66-Xms4G
67-Xss8M
68-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
69-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
70-jar
71/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
72"setCrossScalaVersions 3.7.4"
73"++3.7.4 -v"
74"mapScalacOptions ",REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
75"set every credentials := Nil"
76"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
77"removeScalacOptionsStartingWith -P:wartremover"
78
79moduleMappings
80"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/V.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" "
81
82[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
83[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 21)
84[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
85[info] loading project definition from /build/repo/project
86[info] compiling 11 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 8.168s.
89[info] done compiling
90[info] loading settings for project repo from build.sbt...
91[info] resolving key references (17973 settings) ...
92[info] _ _
93[info] /\/\ ___| |_ __ _| |___
94[info] / \ / _ \ __/ _` | / __|
95[info] / /\/\ \ __/ || (_| | \__ \
96[info] \/ \/\___|\__\__,_|_|___/
97[info]
98[info] Useful sbt tasks:
99[info] a. unit/testOnly tests.DefinitionSuite - run a specific unit test suite.
100[info] b. unit/testOnly tests.DefinitionSuite -- *exact-test-name* - run a specific test case inside the unit test suite.
101[info] c. unit/testOnly tests.DefinitionSuite -- -F - use `-F` flag to show the full stack trace in case it is missing
102[info] d. slow/testOnly -- tests.sbt.* - run all slow tests inside tests.sbt package, they will publish needed mtags locally.
103[info] e. ~cross/testOnly tests.hover.HoverTermSuite - automatically rerun on changes a specific presentation compiler test, great for edit/test/debug workflows.
104[info] f. +cross/test - run all presentation compiler tests for all non-deprecated Scala versions.
105[info] g. publishLocal - publish Metals for the currently used Scala version.
106[info] h. +publishLocal - publish Metals for all supported used Scala versions.
107[info] i. quick-publish-local - publish Metals artifacts but with only limited set of Scala versions
108[info] j. ++2.12.20 mtags/publishLocal - publish changes for a single Scala version, especially useful if working on a feature inside mtags module. `publishLocal` will still need to be run before at least once.
109Execute setCrossScalaVersions: 3.7.4
110OpenCB::Limitting incorrect crossVersions List() -> List(2.13.17) in repo/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.2 -> 3.7.4 in sbt-metals/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in input3/crossScalaVersions
113OpenCB::Limitting incorrect crossVersions List(2.13.17) -> List(3.7.4) in input3/crossScalaVersions
114[info] _ _
115[info] /\/\ ___| |_ __ _| |___
116[info] / \ / _ \ __/ _` | / __|
117[info] / /\/\ \ __/ || (_| | \__ \
118[info] \/ \/\___|\__\__,_|_|___/
119[info]
120[info] Useful sbt tasks:
121[info] a. unit/testOnly tests.DefinitionSuite - run a specific unit test suite.
122[info] b. unit/testOnly tests.DefinitionSuite -- *exact-test-name* - run a specific test case inside the unit test suite.
123[info] c. unit/testOnly tests.DefinitionSuite -- -F - use `-F` flag to show the full stack trace in case it is missing
124[info] d. slow/testOnly -- tests.sbt.* - run all slow tests inside tests.sbt package, they will publish needed mtags locally.
125[info] e. ~cross/testOnly tests.hover.HoverTermSuite - automatically rerun on changes a specific presentation compiler test, great for edit/test/debug workflows.
126[info] f. +cross/test - run all presentation compiler tests for all non-deprecated Scala versions.
127[info] g. publishLocal - publish Metals for the currently used Scala version.
128[info] h. +publishLocal - publish Metals for all supported used Scala versions.
129[info] i. quick-publish-local - publish Metals artifacts but with only limited set of Scala versions
130[info] j. ++2.12.20 mtags/publishLocal - publish changes for a single Scala version, especially useful if working on a feature inside mtags module. `publishLocal` will still need to be run before at least once.
131[info] Setting Scala version to 3.7.4 on 2 projects.
132[info] Switching Scala version on:
133[info] sbt-metals (2.12.20, 3.7.4)
134[info] input3 (3.7.4)
135[info] Excluding projects:
136[info] slow (2.13.17)
137[info] metalsDependencies (2.13.17)
138[info] interfaces (2.13.17)
139[info] javapc (2.13.17)
140[info] docs (2.13.17)
141[info] mtest (2.12.20, 2.13.17, 2.12.18, 2.12.19, 2.13.16, 2.13.15, 2.12.17, 2.13.14)
142[info] mtagsShared (2.12.20, 2.13.17, 2.12.18, 2.12.19, 2.13.16, 2.13.15, 2.12.17, 2.11.12, 2.13.14)
143[info] metals (2.13.17)
144[info] cross (2.12.20, 2.13.17, 2.12.18, 2.12.19, 2.13.16, 2.13.15, 2.12.17, 2.13.14)
145[info] mtags-java (2.13.17)
146[info] unit (2.13.17)
147[info] * repo (2.13.17)
148[info] mtags (2.12.20, 2.13.17, 2.12.18, 2.12.19, 2.13.16, 2.13.15, 2.12.17, 2.11.12, 2.13.14)
149[info] input (2.13.17)
150[info] bench (2.13.17)
151[info] Reapplying settings...
152[info] _ _
153[info] /\/\ ___| |_ __ _| |___
154[info] / \ / _ \ __/ _` | / __|
155[info] / /\/\ \ __/ || (_| | \__ \
156[info] \/ \/\___|\__\__,_|_|___/
157[info]
158[info] Useful sbt tasks:
159[info] a. unit/testOnly tests.DefinitionSuite - run a specific unit test suite.
160[info] b. unit/testOnly tests.DefinitionSuite -- *exact-test-name* - run a specific test case inside the unit test suite.
161[info] c. unit/testOnly tests.DefinitionSuite -- -F - use `-F` flag to show the full stack trace in case it is missing
162[info] d. slow/testOnly -- tests.sbt.* - run all slow tests inside tests.sbt package, they will publish needed mtags locally.
163[info] e. ~cross/testOnly tests.hover.HoverTermSuite - automatically rerun on changes a specific presentation compiler test, great for edit/test/debug workflows.
164[info] f. +cross/test - run all presentation compiler tests for all non-deprecated Scala versions.
165[info] g. publishLocal - publish Metals for the currently used Scala version.
166[info] h. +publishLocal - publish Metals for all supported used Scala versions.
167[info] i. quick-publish-local - publish Metals artifacts but with only limited set of Scala versions
168[info] j. ++2.12.20 mtags/publishLocal - publish changes for a single Scala version, especially useful if working on a feature inside mtags module. `publishLocal` will still need to be run before at least once.
169Execute mapScalacOptions: ,REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
170[info] Reapplying settings...
171[info] _ _
172[info] /\/\ ___| |_ __ _| |___
173[info] / \ / _ \ __/ _` | / __|
174[info] / /\/\ \ __/ || (_| | \__ \
175[info] \/ \/\___|\__\__,_|_|___/
176[info]
177[info] Useful sbt tasks:
178[info] a. unit/testOnly tests.DefinitionSuite - run a specific unit test suite.
179[info] b. unit/testOnly tests.DefinitionSuite -- *exact-test-name* - run a specific test case inside the unit test suite.
180[info] c. unit/testOnly tests.DefinitionSuite -- -F - use `-F` flag to show the full stack trace in case it is missing
181[info] d. slow/testOnly -- tests.sbt.* - run all slow tests inside tests.sbt package, they will publish needed mtags locally.
182[info] e. ~cross/testOnly tests.hover.HoverTermSuite - automatically rerun on changes a specific presentation compiler test, great for edit/test/debug workflows.
183[info] f. +cross/test - run all presentation compiler tests for all non-deprecated Scala versions.
184[info] g. publishLocal - publish Metals for the currently used Scala version.
185[info] h. +publishLocal - publish Metals for all supported used Scala versions.
186[info] i. quick-publish-local - publish Metals artifacts but with only limited set of Scala versions
187[info] j. ++2.12.20 mtags/publishLocal - publish changes for a single Scala version, especially useful if working on a feature inside mtags module. `publishLocal` will still need to be run before at least once.
188[info] Defining Global / credentials, bench / credentials and 15 others.
189[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 85 others.
190[info] Run `last` for details.
191[info] Reapplying settings...
192[info] _ _
193[info] /\/\ ___| |_ __ _| |___
194[info] / \ / _ \ __/ _` | / __|
195[info] / /\/\ \ __/ || (_| | \__ \
196[info] \/ \/\___|\__\__,_|_|___/
197[info]
198[info] Useful sbt tasks:
199[info] a. unit/testOnly tests.DefinitionSuite - run a specific unit test suite.
200[info] b. unit/testOnly tests.DefinitionSuite -- *exact-test-name* - run a specific test case inside the unit test suite.
201[info] c. unit/testOnly tests.DefinitionSuite -- -F - use `-F` flag to show the full stack trace in case it is missing
202[info] d. slow/testOnly -- tests.sbt.* - run all slow tests inside tests.sbt package, they will publish needed mtags locally.
203[info] e. ~cross/testOnly tests.hover.HoverTermSuite - automatically rerun on changes a specific presentation compiler test, great for edit/test/debug workflows.
204[info] f. +cross/test - run all presentation compiler tests for all non-deprecated Scala versions.
205[info] g. publishLocal - publish Metals for the currently used Scala version.
206[info] h. +publishLocal - publish Metals for all supported used Scala versions.
207[info] i. quick-publish-local - publish Metals artifacts but with only limited set of Scala versions
208[info] j. ++2.12.20 mtags/publishLocal - publish changes for a single Scala version, especially useful if working on a feature inside mtags module. `publishLocal` will still need to be run before at least once.
209Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
210[info] Reapplying settings...
211OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
212
213 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
214 Did you mean metals / allExcludeDependencies ?
215 , retry without global scopes
216[info] Reapplying settings...
217[info] _ _
218[info] /\/\ ___| |_ __ _| |___
219[info] / \ / _ \ __/ _` | / __|
220[info] / /\/\ \ __/ || (_| | \__ \
221[info] \/ \/\___|\__\__,_|_|___/
222[info]
223[info] Useful sbt tasks:
224[info] a. unit/testOnly tests.DefinitionSuite - run a specific unit test suite.
225[info] b. unit/testOnly tests.DefinitionSuite -- *exact-test-name* - run a specific test case inside the unit test suite.
226[info] c. unit/testOnly tests.DefinitionSuite -- -F - use `-F` flag to show the full stack trace in case it is missing
227[info] d. slow/testOnly -- tests.sbt.* - run all slow tests inside tests.sbt package, they will publish needed mtags locally.
228[info] e. ~cross/testOnly tests.hover.HoverTermSuite - automatically rerun on changes a specific presentation compiler test, great for edit/test/debug workflows.
229[info] f. +cross/test - run all presentation compiler tests for all non-deprecated Scala versions.
230[info] g. publishLocal - publish Metals for the currently used Scala version.
231[info] h. +publishLocal - publish Metals for all supported used Scala versions.
232[info] i. quick-publish-local - publish Metals artifacts but with only limited set of Scala versions
233[info] j. ++2.12.20 mtags/publishLocal - publish changes for a single Scala version, especially useful if working on a feature inside mtags module. `publishLocal` will still need to be run before at least once.
234Execute removeScalacOptionsStartingWith: -P:wartremover
235[info] Reapplying settings...
236[info] _ _
237[info] /\/\ ___| |_ __ _| |___
238[info] / \ / _ \ __/ _` | / __|
239[info] / /\/\ \ __/ || (_| | \__ \
240[info] \/ \/\___|\__\__,_|_|___/
241[info]
242[info] Useful sbt tasks:
243[info] a. unit/testOnly tests.DefinitionSuite - run a specific unit test suite.
244[info] b. unit/testOnly tests.DefinitionSuite -- *exact-test-name* - run a specific test case inside the unit test suite.
245[info] c. unit/testOnly tests.DefinitionSuite -- -F - use `-F` flag to show the full stack trace in case it is missing
246[info] d. slow/testOnly -- tests.sbt.* - run all slow tests inside tests.sbt package, they will publish needed mtags locally.
247[info] e. ~cross/testOnly tests.hover.HoverTermSuite - automatically rerun on changes a specific presentation compiler test, great for edit/test/debug workflows.
248[info] f. +cross/test - run all presentation compiler tests for all non-deprecated Scala versions.
249[info] g. publishLocal - publish Metals for the currently used Scala version.
250[info] h. +publishLocal - publish Metals for all supported used Scala versions.
251[info] i. quick-publish-local - publish Metals artifacts but with only limited set of Scala versions
252[info] j. ++2.12.20 mtags/publishLocal - publish changes for a single Scala version, especially useful if working on a feature inside mtags module. `publishLocal` will still need to be run before at least once.
253[success] Total time: 0 s, completed Nov 6, 2025, 1:29:27 AM
254Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/V.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
255Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
256Starting build...
257Projects: Set()
258
259************************
260Build summary:
261[]
262************************
263[success] Total time: 0 s, completed Nov 6, 2025, 1:29:27 AM
264[0JChecking patch project/plugins.sbt...
265Checking patch project/V.scala...
266Checking patch build.sbt...
267Applied patch project/plugins.sbt cleanly.
268Applied patch project/V.scala cleanly.
269Applied patch build.sbt cleanly.