Build Logs

tpunder/fm-serializer • scheduled_3.8.1-RC1-bin-20251212-ba45875-NIGHTLY

Errors

105

Warnings

10

Total Lines

258

1##################################
2Clonning https://github.com/tpunder/fm-serializer.git into /build/repo using revision master
3##################################
4Using target Scala version for migration: 3.7.4
5Migrating project for -source:3.4 using Scala 3.7.4
6----
7Preparing build for 3.7.4
8Would try to apply common scalacOption (best-effort, sbt/mill only):
9Append: -rewrite,REQUIRE:-source:3.4-migration
10Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
11
12Try apply source patch:
13Path: src/main/scala-3/fm/serializer/MacroHelpers.scala
14Pattern: ClassDef(readFunCls, List(TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))
15Replacement: ClassDef(readFunCls, List(TypeTree.of[Object], TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))
16Starting compilation server
17Compiling project (Scala 3.7.3, JVM (17))
18Compiled project (Scala 3.7.3, JVM (17))
19Successfully applied pattern 'ClassDef(readFunCls, List(TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))' in src/main/scala-3/fm/serializer/MacroHelpers.scala
20
21Try apply source patch:
22Path: src/main/scala-3/fm/serializer/MacroHelpers.scala
23Pattern: ClassDef(writeFunCls, List(TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))
24Replacement: ClassDef(writeFunCls, List(TypeTree.of[Object], TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))
25Successfully applied pattern 'ClassDef(writeFunCls, List(TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))' in src/main/scala-3/fm/serializer/MacroHelpers.scala
26
27Try apply source patch:
28Path: /src/main/scala/fm/serializer/JavaIterableSerializer.scala
29Pattern: case list: JavaList[T] with JavaRandomAccess
30Replacement: case list: (JavaList[T] & JavaRandomAccess)
31Using globing pattern /src/main/scala/fm/serializer/JavaIterableSerializer.scala from /build/repo
32----
33Starting build for 3.7.4
34Execute tests: false
35sbt project found:
36Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
37Enforcing usage of sbt in version 1.11.5
38No prepare script found for project tpunder/fm-serializer
39##################################
40Scala version: 3.7.4
41Targets: com.frugalmechanic%fm-serializer
42Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":["mapScalacOptions -experimental"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"src/main/scala-3/fm/serializer/MacroHelpers.scala","pattern":"ClassDef(readFunCls, List(TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))","replaceWith":"ClassDef(readFunCls, List(TypeTree.of[Object], TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))"},{"path":"src/main/scala-3/fm/serializer/MacroHelpers.scala","pattern":"ClassDef(writeFunCls, List(TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))","replaceWith":"ClassDef(writeFunCls, List(TypeTree.of[Object], TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))"},{"path":"/src/main/scala/fm/serializer/JavaIterableSerializer.scala","pattern":"case list: JavaList[T] with JavaRandomAccess","replaceWith":"case list: (JavaList[T] & JavaRandomAccess)"}]}
43##################################
44Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
45Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
46[sbt_options] declare -a sbt_options=()
47[process_args] java_version = '17'
48[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
49# Executing command line:
50java
51-Xms128m
52-Xmx2048m
53-Dcommunitybuild.scala=3.7.4
54-Dcommunitybuild.project.dependencies.add=
55-Xmx7G
56-Xms4G
57-Xss8M
58-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
59-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
60-jar
61/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
62"setCrossScalaVersions 3.7.4"
63"++3.7.4 -v"
64"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
65"set every credentials := Nil"
66"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
67"removeScalacOptionsStartingWith -P:wartremover"
68"mapScalacOptions -experimental"
69moduleMappings
70"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":["mapScalacOptions -experimental"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"src/main/scala-3/fm/serializer/MacroHelpers.scala","pattern":"ClassDef(readFunCls, List(TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))","replaceWith":"ClassDef(readFunCls, List(TypeTree.of[Object], TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))"},{"path":"src/main/scala-3/fm/serializer/MacroHelpers.scala","pattern":"ClassDef(writeFunCls, List(TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))","replaceWith":"ClassDef(writeFunCls, List(TypeTree.of[Object], TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))"},{"path":"/src/main/scala/fm/serializer/JavaIterableSerializer.scala","pattern":"case list: JavaList[T] with JavaRandomAccess","replaceWith":"case list: (JavaList[T] & JavaRandomAccess)"}]}""" com.frugalmechanic%fm-serializer"
71
72[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
73[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
74[info] loading project definition from /build/repo/project
75[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
76[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
77[info] Compilation completed in 8.667s.
78[info] done compiling
79/build/repo/sonatype.sbt:6: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
80 resolvers += Resolver.sonatypeCentralSnapshots
81 if (version.value.trim.endsWith("SNAPSHOT")) Resolver.sonatypeOssRepos("snapshots") else Nil
82 ^
83[info] loading settings for project repo from build.sbt, sonatype.sbt, version.sbt...
84[info] set current project to fm-serializer (in build file:/build/repo/)
85Execute setCrossScalaVersions: 3.7.4
86OpenCB::Changing crossVersion 3.3.0 -> 3.7.4 in repo/crossScalaVersions
87[info] set current project to fm-serializer (in build file:/build/repo/)
88[info] Setting Scala version to 3.7.4 on 1 projects.
89[info] Switching Scala version on:
90[info] * repo (3.7.4, 2.13.10, 2.12.17, 2.11.12)
91[info] Excluding projects:
92[info] Reapplying settings...
93[info] set current project to fm-serializer (in build file:/build/repo/)
94Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
95[info] Reapplying settings...
96[info] set current project to fm-serializer (in build file:/build/repo/)
97[info] Defining Global / credentials, credentials
98[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 3 others.
99[info] Run `last` for details.
100[info] Reapplying settings...
101[info] set current project to fm-serializer (in build file:/build/repo/)
102Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
103[info] Reapplying settings...
104OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
105
106 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
107 Did you mean allExcludeDependencies ?
108 , retry without global scopes
109[info] Reapplying settings...
110[info] set current project to fm-serializer (in build file:/build/repo/)
111Execute removeScalacOptionsStartingWith: -P:wartremover
112[info] Reapplying settings...
113[info] set current project to fm-serializer (in build file:/build/repo/)
114Execute mapScalacOptions: -experimental
115[info] Reapplying settings...
116[info] set current project to fm-serializer (in build file:/build/repo/)
117[success] Total time: 0 s, completed Dec 13, 2025, 12:49:04 AM
118Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":["mapScalacOptions -experimental"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"src/main/scala-3/fm/serializer/MacroHelpers.scala","pattern":"ClassDef(readFunCls, List(TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))","replaceWith":"ClassDef(readFunCls, List(TypeTree.of[Object], TypeTree.of[Function1[FieldInput, T]]), List(readFunDef))"},{"path":"src/main/scala-3/fm/serializer/MacroHelpers.scala","pattern":"ClassDef(writeFunCls, List(TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))","replaceWith":"ClassDef(writeFunCls, List(TypeTree.of[Object], TypeTree.of[Function2[FieldOutput, T, Unit]]), List(writeFunDef))"},{"path":"/src/main/scala/fm/serializer/JavaIterableSerializer.scala","pattern":"case list: JavaList[T] with JavaRandomAccess","replaceWith":"case list: (JavaList[T] & JavaRandomAccess)"}]}
119Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
120Starting build...
121Projects: Set(repo)
122Starting build for ProjectRef(file:/build/repo/,repo) (fm-serializer)... [0/1]
123OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
124OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
125Compile scalacOptions: -unchecked, -language:implicitConversions, -language:experimental.macros, -Xlint, -Xelide-below, OFF, -Xcheck-macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration, -experimental
126[info] compiling 85 Scala sources and 5 Java sources to /build/repo/target/scala-3.7.4/classes ...
127[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
128[warn] bad option '-Xelide-below' was ignored
129[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:837:106
130[error] 837 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[Serializer[T]]), decls, Symbol.noSymbol)
131[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
133[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
134[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
135[error] |
136[error] | longer explanation available when compiling with `-explain`
137[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:906:106
138[error] 906 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[Deserializer[T]]), decls, Symbol.noSymbol)
139[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
140[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
141[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
142[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
143[error] |
144[error] | longer explanation available when compiling with `-explain`
145[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:1728:106
146[error] 1728 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[ObjectSerializer[T]]), decls, Symbol.noSymbol)
147[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
148[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
149[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
150[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
151[error] |
152[error] | longer explanation available when compiling with `-explain`
153[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:1820:106
154[error] 1820 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[ObjectDeserializer[T]]), decls, Symbol.noSymbol)
155[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
156[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
157[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
158[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
159[error] |
160[error] | longer explanation available when compiling with `-explain`
161[warn] two warnings found
162[error] four errors found
163[error] (Compile / compileIncremental) Compilation failed
164[info] compiling 85 Scala sources and 5 Java sources to /build/repo/target/scala-3.7.4/classes ...
165[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
166[warn] bad option '-Xelide-below' was ignored
167[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:837:106
168[error] 837 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[Serializer[T]]), decls, Symbol.noSymbol)
169[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
170[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
171[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
172[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
173[error] |
174[error] | longer explanation available when compiling with `-explain`
175[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:906:106
176[error] 906 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[Deserializer[T]]), decls, Symbol.noSymbol)
177[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
179[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
180[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
181[error] |
182[error] | longer explanation available when compiling with `-explain`
183[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:1728:106
184[error] 1728 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[ObjectSerializer[T]]), decls, Symbol.noSymbol)
185[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
186[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
187[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
188[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
189[error] |
190[error] | longer explanation available when compiling with `-explain`
191[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:1820:106
192[error] 1820 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[ObjectDeserializer[T]]), decls, Symbol.noSymbol)
193[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
194[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
195[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
196[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
197[error] |
198[error] | longer explanation available when compiling with `-explain`
199[warn] two warnings found
200[error] four errors found
201[error] (Compile / compileIncremental) Compilation failed
202[info] compiling 85 Scala sources and 5 Java sources to /build/repo/target/scala-3.7.4/classes ...
203[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
204[warn] bad option '-Xelide-below' was ignored
205[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:837:106
206[error] 837 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[Serializer[T]]), decls, Symbol.noSymbol)
207[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
209[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
210[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
211[error] |
212[error] | longer explanation available when compiling with `-explain`
213[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:906:106
214[error] 906 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[Deserializer[T]]), decls, Symbol.noSymbol)
215[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
216[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
217[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
218[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
219[error] |
220[error] | longer explanation available when compiling with `-explain`
221[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:1728:106
222[error] 1728 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[ObjectSerializer[T]]), decls, Symbol.noSymbol)
223[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
224[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
225[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
226[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
227[error] |
228[error] | longer explanation available when compiling with `-explain`
229[error] -- [E007] Type Mismatch Error: /build/repo/src/main/scala-3/fm/serializer/MacroHelpers.scala:1820:106
230[error] 1820 | val modSym: Symbol = Symbol.newModule(Symbol.spliceOwner, name, Flags.Implicit, Flags.EmptyFlags, List(TypeRepr.of[Object], TypeRepr.of[ObjectDeserializer[T]]), decls, Symbol.noSymbol)
231[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
232[error] | Found: List[MacroHelpers.this.x$2.reflect.TypeRepr]
233[error] | Required: MacroHelpers.this.x$2.reflect.Symbol =>
234[error] | List[MacroHelpers.this.x$2.reflect.TypeRepr]
235[error] |
236[error] | longer explanation available when compiling with `-explain`
237[warn] two warnings found
238[error] four errors found
239[error] (Compile / compileIncremental) Compilation failed
240
241************************
242Build summary:
243[{
244 "module": "fm-serializer",
245 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 12378, "warnings": 2, "errors": 4, "sourceVersion": "3.4-migration"},
246 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
247 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
248 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
249 "publish": {"status": "skipped", "tookMs": 0},
250 "metadata": {
251 "crossScalaVersions": ["3.3.0", "2.13.10", "2.12.17", "2.11.12"]
252}
253}]
254************************
255[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: fm-serializer
256[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: fm-serializer
257[error] Total time: 72 s (0:01:12.0), completed Dec 13, 2025, 12:50:16 AM
258[0JBuild failed, not retrying.