Build Logs
sbt/sbinary • scheduled_3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
Errors
0
Warnings
535
Total Lines
762
1##################################
2Clonning https://github.com/sbt/sbinary.git into /build/repo using revision v0.5.2
3##################################
4Note: switching to 'b05e553f246e60600c28a5d176df4ebe34481a90'.
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.2.1
22----
23Preparing build for 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
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/Dependencies.scala
34Pattern: val scala3 = "3.2.1"
35Replacement: val scala3 = "3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY"
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.2.1"' in project/Dependencies.scala
40----
41Starting build for 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
42Execute tests: false
43sbt project found:
44Sbt version 1.8.0 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 sbt/sbinary
47##################################
48Scala version: 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
49Targets: org.scala-sbt%sbinary
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.2.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY"
70"++3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.2.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" org.scala-sbt%sbinary"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 5 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 9.021s.
85[warn] /build/repo/project/Fmpp.scala:16:19: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
86[warn] fullClasspath in FmppConfig := update.value select configurationFilter(FmppConfig.name) map Attributed.blank
87[warn] ^
88[warn] /build/repo/project/Fmpp.scala:25:18: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
89[warn] mappings in packageSrc ++= managedSources.value pair relativeTo(sourceManaged.value)
90[warn] ^
91[warn] /build/repo/project/Fmpp.scala:31:23: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
92[warn] val r = (runner in fmpp).value
93[warn] ^
94[warn] /build/repo/project/Fmpp.scala:30:31: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
95[warn] val cp = (fullClasspath in FmppConfig).value
96[warn] ^
97[warn] /build/repo/project/HouseRulesPlugins.scala:36:24: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
98[warn] c => scalacOptions in (c, console) --= Seq("-Ywarn-unused-import", "-Xlint")
99[warn] ^
100[warn] one feature warning; re-run with -feature for details
101[warn] 6 warnings found
102[info] done compiling
103[info] loading settings for project root from build.sbt...
104[info] set current project to SBinary Root (in build file:/build/repo/)
105Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
106OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in core/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in treeExample/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in root/crossScalaVersions
109[info] set current project to SBinary Root (in build file:/build/repo/)
110[info] Setting Scala version to 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY on 3 projects.
111[info] Switching Scala version on:
112[info] * root (2.13.10, 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY, 2.12.17, 2.10.7, 2.11.12)
113[info] core (2.13.10, 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY, 2.12.17, 2.10.7, 2.11.12)
114[info] treeExample (2.13.10, 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY, 2.12.17, 2.10.7, 2.11.12)
115[info] Excluding projects:
116[info] Reapplying settings...
117[info] set current project to SBinary Root (in build file:/build/repo/)
118Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
119[info] Reapplying settings...
120[info] set current project to SBinary Root (in build file:/build/repo/)
121[info] Defining Global / credentials, core / credentials and 1 others.
122[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 14 others.
123[info] Run `last` for details.
124[info] Reapplying settings...
125[info] set current project to SBinary Root (in build file:/build/repo/)
126Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
127[info] Reapplying settings...
128OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
129
130 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
131 Did you mean core / allExcludeDependencies ?
132 , retry without global scopes
133[info] Reapplying settings...
134[info] set current project to SBinary Root (in build file:/build/repo/)
135Execute removeScalacOptionsStartingWith: -P:wartremover
136[info] Reapplying settings...
137[info] set current project to SBinary Root (in build file:/build/repo/)
138[success] Total time: 0 s, completed Dec 28, 2025, 5:21:58 PM
139Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.2.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
140Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
141Starting build...
142Projects: Set(core)
143Starting build for ProjectRef(file:/build/repo/,core) (sbinary)... [0/1]
144OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
145OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
146Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -language:higherKinds, -language:implicitConversions, -Xlint, -Ywarn-dead-code, -Ywarn-numeric-widen, -Ywarn-value-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
147[info] running fmpp.tools.CommandLine -U all -S /build/repo/core/src/main/fmpp -O /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main --ignore-temporary-files /build/repo/core/src/main/fmpp/generic.scala /build/repo/core/src/main/fmpp/standardtypes.scala
148- Executing: generic.scala
149- Executing: standardtypes.scala
150
151*** DONE ***
152
1532 executed + 0 rendered + 0 copied = 2 successfully processed
1540 failed, 0 warning(s)
155Time elapsed: 0.11 seconds
156
157[info] compiling 8 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/classes ...
158[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
159[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
160[warn] bad option '-Ywarn-dead-code' was ignored
161[warn] bad option '-Ywarn-numeric-widen' was ignored
162[warn] bad option '-Ywarn-value-discard' was ignored
163[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:124:6
164[warn] 124 | def writes(out : Output, s : S) = {
165[warn] | ^
166[warn] | Line is indented too far to the left, or a `}` is missing
167[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:146:6
168[warn] 146 | def writes(out : Output, s : S) = {
169[warn] | ^
170[warn] | Line is indented too far to the left, or a `}` is missing
171[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:171:6
172[warn] 171 | def writes(out : Output, s : S) = {
173[warn] | ^
174[warn] | Line is indented too far to the left, or a `}` is missing
175[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:199:6
176[warn] 199 | def writes(out : Output, s : S) = {
177[warn] | ^
178[warn] | Line is indented too far to the left, or a `}` is missing
179[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:230:6
180[warn] 230 | def writes(out : Output, s : S) = {
181[warn] | ^
182[warn] | Line is indented too far to the left, or a `}` is missing
183[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:264:6
184[warn] 264 | def writes(out : Output, s : S) = {
185[warn] | ^
186[warn] | Line is indented too far to the left, or a `}` is missing
187[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:301:6
188[warn] 301 | def writes(out : Output, s : S) = {
189[warn] | ^
190[warn] | Line is indented too far to the left, or a `}` is missing
191[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:341:6
192[warn] 341 | def writes(out : Output, s : S) = {
193[warn] | ^
194[warn] | Line is indented too far to the left, or a `}` is missing
195[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:384:6
196[warn] 384 | def writes(out : Output, s : S) = {
197[warn] | ^
198[warn] | Line is indented too far to the left, or a `}` is missing
199[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:430:6
200[warn] 430 | def writes(out : Output, s : S) = {
201[warn] | ^
202[warn] | Line is indented too far to the left, or a `}` is missing
203[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:479:6
204[warn] 479 | def writes(out : Output, s : S) = {
205[warn] | ^
206[warn] | Line is indented too far to the left, or a `}` is missing
207[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:531:6
208[warn] 531 | def writes(out : Output, s : S) = {
209[warn] | ^
210[warn] | Line is indented too far to the left, or a `}` is missing
211[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:586:6
212[warn] 586 | def writes(out : Output, s : S) = {
213[warn] | ^
214[warn] | Line is indented too far to the left, or a `}` is missing
215[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:644:6
216[warn] 644 | def writes(out : Output, s : S) = {
217[warn] | ^
218[warn] | Line is indented too far to the left, or a `}` is missing
219[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:705:6
220[warn] 705 | def writes(out : Output, s : S) = {
221[warn] | ^
222[warn] | Line is indented too far to the left, or a `}` is missing
223[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:769:6
224[warn] 769 | def writes(out : Output, s : S) = {
225[warn] | ^
226[warn] | Line is indented too far to the left, or a `}` is missing
227[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:836:6
228[warn] 836 | def writes(out : Output, s : S) = {
229[warn] | ^
230[warn] | Line is indented too far to the left, or a `}` is missing
231[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:906:6
232[warn] 906 | def writes(out : Output, s : S) = {
233[warn] | ^
234[warn] | Line is indented too far to the left, or a `}` is missing
235[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:979:6
236[warn] 979 | def writes(out : Output, s : S) = {
237[warn] | ^
238[warn] | Line is indented too far to the left, or a `}` is missing
239[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/generic.scala:1055:6
240[warn] 1055 | def writes(out : Output, s : S) = {
241[warn] | ^
242[warn] | Line is indented too far to the left, or a `}` is missing
243[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:26:1
244[warn] 26 | = (
245[warn] | ^
246[warn] | Line is indented too far to the left, or a `}` is missing
247[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:35:6
248[warn] 35 | ;
249[warn] | ^
250[warn] | Line is indented too far to the left, or a `}` is missing
251[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:46:1
252[warn] 46 | = (
253[warn] | ^
254[warn] | Line is indented too far to the left, or a `}` is missing
255[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:57:6
256[warn] 57 | ;
257[warn] | ^
258[warn] | Line is indented too far to the left, or a `}` is missing
259[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:69:1
260[warn] 69 | = (
261[warn] | ^
262[warn] | Line is indented too far to the left, or a `}` is missing
263[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:82:6
264[warn] 82 | ;
265[warn] | ^
266[warn] | Line is indented too far to the left, or a `}` is missing
267[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:95:1
268[warn] 95 | = (
269[warn] | ^
270[warn] | Line is indented too far to the left, or a `}` is missing
271[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:110:6
272[warn] 110 | ;
273[warn] | ^
274[warn] | Line is indented too far to the left, or a `}` is missing
275[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:124:1
276[warn] 124 | = (
277[warn] | ^
278[warn] | Line is indented too far to the left, or a `}` is missing
279[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:141:6
280[warn] 141 | ;
281[warn] | ^
282[warn] | Line is indented too far to the left, or a `}` is missing
283[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:156:1
284[warn] 156 | = (
285[warn] | ^
286[warn] | Line is indented too far to the left, or a `}` is missing
287[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:175:6
288[warn] 175 | ;
289[warn] | ^
290[warn] | Line is indented too far to the left, or a `}` is missing
291[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:191:1
292[warn] 191 | = (
293[warn] | ^
294[warn] | Line is indented too far to the left, or a `}` is missing
295[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:212:6
296[warn] 212 | ;
297[warn] | ^
298[warn] | Line is indented too far to the left, or a `}` is missing
299[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:229:1
300[warn] 229 | = (
301[warn] | ^
302[warn] | Line is indented too far to the left, or a `}` is missing
303[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:252:6
304[warn] 252 | ;
305[warn] | ^
306[warn] | Line is indented too far to the left, or a `}` is missing
307[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:270:1
308[warn] 270 | = (
309[warn] | ^
310[warn] | Line is indented too far to the left, or a `}` is missing
311[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:295:6
312[warn] 295 | ;
313[warn] | ^
314[warn] | Line is indented too far to the left, or a `}` is missing
315[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:314:1
316[warn] 314 | = (
317[warn] | ^
318[warn] | Line is indented too far to the left, or a `}` is missing
319[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:341:6
320[warn] 341 | ;
321[warn] | ^
322[warn] | Line is indented too far to the left, or a `}` is missing
323[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:361:1
324[warn] 361 | = (
325[warn] | ^
326[warn] | Line is indented too far to the left, or a `}` is missing
327[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:390:6
328[warn] 390 | ;
329[warn] | ^
330[warn] | Line is indented too far to the left, or a `}` is missing
331[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:411:1
332[warn] 411 | = (
333[warn] | ^
334[warn] | Line is indented too far to the left, or a `}` is missing
335[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:442:6
336[warn] 442 | ;
337[warn] | ^
338[warn] | Line is indented too far to the left, or a `}` is missing
339[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:464:1
340[warn] 464 | = (
341[warn] | ^
342[warn] | Line is indented too far to the left, or a `}` is missing
343[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:497:6
344[warn] 497 | ;
345[warn] | ^
346[warn] | Line is indented too far to the left, or a `}` is missing
347[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:520:1
348[warn] 520 | = (
349[warn] | ^
350[warn] | Line is indented too far to the left, or a `}` is missing
351[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:555:6
352[warn] 555 | ;
353[warn] | ^
354[warn] | Line is indented too far to the left, or a `}` is missing
355[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:579:1
356[warn] 579 | = (
357[warn] | ^
358[warn] | Line is indented too far to the left, or a `}` is missing
359[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:616:6
360[warn] 616 | ;
361[warn] | ^
362[warn] | Line is indented too far to the left, or a `}` is missing
363[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:641:1
364[warn] 641 | = (
365[warn] | ^
366[warn] | Line is indented too far to the left, or a `}` is missing
367[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:680:6
368[warn] 680 | ;
369[warn] | ^
370[warn] | Line is indented too far to the left, or a `}` is missing
371[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:706:1
372[warn] 706 | = (
373[warn] | ^
374[warn] | Line is indented too far to the left, or a `}` is missing
375[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:747:6
376[warn] 747 | ;
377[warn] | ^
378[warn] | Line is indented too far to the left, or a `}` is missing
379[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:774:1
380[warn] 774 | = (
381[warn] | ^
382[warn] | Line is indented too far to the left, or a `}` is missing
383[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:817:6
384[warn] 817 | ;
385[warn] | ^
386[warn] | Line is indented too far to the left, or a `}` is missing
387[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:845:1
388[warn] 845 | = (
389[warn] | ^
390[warn] | Line is indented too far to the left, or a `}` is missing
391[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:890:6
392[warn] 890 | ;
393[warn] | ^
394[warn] | Line is indented too far to the left, or a `}` is missing
395[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:919:1
396[warn] 919 | = (
397[warn] | ^
398[warn] | Line is indented too far to the left, or a `}` is missing
399[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:966:6
400[warn] 966 | ;
401[warn] | ^
402[warn] | Line is indented too far to the left, or a `}` is missing
403[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:996:1
404[warn] 996 | = (
405[warn] | ^
406[warn] | Line is indented too far to the left, or a `}` is missing
407[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main/standardtypes.scala:1045:6
408[warn] 1045 | ;
409[warn] | ^
410[warn] | Line is indented too far to the left, or a `}` is missing
411[warn] there were 7 deprecation warnings; re-run with -deprecation for details
412[warn] 68 warnings found
413[info] done compiling
414[info] running fmpp.tools.CommandLine -U all -S /build/repo/core/src/main/fmpp -O /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test --ignore-temporary-files /build/repo/core/src/main/fmpp/generic.scala /build/repo/core/src/main/fmpp/standardtypes.scala
415[info] running fmpp.tools.CommandLine -U all -S /build/repo/core/src/main/fmpp -O /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main --ignore-temporary-files /build/repo/core/src/main/fmpp/generic.scala /build/repo/core/src/main/fmpp/standardtypes.scala
416- Executing: generic.scala
417- Executing: generic.scala
418- Executing: standardtypes.scala
419
420- Executing: standardtypes.scala
421*** DONE ***
422
4232 executed + 0 rendered + 0 copied = 2 successfully processed
4240 failed, 0 warning(s)
425Time elapsed: 0.134 seconds
426
427
428*** DONE ***
429
4302 executed + 0 rendered + 0 copied = 2 successfully processed
4310 failed, 0 warning(s)
432Time elapsed: 0.161 seconds
433
434[info] compiling 3 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/test-classes ...
435[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
436[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
437[warn] bad option '-Ywarn-dead-code' was ignored
438[warn] bad option '-Ywarn-numeric-widen' was ignored
439[warn] bad option '-Ywarn-value-discard' was ignored
440[warn] -- Warning: /build/repo/core/src/test/scala/binaryTests.scala:197:50 -----------
441[warn] 197 | implicit val BazFormat: Format[Baz] = viaString(Baz)
442[warn] | ^^^
443[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `sbinary.FormatTests.Baz.apply` explicitly.
444[warn] -- Warning: /build/repo/core/src/test/scala/binaryTests.scala:198:51 -----------
445[warn] 198 | implicit val BifFormat: Format[Bif] = asProduct2(Bif)(x => (x.i, x.j))
446[warn] | ^^^
447[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `sbinary.FormatTests.Bif.apply` explicitly.
448[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:124:6
449[warn] 124 | def writes(out : Output, s : S) = {
450[warn] | ^
451[warn] | Line is indented too far to the left, or a `}` is missing
452[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:146:6
453[warn] 146 | def writes(out : Output, s : S) = {
454[warn] | ^
455[warn] | Line is indented too far to the left, or a `}` is missing
456[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:171:6
457[warn] 171 | def writes(out : Output, s : S) = {
458[warn] | ^
459[warn] | Line is indented too far to the left, or a `}` is missing
460[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:199:6
461[warn] 199 | def writes(out : Output, s : S) = {
462[warn] | ^
463[warn] | Line is indented too far to the left, or a `}` is missing
464[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:230:6
465[warn] 230 | def writes(out : Output, s : S) = {
466[warn] | ^
467[warn] | Line is indented too far to the left, or a `}` is missing
468[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:264:6
469[warn] 264 | def writes(out : Output, s : S) = {
470[warn] | ^
471[warn] | Line is indented too far to the left, or a `}` is missing
472[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:301:6
473[warn] 301 | def writes(out : Output, s : S) = {
474[warn] | ^
475[warn] | Line is indented too far to the left, or a `}` is missing
476[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:341:6
477[warn] 341 | def writes(out : Output, s : S) = {
478[warn] | ^
479[warn] | Line is indented too far to the left, or a `}` is missing
480[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:384:6
481[warn] 384 | def writes(out : Output, s : S) = {
482[warn] | ^
483[warn] | Line is indented too far to the left, or a `}` is missing
484[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:430:6
485[warn] 430 | def writes(out : Output, s : S) = {
486[warn] | ^
487[warn] | Line is indented too far to the left, or a `}` is missing
488[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:479:6
489[warn] 479 | def writes(out : Output, s : S) = {
490[warn] | ^
491[warn] | Line is indented too far to the left, or a `}` is missing
492[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:531:6
493[warn] 531 | def writes(out : Output, s : S) = {
494[warn] | ^
495[warn] | Line is indented too far to the left, or a `}` is missing
496[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:586:6
497[warn] 586 | def writes(out : Output, s : S) = {
498[warn] | ^
499[warn] | Line is indented too far to the left, or a `}` is missing
500[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:644:6
501[warn] 644 | def writes(out : Output, s : S) = {
502[warn] | ^
503[warn] | Line is indented too far to the left, or a `}` is missing
504[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:705:6
505[warn] 705 | def writes(out : Output, s : S) = {
506[warn] | ^
507[warn] | Line is indented too far to the left, or a `}` is missing
508[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:769:6
509[warn] 769 | def writes(out : Output, s : S) = {
510[warn] | ^
511[warn] | Line is indented too far to the left, or a `}` is missing
512[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:836:6
513[warn] 836 | def writes(out : Output, s : S) = {
514[warn] | ^
515[warn] | Line is indented too far to the left, or a `}` is missing
516[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:906:6
517[warn] 906 | def writes(out : Output, s : S) = {
518[warn] | ^
519[warn] | Line is indented too far to the left, or a `}` is missing
520[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:979:6
521[warn] 979 | def writes(out : Output, s : S) = {
522[warn] | ^
523[warn] | Line is indented too far to the left, or a `}` is missing
524[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/generic.scala:1055:6
525[warn] 1055 | def writes(out : Output, s : S) = {
526[warn] | ^
527[warn] | Line is indented too far to the left, or a `}` is missing
528[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:26:1
529[warn] 26 | = (
530[warn] | ^
531[warn] | Line is indented too far to the left, or a `}` is missing
532[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:35:6
533[warn] 35 | ;
534[warn] | ^
535[warn] | Line is indented too far to the left, or a `}` is missing
536[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:46:1
537[warn] 46 | = (
538[warn] | ^
539[warn] | Line is indented too far to the left, or a `}` is missing
540[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:57:6
541[warn] 57 | ;
542[warn] | ^
543[warn] | Line is indented too far to the left, or a `}` is missing
544[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:69:1
545[warn] 69 | = (
546[warn] | ^
547[warn] | Line is indented too far to the left, or a `}` is missing
548[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:82:6
549[warn] 82 | ;
550[warn] | ^
551[warn] | Line is indented too far to the left, or a `}` is missing
552[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:95:1
553[warn] 95 | = (
554[warn] | ^
555[warn] | Line is indented too far to the left, or a `}` is missing
556[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:110:6
557[warn] 110 | ;
558[warn] | ^
559[warn] | Line is indented too far to the left, or a `}` is missing
560[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:124:1
561[warn] 124 | = (
562[warn] | ^
563[warn] | Line is indented too far to the left, or a `}` is missing
564[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:141:6
565[warn] 141 | ;
566[warn] | ^
567[warn] | Line is indented too far to the left, or a `}` is missing
568[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:156:1
569[warn] 156 | = (
570[warn] | ^
571[warn] | Line is indented too far to the left, or a `}` is missing
572[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:175:6
573[warn] 175 | ;
574[warn] | ^
575[warn] | Line is indented too far to the left, or a `}` is missing
576[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:191:1
577[warn] 191 | = (
578[warn] | ^
579[warn] | Line is indented too far to the left, or a `}` is missing
580[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:212:6
581[warn] 212 | ;
582[warn] | ^
583[warn] | Line is indented too far to the left, or a `}` is missing
584[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:229:1
585[warn] 229 | = (
586[warn] | ^
587[warn] | Line is indented too far to the left, or a `}` is missing
588[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:252:6
589[warn] 252 | ;
590[warn] | ^
591[warn] | Line is indented too far to the left, or a `}` is missing
592[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:270:1
593[warn] 270 | = (
594[warn] | ^
595[warn] | Line is indented too far to the left, or a `}` is missing
596[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:295:6
597[warn] 295 | ;
598[warn] | ^
599[warn] | Line is indented too far to the left, or a `}` is missing
600[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:314:1
601[warn] 314 | = (
602[warn] | ^
603[warn] | Line is indented too far to the left, or a `}` is missing
604[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:341:6
605[warn] 341 | ;
606[warn] | ^
607[warn] | Line is indented too far to the left, or a `}` is missing
608[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:361:1
609[warn] 361 | = (
610[warn] | ^
611[warn] | Line is indented too far to the left, or a `}` is missing
612[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:390:6
613[warn] 390 | ;
614[warn] | ^
615[warn] | Line is indented too far to the left, or a `}` is missing
616[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:411:1
617[warn] 411 | = (
618[warn] | ^
619[warn] | Line is indented too far to the left, or a `}` is missing
620[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:442:6
621[warn] 442 | ;
622[warn] | ^
623[warn] | Line is indented too far to the left, or a `}` is missing
624[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:464:1
625[warn] 464 | = (
626[warn] | ^
627[warn] | Line is indented too far to the left, or a `}` is missing
628[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:497:6
629[warn] 497 | ;
630[warn] | ^
631[warn] | Line is indented too far to the left, or a `}` is missing
632[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:520:1
633[warn] 520 | = (
634[warn] | ^
635[warn] | Line is indented too far to the left, or a `}` is missing
636[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:555:6
637[warn] 555 | ;
638[warn] | ^
639[warn] | Line is indented too far to the left, or a `}` is missing
640[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:579:1
641[warn] 579 | = (
642[warn] | ^
643[warn] | Line is indented too far to the left, or a `}` is missing
644[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:616:6
645[warn] 616 | ;
646[warn] | ^
647[warn] | Line is indented too far to the left, or a `}` is missing
648[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:641:1
649[warn] 641 | = (
650[warn] | ^
651[warn] | Line is indented too far to the left, or a `}` is missing
652[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:680:6
653[warn] 680 | ;
654[warn] | ^
655[warn] | Line is indented too far to the left, or a `}` is missing
656[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:706:1
657[warn] 706 | = (
658[warn] | ^
659[warn] | Line is indented too far to the left, or a `}` is missing
660[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:747:6
661[warn] 747 | ;
662[warn] | ^
663[warn] | Line is indented too far to the left, or a `}` is missing
664[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:774:1
665[warn] 774 | = (
666[warn] | ^
667[warn] | Line is indented too far to the left, or a `}` is missing
668[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:817:6
669[warn] 817 | ;
670[warn] | ^
671[warn] | Line is indented too far to the left, or a `}` is missing
672[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:845:1
673[warn] 845 | = (
674[warn] | ^
675[warn] | Line is indented too far to the left, or a `}` is missing
676[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:890:6
677[warn] 890 | ;
678[warn] | ^
679[warn] | Line is indented too far to the left, or a `}` is missing
680[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:919:1
681[warn] 919 | = (
682[warn] | ^
683[warn] | Line is indented too far to the left, or a `}` is missing
684[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:966:6
685[warn] 966 | ;
686[warn] | ^
687[warn] | Line is indented too far to the left, or a `}` is missing
688[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:996:1
689[warn] 996 | = (
690[warn] | ^
691[warn] | Line is indented too far to the left, or a `}` is missing
692[warn] -- Warning: /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test/standardtypes.scala:1045:6
693[warn] 1045 | ;
694[warn] | ^
695[warn] | Line is indented too far to the left, or a `}` is missing
696[warn] there were 59 deprecation warnings; re-run with -deprecation for details
697[warn] 70 warnings found
698[info] done compiling
699[info] running fmpp.tools.CommandLine -U all -S /build/repo/core/src/main/fmpp -O /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test --ignore-temporary-files /build/repo/core/src/main/fmpp/generic.scala /build/repo/core/src/main/fmpp/standardtypes.scala
700[info] running fmpp.tools.CommandLine -U all -S /build/repo/core/src/main/fmpp -O /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main --ignore-temporary-files /build/repo/core/src/main/fmpp/generic.scala /build/repo/core/src/main/fmpp/standardtypes.scala
701- Executing: generic.scala
702- Executing: generic.scala
703- Executing: standardtypes.scala
704
705*** DONE ***
706
7072 executed + 0 rendered + 0 copied = 2 successfully processed
7080 failed, 0 warning(s)
709Time elapsed: 0.137 seconds
710
711- Executing: standardtypes.scala
712
713*** DONE ***
714
7152 executed + 0 rendered + 0 copied = 2 successfully processed
7160 failed, 0 warning(s)
717Time elapsed: 0.143 seconds
718
719[info] running fmpp.tools.CommandLine -U all -S /build/repo/core/src/main/fmpp -O /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/test --ignore-temporary-files /build/repo/core/src/main/fmpp/generic.scala /build/repo/core/src/main/fmpp/standardtypes.scala
720[info] running fmpp.tools.CommandLine -U all -S /build/repo/core/src/main/fmpp -O /build/repo/core/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/src_managed/main --ignore-temporary-files /build/repo/core/src/main/fmpp/generic.scala /build/repo/core/src/main/fmpp/standardtypes.scala
721- Executing: generic.scala
722- Executing: generic.scala
723- Executing: standardtypes.scala
724- Executing: standardtypes.scala
725
726*** DONE ***
727
7282 executed + 0 rendered + 0 copied = 2 successfully processed
7290 failed, 0 warning(s)
730Time elapsed: 0.108 seconds
731
732
733*** DONE ***
734
7352 executed + 0 rendered + 0 copied = 2 successfully processed
7360 failed, 0 warning(s)
737Time elapsed: 0.109 seconds
738
739
740************************
741Build summary:
742[{
743 "module": "sbinary",
744 "compile": {"status": "ok", "tookMs": 13679, "warnings": 62, "errors": 0, "sourceVersion": "3.8"},
745 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
746 "test-compile": {"status": "ok", "tookMs": 5449, "warnings": 64, "errors": 0, "sourceVersion": "3.8"},
747 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
748 "publish": {"status": "skipped", "tookMs": 0},
749 "metadata": {
750 "crossScalaVersions": ["2.10.7", "2.11.12", "2.12.17", "2.13.10", "3.2.1"]
751}
752}]
753************************
754[success] Total time: 42 s, completed Dec 28, 2025, 5:22:40 PM
755[0JChecking patch project/plugins.sbt...
756Checking patch project/build.properties...
757Checking patch project/Dependencies.scala...
758Checking patch build.sbt...
759Applied patch project/plugins.sbt cleanly.
760Applied patch project/build.properties cleanly.
761Applied patch project/Dependencies.scala cleanly.
762Applied patch build.sbt cleanly.