Build Logs
eed3si9n/verify • 3.8.0-RC2:2025-11-27
Errors
0
Warnings
48
Total Lines
361
1##################################
2Clonning https://github.com/eed3si9n/verify.git into /build/repo using revision main
3##################################
4Would override fixed Scala version: 3.1.3
5Using target Scala version for migration: 3.7.4
6Migrating project for -source:3.7 using Scala 3.7.4
7----
8Preparing build for 3.7.4
9Would try to apply common scalacOption (best-effort, sbt/mill only):
10Append: -rewrite,REQUIRE:-source:3.7-migration
11Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
12
13Try apply source patch:
14Path: build.sbt
15Pattern: val Scala3 = "3.1.3"
16Replacement: val Scala3 = "3.7.4"
17Starting compilation server
18Compiling project (Scala 3.7.3, JVM (17))
19Compiled project (Scala 3.7.3, JVM (17))
20Successfully applied pattern 'val Scala3 = "3.1.3"' in build.sbt
21----
22Starting build for 3.7.4
23Execute tests: false
24sbt project found:
25No prepare script found for project eed3si9n/verify
26##################################
27Scala version: 3.7.4
28Targets: *%*
29Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
30##################################
31Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
32Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
33[sbt_options] declare -a sbt_options=()
34[process_args] java_version = '17'
35[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
36# Executing command line:
37java
38-Dfile.encoding=UTF-8
39-Dcommunitybuild.scala=3.7.4
40-Dcommunitybuild.project.dependencies.add=
41-Xmx7G
42-Xms4G
43-Xss8M
44-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
45-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
46-jar
47/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
48"setCrossScalaVersions 3.7.4"
49"++3.7.4 -v"
50"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
51"set every credentials := Nil"
52"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
53"removeScalacOptionsStartingWith -P:wartremover"
54
55moduleMappings
56"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" *%*"
57
58[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
59[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
60[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
61[info] loading project definition from /build/repo/project
62[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
63[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
64[info] Compilation completed in 8.661s.
65[info] done compiling
66[info] loading settings for project verifyRoot from build.sbt...
67[info] set current project to verify root (in build file:/build/repo/)
68Execute setCrossScalaVersions: 3.7.4
69OpenCB::Changing crossVersion 3.1.3 -> 3.7.4 in verifyNative/crossScalaVersions
70OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in verifyJS/crossScalaVersions
71OpenCB::Limitting incorrect crossVersions List() -> List(2.12.19) in verifyRoot/crossScalaVersions
72OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in verifyJVM/crossScalaVersions
73[info] set current project to verify root (in build file:/build/repo/)
74[info] Setting Scala version to 3.7.4 on 3 projects.
75[info] Switching Scala version on:
76[info] verifyJVM (2.11.12, 2.12.19, 2.13.13, 3.7.4)
77[info] verifyJS (2.11.12, 2.12.19, 2.13.13, 3.7.4)
78[info] verifyNative (2.12.19, 2.13.13, 3.7.4)
79[info] Excluding projects:
80[info] * verifyRoot (2.12.19)
81[info] Reapplying settings...
82[info] set current project to verify root (in build file:/build/repo/)
83Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
84[info] Reapplying settings...
85[info] set current project to verify root (in build file:/build/repo/)
86[info] Defining Global / credentials, credentials and 2 others.
87[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 19 others.
88[info] Run `last` for details.
89[info] Reapplying settings...
90[info] set current project to verify root (in build file:/build/repo/)
91Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
92[info] Reapplying settings...
93OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
94
95 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
96 Did you mean allExcludeDependencies ?
97 , retry without global scopes
98[info] Reapplying settings...
99[info] set current project to verify root (in build file:/build/repo/)
100Execute removeScalacOptionsStartingWith: -P:wartremover
101[info] Reapplying settings...
102[info] set current project to verify root (in build file:/build/repo/)
103[success] Total time: 0 s, completed Nov 27, 2025, 9:33:45 PM
104Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
105Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
106Starting build...
107Projects: Set(verifyRoot, verifyJVM)
108Starting build for ProjectRef(file:/build/repo/,verifyRoot) (verify-root)... [0/2]
109OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
110OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
111OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.19 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
112OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.19 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
113OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.19 module Scope(Select(ProjectRef(file:/build/repo/,verifyRoot)), Select(ConfigKey(compile)), Zero, Zero)
114OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.19 module Scope(Select(ProjectRef(file:/build/repo/,verifyRoot)), Select(ConfigKey(compile)), Zero, Zero)
115Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -Wconf:msg=can be rewritten automatically under:s
116OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.19 module Scope(Select(ProjectRef(file:/build/repo/,verifyRoot)), Select(ConfigKey(test)), Zero, Zero)
117OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.19 module Scope(Select(ProjectRef(file:/build/repo/,verifyRoot)), Select(ConfigKey(test)), Zero, Zero)
118Starting build for ProjectRef(file:/build/repo/,verifyJVM) (verify)... [1/2]
119OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
120OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
121Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -unchecked, -Xlint, -Ywarn-dead-code, -Xlog-free-terms, -target:jvm-1.8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
122[info] compiling 31 Scala sources to /build/repo/jvm/target/scala-3.7.4/classes ...
123[warn] Flag -sourcepath set repeatedly
124[warn] Flag -sourcepath set repeatedly
125[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
126[warn] bad option '-Ywarn-dead-code' was ignored
127[warn] bad option '-Xlog-free-terms' was ignored
128[warn] bad option '-target:jvm-1.8' was ignored
129[info] [patched file /build/repo/shared/src/main/scala/verify/BasicTestSuite.scala]
130[info] [patched file /build/repo/jvm/src/main/scala/verify/internal/Reflect.scala]
131[info] [patched file /build/repo/shared/src/main/scala/verify/AbstractTestSuite.scala]
132[info] [patched file /build/repo/shared/src/main/scala/verify/runner/Task.scala]
133[info] [patched file /build/repo/shared/src/main/scala-3/verify/asserts/RecorderMacro.scala]
134[info] [patched file /build/repo/shared/src/main/scala/verify/TestSuite.scala]
135[info] [patched file /build/repo/shared/src/main/scala/verify/asserts/ExpressionRenderer.scala]
136[warn] there were 3 deprecation warnings; re-run with -deprecation for details
137[warn] 7 warnings found
138[info] done compiling
139[info] compiling 7 Scala sources to /build/repo/jvm/target/scala-3.7.4/classes ...
140[warn] Flag -sourcepath set repeatedly
141[warn] Flag -sourcepath set repeatedly
142[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
143[warn] bad option '-Ywarn-dead-code' was ignored
144[warn] bad option '-Xlog-free-terms' was ignored
145[warn] bad option '-target:jvm-1.8' was ignored
146[warn] there was 1 deprecation warning; re-run with -deprecation for details
147[warn] 7 warnings found
148[info] done compiling
149[info] compiling 2 Scala sources to /build/repo/jvm/target/scala-3.7.4/classes ...
150[warn] Flag -sourcepath set repeatedly
151[warn] Flag -sourcepath set repeatedly
152[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
153[warn] bad option '-Ywarn-dead-code' was ignored
154[warn] bad option '-Xlog-free-terms' was ignored
155[warn] bad option '-target:jvm-1.8' was ignored
156[warn] 13 warnings found
157[info] done compiling
158[info] compiling 4 Scala sources to /build/repo/jvm/target/scala-3.7.4/classes ...
159[warn] Flag -sourcepath set repeatedly
160[warn] Flag -sourcepath set repeatedly
161[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
162[warn] bad option '-Ywarn-dead-code' was ignored
163[warn] bad option '-Xlog-free-terms' was ignored
164[warn] bad option '-target:jvm-1.8' was ignored
165[warn] 19 warnings found
166[info] done compiling
167[info] compiling 14 Scala sources to /build/repo/jvm/target/scala-3.7.4/test-classes ...
168[warn] Flag -sourcepath set repeatedly
169[warn] Flag -sourcepath set repeatedly
170[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
171[warn] bad option '-Ywarn-dead-code' was ignored
172[warn] bad option '-Xlog-free-terms' was ignored
173[warn] bad option '-target:jvm-1.8' was ignored
174[warn] 6 warnings found
175[info] done compiling
176
177************************
178Build summary:
179[{
180 "module": "verify-root",
181 "compile": {"status": "ok", "tookMs": 67, "warnings": 0, "errors": 0},
182 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
183 "test-compile": {"status": "ok", "tookMs": 105, "warnings": 0, "errors": 0},
184 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
185 "publish": {"status": "ok", "tookMs": 3},
186 "metadata": {
187 "crossScalaVersions": ["3.1.3"]
188}
189},{
190 "module": "verify",
191 "compile": {"status": "ok", "tookMs": 11529, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
192 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
193 "test-compile": {"status": "ok", "tookMs": 5005, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
194 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
195 "publish": {"status": "skipped", "tookMs": 0},
196 "metadata": {
197 "crossScalaVersions": ["2.11.12", "2.12.19", "2.13.13", "3.1.3"]
198}
199}]
200************************
201[success] Total time: 29 s, completed Nov 27, 2025, 9:34:14 PM
202[0JChecking patch project/plugins.sbt...
203Checking patch build.sbt...
204Applied patch project/plugins.sbt cleanly.
205Applied patch build.sbt cleanly.
206Commit migration rewrites
207Switched to a new branch 'opencb/migrate-source-3.7'
208[opencb/migrate-source-3.7 120dfb7] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
209 7 files changed, 32 insertions(+), 32 deletions(-)
210----
211Preparing build for 3.8.0-RC2
212Scala binary version found: 3.8
213Implicitly using source version 3.8
214Scala binary version found: 3.8
215Implicitly using source version 3.8
216Would try to apply common scalacOption (best-effort, sbt/mill only):
217Append: ,REQUIRE:-source:3.8
218Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
219
220Try apply source patch:
221Path: build.sbt
222Pattern: val Scala3 = "3.1.3"
223Replacement: val Scala3 = "3.8.0-RC2"
224Successfully applied pattern 'val Scala3 = "3.1.3"' in build.sbt
225----
226Starting build for 3.8.0-RC2
227Execute tests: false
228sbt project found:
229No prepare script found for project eed3si9n/verify
230##################################
231Scala version: 3.8.0-RC2
232Targets: *%*
233Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
234##################################
235Using extra scalacOptions: ,REQUIRE:-source:3.8
236Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
237[sbt_options] declare -a sbt_options=()
238[process_args] java_version = '17'
239[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
240# Executing command line:
241java
242-Dfile.encoding=UTF-8
243-Dcommunitybuild.scala=3.8.0-RC2
244-Dcommunitybuild.project.dependencies.add=
245-Xmx7G
246-Xms4G
247-Xss8M
248-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
249-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
250-jar
251/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
252"setCrossScalaVersions 3.8.0-RC2"
253"++3.8.0-RC2 -v"
254"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
255"set every credentials := Nil"
256"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
257"removeScalacOptionsStartingWith -P:wartremover"
258
259moduleMappings
260"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" *%*"
261
262[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
263[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
264[info] loading project definition from /build/repo/project
265[info] loading settings for project verifyRoot from build.sbt...
266[info] set current project to verify root (in build file:/build/repo/)
267Execute setCrossScalaVersions: 3.8.0-RC2
268OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in verifyJS/crossScalaVersions
269OpenCB::Changing crossVersion 3.1.3 -> 3.8.0-RC2 in verifyNative/crossScalaVersions
270OpenCB::Limitting incorrect crossVersions List() -> List(2.12.19) in verifyRoot/crossScalaVersions
271OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in verifyJVM/crossScalaVersions
272[info] set current project to verify root (in build file:/build/repo/)
273[info] Setting Scala version to 3.8.0-RC2 on 3 projects.
274[info] Switching Scala version on:
275[info] verifyJVM (2.11.12, 2.12.19, 2.13.13, 3.8.0-RC2)
276[info] verifyJS (2.11.12, 2.12.19, 2.13.13, 3.8.0-RC2)
277[info] verifyNative (2.12.19, 2.13.13, 3.8.0-RC2)
278[info] Excluding projects:
279[info] * verifyRoot (2.12.19)
280[info] Reapplying settings...
281[info] set current project to verify root (in build file:/build/repo/)
282Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
283[info] Reapplying settings...
284[info] set current project to verify root (in build file:/build/repo/)
285[info] Defining Global / credentials, credentials and 2 others.
286[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 19 others.
287[info] Run `last` for details.
288[info] Reapplying settings...
289[info] set current project to verify root (in build file:/build/repo/)
290Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
291[info] Reapplying settings...
292OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
293
294 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
295 Did you mean allExcludeDependencies ?
296 , retry without global scopes
297[info] Reapplying settings...
298[info] set current project to verify root (in build file:/build/repo/)
299Execute removeScalacOptionsStartingWith: -P:wartremover
300[info] Reapplying settings...
301[info] set current project to verify root (in build file:/build/repo/)
302[success] Total time: 0 s, completed Nov 27, 2025, 9:34:28 PM
303Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.1.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
304Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
305Starting build...
306Projects: Set(verifyRoot, verifyJVM)
307Starting build for ProjectRef(file:/build/repo/,verifyRoot) (verify-root)... [0/2]
308OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
309OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.19 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
310OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.19 module Scope(Select(ProjectRef(file:/build/repo/,verifyRoot)), Select(ConfigKey(compile)), Zero, Zero)
311Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -Wconf:msg=can be rewritten automatically under:s
312OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.19 module Scope(Select(ProjectRef(file:/build/repo/,verifyRoot)), Select(ConfigKey(test)), Zero, Zero)
313Starting build for ProjectRef(file:/build/repo/,verifyJVM) (verify)... [1/2]
314OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
315OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
316Compile scalacOptions: -sourcepath, /build/repo/, -sourcepath, /build/repo/, -sourcepath, /build/repo/, -unchecked, -Xlint, -Ywarn-dead-code, -Xlog-free-terms, -target:jvm-1.8, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
317[info] compiling 31 Scala sources to /build/repo/jvm/target/scala-3.8.0-RC2/classes ...
318[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
319[warn] bad option '-Ywarn-dead-code' was ignored
320[warn] bad option '-Xlog-free-terms' was ignored
321[warn] bad option '-target:jvm-1.8' was ignored
322[warn] there were 3 deprecation warnings; re-run with -deprecation for details
323[warn] 5 warnings found
324[info] done compiling
325[info] compiling 14 Scala sources to /build/repo/jvm/target/scala-3.8.0-RC2/test-classes ...
326[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
327[warn] bad option '-Ywarn-dead-code' was ignored
328[warn] bad option '-Xlog-free-terms' was ignored
329[warn] bad option '-target:jvm-1.8' was ignored
330[warn] four warnings found
331[info] done compiling
332
333************************
334Build summary:
335[{
336 "module": "verify-root",
337 "compile": {"status": "ok", "tookMs": 90, "warnings": 0, "errors": 0},
338 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
339 "test-compile": {"status": "ok", "tookMs": 101, "warnings": 0, "errors": 0},
340 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
341 "publish": {"status": "ok", "tookMs": 4},
342 "metadata": {
343 "crossScalaVersions": ["3.1.3"]
344}
345},{
346 "module": "verify",
347 "compile": {"status": "ok", "tookMs": 13429, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
348 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
349 "test-compile": {"status": "ok", "tookMs": 3490, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
350 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
351 "publish": {"status": "skipped", "tookMs": 0},
352 "metadata": {
353 "crossScalaVersions": ["2.11.12", "2.12.19", "2.13.13", "3.1.3"]
354}
355}]
356************************
357[success] Total time: 27 s, completed Nov 27, 2025, 9:34:55 PM
358[0JChecking patch project/plugins.sbt...
359Checking patch build.sbt...
360Applied patch project/plugins.sbt cleanly.
361Applied patch build.sbt cleanly.