Build Logs

scalameta/metals • 3.8.0-RC4:2025-12-22

Errors

0

Warnings

0

Total Lines

268

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