Build Logs

jodersky/applib • 3.8.0-RC3:2025-12-04

Errors

2

Warnings

95

Total Lines

403

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