Build Logs
jodersky/applib • 3.8.0-RC4:2025-12-22
Errors
2
Warnings
95
Total Lines
404
1##################################
2Clonning https://github.com/jodersky/applib.git into /build/repo using revision
3##################################
4Would override fixed Scala version: 3.2.2
5Using target Scala version for migration: 3.7.4
6Migrating project for -source:3.4 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.4-migration
11Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
12
13Try apply source patch:
14Path: clam/src/clam/dispatch/Command.scala
15Pattern: exit: Int => Nothing = sys.exit
16Replacement: exit: Int => Nothing = sys.exit(_)
17Starting compilation server
18Compiling project (Scala 3.7.3, JVM (17))
19Compiled project (Scala 3.7.3, JVM (17))
20Successfully applied pattern 'exit: Int => Nothing = sys.exit' in clam/src/clam/dispatch/Command.scala
21
22Try apply source patch:
23Path: build.sc
24Pattern: val scala3 = "3.2.2"
25Replacement: val scala3 = "3.7.4"
26Successfully applied pattern 'val scala3 = "3.2.2"' in build.sc
27----
28Starting build for 3.7.4
29Execute tests: false
30Mill project found:
31No .mill-version file found, detecting compatible mill version
32Found mill runner script, trying to resolve version
33 % Total % Received % Xferd Average Speed Time Time Time Current
34 Dload Upload Total Spent Left Speed
35
36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
37 9 57.5M 9 5324k 0 0 11.0M 0 0:00:05 --:--:-- 0:00:05 11.0M
38 22 57.5M 22 12.9M 0 0 9055k 0 0:00:06 0:00:01 0:00:05 9053k
39100 57.5M 100 57.5M 0 0 34.0M 0 0:00:01 0:00:01 --:--:-- 34.0M
40Detected mill version=0.11.1, binary version: 0.11
41No prepare script found for project jodersky/applib
42No mill build directory found
43Apply scalafix rules to ./build.sc
44Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
45Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
46Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
47##################################
48Scala version: 3.7.4
49Targets: io.crashbox%clam io.crashbox%clam-core io.crashbox%confuse
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"clam/src/clam/dispatch/Command.scala","pattern":"exit: Int => Nothing = sys.exit\n","replaceWith":"exit: Int => Nothing = sys.exit(_)\n"},{"path":"build.sc","pattern":"val scala3 = \"3.2.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
53[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
54[warn] .iterator()
55[warn] ^
56[warn] /build/repo/MillCommunityBuild.sc:290:12: The outer reference in this type test cannot be checked at run time.
57[warn] case module: CommunityBuildPublishModule =>
58[warn] ^
59[warn] two warnings found
60[info] done compiling
61Try build using ./mill
62[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
63[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
64[warn] .iterator()
65[warn] ^
66[warn] /build/repo/MillCommunityBuild.sc:290:12: The outer reference in this type test cannot be checked at run time.
67[warn] case module: CommunityBuildPublishModule =>
68[warn] ^
69[warn] two warnings found
70[info] done compiling
71Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"clam/src/clam/dispatch/Command.scala","pattern":"exit: Int => Nothing = sys.exit\n","replaceWith":"exit: Int => Nothing = sys.exit(_)\n"},{"path":"build.sc","pattern":"val scala3 = \"3.2.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
72Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
73
74Starting build for clam-core - [0/3]
75Failed to resolve scalaVersion, assume it's Scala 3 project
76OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
77[info] compiling 1 Scala source to /build/repo/out/clam-core/jvm/compile.dest/classes ...
78[info] done compiling
79Successfully evaluated clam-core.jvm.compile
80Skipping unused scalacOptions: -source, -rewrite
81Flag -classpath set repeatedly
821 warning found
83Successfully evaluated clam-core.jvm.docJar
84Failed to resolve scalaVersion, assume it's Scala 3 project
85Successfully evaluated clam-core.jvm.test.compile
86Publishing Artifact(io.crashbox,clam-core_3,0.3.0) to ivy repo /root/.ivy2/local
87Successfully evaluated clam-core.jvm.publishLocal
88
89Starting build for clam - [1/3]
90Failed to resolve scalaVersion, assume it's Scala 3 project
91[info] compiling 20 Scala sources to /build/repo/out/clam/jvm/compile.dest/classes ...
92[warn] -- Warning: /build/repo/clam/src/clam/derivation/DerivationApi.scala:88:59 -----
93[warn] 88 | case class RepeatedPrimitiveParser[A, Col[_] <: Iterable[_]](
94[warn] | ^
95[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
96[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
97[warn] -- Warning: /build/repo/clam/src/clam/derivation/DerivationApi.scala:150:61 ----
98[warn] 150 | inline given repeatedPrimitiveParser[A, Col[_] <: Iterable[_]](using reader: Reader[A], completer: Completer[A], factory: collection.Factory[A, Col[A]]): Parser[Col[A]] =
99[warn] | ^
100[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
102[warn] -- Warning: /build/repo/clam/src/clam/derivation/DerivationApi.scala:153:58 ----
103[warn] 153 | inline given repeatedPrimitiveParser[Col[_] <: Iterable[_]](using reader: Reader[Boolean], completer: Completer[Boolean], factory: collection.Factory[Boolean, Col[Boolean]]): Parser[Col[Boolean]] =
104[warn] | ^
105[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
107[warn] -- Warning: /build/repo/clam/src/clam/derivation/macros.scala:12:63 ------------
108[warn] 12 | (method: qctx.reflect.Symbol): Map[qctx.reflect.Symbol, Expr[_]] =
109[warn] | ^
110[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
112[warn] -- Warning: /build/repo/clam/src/clam/util/Terminal.scala:16:47 ----------------
113[warn] 16 | val builder = new ProcessBuilder(commands: _*)
114[warn] | ^
115[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
117[info] [patched file /build/repo/clam/src/clam/util/Terminal.scala]
118[info] [patched file /build/repo/clam/src/clam/derivation/macros.scala]
119[info] [patched file /build/repo/clam/src/clam/derivation/DerivationApi.scala]
120[warn] 5 warnings found
121[info] done compiling
122Successfully evaluated clam.jvm.compile
123Skipping unused scalacOptions: -source, -rewrite
124Flag -classpath set repeatedly
125-- Warning: clam/src/clam/getopt/Param.scala:45:11 -----------------------------
12645 |case class Param(
127 | ^
128 | Couldn't resolve a member for the given link query: GetOpt
1292 warnings found
130Successfully evaluated clam.jvm.docJar
131Failed to resolve scalaVersion, assume it's Scala 3 project
132[info] compiling 2 Scala sources to /build/repo/out/clam/jvm/test/compile.dest/classes ...
133[info] done compiling
134Successfully evaluated clam.jvm.test.compile
135Publishing Artifact(io.crashbox,clam_3,0.3.0) to ivy repo /root/.ivy2/local
136Successfully evaluated clam.jvm.publishLocal
137
138Starting build for confuse - [2/3]
139Failed to resolve scalaVersion, assume it's Scala 3 project
140[info] compiling 21 Scala sources to /build/repo/out/confuse/jvm/compile.dest/classes ...
141[warn] -- Warning: /build/repo/confuse/src/confuse/Watcher.scala:26:44 ----------------
142[warn] 26 | Array[java.nio.file.WatchEvent.Kind[_]](
143[warn] | ^
144[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
146[warn] -- Warning: /build/repo/confuse/src/confuse/parsers/ParserApi.scala:147:65 -----
147[warn] 147 | (method: qctx.reflect.Symbol): Map[qctx.reflect.Symbol, Expr[_]] =
148[warn] | ^
149[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
151[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/confuse/src/confuse/derivation/DerivationApi.scala:23:30
152[warn] 23 | def read(cfg: Value): A = cfg match
153[warn] | ^^^
154[warn] |match may not be exhaustive.
155[warn] |
156[warn] |It would fail on pattern case: confuse.model.Null(), confuse.model.Arr(_), confuse.model.Config(_)
157[warn] |
158[warn] | longer explanation available when compiling with `-explain`
159[info] [patched file /build/repo/confuse/src/confuse/Watcher.scala]
160[info] [patched file /build/repo/confuse/src/confuse/parsers/ParserApi.scala]
161[warn] there were 5 feature warnings; re-run with -feature for details
162[warn] four warnings found
163[info] [patched file /build/repo/confuse/src/confuse/Watcher.scala]
164[info] [patched file /build/repo/confuse/src/confuse/parsers/ParserApi.scala]
165[warn] there were 5 feature warnings; re-run with -feature for details
166[warn] 5 warnings found
167[info] done compiling
168Successfully evaluated confuse.jvm.compile
169Skipping unused scalacOptions: -source, -rewrite
170Flag -classpath set repeatedly
171-- Warning: confuse/src/confuse/formats/JsonReader.scala:25:19 -----------------
17225 | override def subVisitor = vv
173 | ^
174 | Couldn't resolve a member for the given link query: Visitor
175-- Warning: confuse/src/confuse/formats/JsonReader.scala:26:19 -----------------
17626 | override def visitValue(v: Value, index: Int): Unit =
177 | ^
178 | Couldn't resolve a member for the given link query: T
179-- Warning: confuse/src/confuse/formats/JsonReader.scala:39:19 -----------------
18039 | override def subVisitor: Visitor[?, ?] = vv
181 | ^
182 | Couldn't resolve a member for the given link query: Visitor
183-- Warning: confuse/src/confuse/formats/JsonReader.scala:41:19 -----------------
18441 | override def visitValue(v: Value, index: Int): Unit =
185 | ^
186 | Couldn't resolve a member for the given link query: T
187-- Warning: confuse/src/confuse/formats/JsonReader.scala:61:17 -----------------
18861 | override def visitArray(length: Int, index: Int) = ArrVisitor(index)
189 | ^
190 | Couldn't resolve a member for the given link query: Visitor
191-- Warning: ujson/src/ujson/JsVisitor.scala:76:15 ------------------------------
192Couldn't resolve a member for the given link query: ObjVisitor
1937 warnings found
194Successfully evaluated confuse.jvm.docJar
195Failed to resolve scalaVersion, assume it's Scala 3 project
196[info] compiling 8 Scala sources to /build/repo/out/confuse/jvm/test/compile.dest/classes ...
197[warn] -- Warning: /build/repo/confuse/test/src/DiffTools.scala:23:47 -----------------
198[warn] 23 | val builder = new ProcessBuilder(commands: _*)
199[warn] | ^
200[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
202[warn] -- Warning: /build/repo/confuse/test/src/DynamicTestSuite.scala:18:52 ----------
203[warn] 18 | val names = Tree("", ts.map(t => Tree(t._1)): _*)
204[warn] | ^
205[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
207[info] [patched file /build/repo/confuse/test/src/DynamicTestSuite.scala]
208[info] [patched file /build/repo/confuse/test/src/DiffTools.scala]
209[warn] there were 6 feature warnings; re-run with -feature for details
210[warn] three warnings found
211[info] done compiling
212Successfully evaluated confuse.jvm.test.compile
213Publishing Artifact(io.crashbox,confuse_3,0.3.0) to ivy repo /root/.ivy2/local
214Successfully evaluated confuse.jvm.publishLocal
215
216************************
217Build summary:
218[{
219 "module": "clam-core",
220 "compile": {"status": "ok", "tookMs": 6237, "warnings": 0, "errors": 0},
221 "doc": {"status": "ok", "tookMs": 3839, "files": 1, "totalSizeKb": 2734},
222 "test-compile": {"status": "ok", "tookMs": 855, "warnings": 0, "errors": 0},
223 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
224 "publish": {"status": "ok", "tookMs": 316},
225 "metadata": {
226 "crossScalaVersions": ["3.2.2"]
227}
228},{
229 "module": "clam",
230 "compile": {"status": "ok", "tookMs": 8831, "warnings": 0, "errors": 0},
231 "doc": {"status": "ok", "tookMs": 5463, "files": 1, "totalSizeKb": 2831},
232 "test-compile": {"status": "ok", "tookMs": 7618, "warnings": 0, "errors": 0},
233 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
234 "publish": {"status": "ok", "tookMs": 350},
235 "metadata": {
236 "crossScalaVersions": ["3.2.2"]
237}
238},{
239 "module": "confuse",
240 "compile": {"status": "ok", "tookMs": 10240, "warnings": 0, "errors": 0},
241 "doc": {"status": "ok", "tookMs": 6168, "files": 1, "totalSizeKb": 2989},
242 "test-compile": {"status": "ok", "tookMs": 7159, "warnings": 0, "errors": 0},
243 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
244 "publish": {"status": "ok", "tookMs": 324},
245 "metadata": {
246 "crossScalaVersions": ["3.2.2"]
247}
248}]
249************************"
250
251Checking patch clam/src/clam/dispatch/Command.scala...
252Checking patch build.sc...
253Applied patch clam/src/clam/dispatch/Command.scala cleanly.
254Applied patch build.sc cleanly.
255Commit migration rewrites
256Switched to a new branch 'opencb/migrate-source-3.4'
257[opencb/migrate-source-3.4 78fb1c6] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
258 7 files changed, 9 insertions(+), 9 deletions(-)
259----
260Preparing build for 3.8.0-RC4
261Scala binary version found: 3.8
262Implicitly using source version 3.8
263Scala binary version found: 3.8
264Implicitly using source version 3.8
265Would try to apply common scalacOption (best-effort, sbt/mill only):
266Append: ,REQUIRE:-source:3.8
267Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
268
269Try apply source patch:
270Path: clam/src/clam/dispatch/Command.scala
271Pattern: exit: Int => Nothing = sys.exit
272Replacement: exit: Int => Nothing = sys.exit(_)
273Successfully applied pattern 'exit: Int => Nothing = sys.exit' in clam/src/clam/dispatch/Command.scala
274
275Try apply source patch:
276Path: build.sc
277Pattern: val scala3 = "3.2.2"
278Replacement: val scala3 = "3.8.0-RC4"
279Successfully applied pattern 'val scala3 = "3.2.2"' in build.sc
280----
281Starting build for 3.8.0-RC4
282Execute tests: true
283Mill project found:
284Found explicit mill version 0.11.1 in ./mill-version
285Force upgrade of millVersion 0.11.1 to 0.11.13
286Detected mill version=0.11.13, binary version: 0.11
287No prepare script found for project jodersky/applib
288No mill build directory found
289Apply scalafix rules to ./build.sc
290Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
291Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
292Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
293##################################
294Scala version: 3.8.0-RC4
295Targets: io.crashbox%clam io.crashbox%clam-core io.crashbox%confuse
296Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"clam/src/clam/dispatch/Command.scala","pattern":"exit: Int => Nothing = sys.exit\n","replaceWith":"exit: Int => Nothing = sys.exit(_)\n"},{"path":"build.sc","pattern":"val scala3 = \"3.2.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
297##################################
298 % Total % Received % Xferd Average Speed Time Time Time Current
299 Dload Upload Total Spent Left Speed
300
301 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
302100 59.2M 100 59.2M 0 0 112M 0 --:--:-- --:--:-- --:--:-- 112M
303[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
304[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
305[warn] .iterator()
306[warn] ^
307[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
308[warn] case module: CommunityBuildPublishModule =>
309[warn] ^
310[warn] two warnings found
311[info] done compiling
312Try build using ./mill
313[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
314[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
315[warn] .iterator()
316[warn] ^
317[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
318[warn] case module: CommunityBuildPublishModule =>
319[warn] ^
320[warn] two warnings found
321[info] done compiling
322Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"clam/src/clam/dispatch/Command.scala","pattern":"exit: Int => Nothing = sys.exit\n","replaceWith":"exit: Int => Nothing = sys.exit(_)\n"},{"path":"build.sc","pattern":"val scala3 = \"3.2.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
323Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
3241 targets failed
325runCommunityBuild java.lang.reflect.InvocationTargetException
326 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
327 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
328 java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
329 java.base/java.lang.reflect.Method.invoke(Method.java:568)
330 mill.define.Module$Internal.$anonfun$reflectNestedObjects$1(Module.scala:91)
331 scala.collection.immutable.ArraySeq.map(ArraySeq.scala:75)
332 scala.collection.immutable.ArraySeq.map(ArraySeq.scala:35)
333 mill.define.Module$Internal.reflectNestedObjects(Module.scala:90)
334 mill.define.Module.mill$define$Module$$millModuleDirectChildrenImpl(Module.scala:30)
335 mill.define.Module.mill$define$Module$$millModuleDirectChildrenImpl$(Module.scala:29)
336 millbuild.build$clam$native$.mill$define$Module$$millModuleDirectChildrenImpl$lzycompute(build.sc:92)
337 millbuild.build$clam$native$.mill$define$Module$$millModuleDirectChildrenImpl(build.sc:92)
338 mill.define.Module.millModuleDirectChildren(Module.scala:25)
339 mill.define.Module.millModuleDirectChildren$(Module.scala:25)
340 millbuild.build$clam$native$.millModuleDirectChildren(build.sc:92)
341 mill.define.Module$Internal.rec$1(Module.scala:65)
342 mill.define.Module$Internal.$anonfun$traverse$1(Module.scala:65)
343 scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118)
344 scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105)
345 scala.collection.immutable.ArraySeq.flatMap(ArraySeq.scala:35)
346 mill.define.Module$Internal.rec$1(Module.scala:65)
347 mill.define.Module$Internal.$anonfun$traverse$1(Module.scala:65)
348 scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118)
349 scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105)
350 scala.collection.immutable.ArraySeq.flatMap(ArraySeq.scala:35)
351 mill.define.Module$Internal.rec$1(Module.scala:65)
352 mill.define.Module$Internal.traverse(Module.scala:66)
353 mill.define.Module$Internal.modules$lzycompute(Module.scala:69)
354 mill.define.Module$Internal.modules(Module.scala:69)
355 millbuild.MillCommunityBuild.moduleMappings(MillCommunityBuild.sc:398)
356 millbuild.MillCommunityBuild.checkedModuleMappings(MillCommunityBuild.sc:419)
357 millbuild.MillCommunityBuild.runBuild(MillCommunityBuild.sc:213)
358 millbuild.build.$anonfun$runCommunityBuild$2(build.sc:37)
359 scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
360mill.api.MillException: clam.native is a `mill.scalanativelib.ScalaNativeModule`. clam.native.test needs to extend `ScalaNativeTests`.
361 mill.scalalib.JavaModule$JavaModuleTests.$anonfun$hierarchyChecks$3(JavaModule.scala:80)
362 mill.scalalib.JavaModule$JavaModuleTests.$anonfun$hierarchyChecks$3$adapted(JavaModule.scala:74)
363 scala.collection.immutable.List.foreach(List.scala:334)
364 mill.scalalib.JavaModule$JavaModuleTests.hierarchyChecks(JavaModule.scala:74)
365 mill.scalalib.JavaModule$JavaModuleTests.hierarchyChecks$(JavaModule.scala:66)
366 millbuild.build$clam$native$test$.hierarchyChecks(build.sc:95)
367 mill.scalalib.JavaModule$JavaModuleTests.$init$(JavaModule.scala:43)
368 millbuild.build$clam$native$test$.<init>(build.sc:73)
369 millbuild.build$clam$native$.test$lzycompute$2(build.sc:95)
370 millbuild.build$clam$native$.test(build.sc:95)
371 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
372 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
373 java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
374 java.base/java.lang.reflect.Method.invoke(Method.java:568)
375 mill.define.Module$Internal.$anonfun$reflectNestedObjects$1(Module.scala:91)
376 scala.collection.immutable.ArraySeq.map(ArraySeq.scala:75)
377 scala.collection.immutable.ArraySeq.map(ArraySeq.scala:35)
378 mill.define.Module$Internal.reflectNestedObjects(Module.scala:90)
379 mill.define.Module.mill$define$Module$$millModuleDirectChildrenImpl(Module.scala:30)
380 mill.define.Module.mill$define$Module$$millModuleDirectChildrenImpl$(Module.scala:29)
381 millbuild.build$clam$native$.mill$define$Module$$millModuleDirectChildrenImpl$lzycompute(build.sc:92)
382 millbuild.build$clam$native$.mill$define$Module$$millModuleDirectChildrenImpl(build.sc:92)
383 mill.define.Module.millModuleDirectChildren(Module.scala:25)
384 mill.define.Module.millModuleDirectChildren$(Module.scala:25)
385 millbuild.build$clam$native$.millModuleDirectChildren(build.sc:92)
386 mill.define.Module$Internal.rec$1(Module.scala:65)
387 mill.define.Module$Internal.$anonfun$traverse$1(Module.scala:65)
388 scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118)
389 scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105)
390 scala.collection.immutable.ArraySeq.flatMap(ArraySeq.scala:35)
391 mill.define.Module$Internal.rec$1(Module.scala:65)
392 mill.define.Module$Internal.$anonfun$traverse$1(Module.scala:65)
393 scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118)
394 scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105)
395 scala.collection.immutable.ArraySeq.flatMap(ArraySeq.scala:35)
396 mill.define.Module$Internal.rec$1(Module.scala:65)
397 mill.define.Module$Internal.traverse(Module.scala:66)
398 mill.define.Module$Internal.modules$lzycompute(Module.scala:69)
399 mill.define.Module$Internal.modules(Module.scala:69)
400 millbuild.MillCommunityBuild.moduleMappings(MillCommunityBuild.sc:398)
401 millbuild.MillCommunityBuild.checkedModuleMappings(MillCommunityBuild.sc:419)
402 millbuild.MillCommunityBuild.runBuild(MillCommunityBuild.sc:213)
403 millbuild.build.$anonfun$runCommunityBuild$2(build.sc:37)
404 scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)