Build Logs
com-lihaoyi/mill-moduledefs • dotty-staging/dotty:fix-23773:2025-11-22
Errors
0
Warnings
136
Total Lines
342
1##################################
2Clonning https://github.com/com-lihaoyi/mill-moduledefs.git into /build/repo using revision 0.11.10
3##################################
4Note: switching to '6c08190459f2336c17d118d6c2221b9fc5283c52'.
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
21Using target Scala version for migration: 3.7.4-RC2
22Migrating project for -source:3.7 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: build.sc
31Pattern: val scala3Versions = Seq\("3\..*"\)
32Replacement: val scala3Versions = Seq("3.7.4-RC2")
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern 'val scala3Versions = Seq\("3\..*"\)' in build.sc
37----
38Starting build for 3.7.4-RC2
39Execute tests: false
40Mill project found:
41Found explicit mill version 0.12.14 in ./mill-version
42Detected mill version=0.12.14, binary version: 0.12
43No prepare script found for project com-lihaoyi/mill-moduledefs
44No mill build directory found
45Apply scalafix rules to ./build.sc
46Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
47Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
48Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
49Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
50##################################
51Scala version: 3.7.4-RC2
52Targets: com.lihaoyi%mill-moduledefs
53Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sc","pattern":"val scala3Versions = Seq\\(\"3\\..*\"\\)","replaceWith":"val scala3Versions = Seq(\"<SCALA_VERSION>\")"}]}
54##################################
55Downloading mill 0.12.14 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.14/mill-dist-0.12.14.exe ...
56 % Total % Received % Xferd Average Speed Time Time Time Current
57 Dload Upload Total Spent Left Speed
58
59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
60 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
61100 65.4M 100 65.4M 0 0 90.0M 0 --:--:-- --:--:-- --:--:-- 90.0M
62============================== resolve _ ==============================
63[build.sc-61/65] compile
64[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
65[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
66[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
67[build.sc-61] [warn] ^
68[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
69[build.sc-61] [warn] .iterator()
70[build.sc-61] [warn] ^
71[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
72[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
73[build.sc-61] [warn] ^
74[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
75[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
76[build.sc-61] [warn] ^
77[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
78[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
79[build.sc-61] [warn] ^
80[build.sc-61] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
81[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
82[build.sc-61] [warn] ^
83[build.sc-61] [warn] /build/repo/build.sc:104:74: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
84[build.sc-61] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
85[build.sc-61] [warn] ^
86[build.sc-61] [warn] /build/repo/build.sc:132:16: object Separated in object SelectMode is deprecated (since Mill 0.12.10): Use mill.define.SelectMode.Separated instead
87[build.sc-61] [warn] SelectMode.Separated
88[build.sc-61] [warn] ^
89[build.sc-61] [warn] /build/repo/build.sc:132:5: object SelectMode in package resolve is deprecated (since Mill 0.12.10): Use mill.define.SelectMode instead
90[build.sc-61] [warn] SelectMode.Separated
91[build.sc-61] [warn] ^
92[build.sc-61] [warn] 9 warnings found
93[build.sc-61] [info] done compiling
94[1/1] resolve
95[0J[1A
96[0J[1A
97[1/1] ============================== resolve _ ============================== 16s
98Try build using ./mill
99--disable-ticker will be removed in Mill 0.13.0, use `--ticker false`
100[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
101[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
102[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
103[build.sc] [warn] ^
104[build.sc] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
105[build.sc] [warn] .iterator()
106[build.sc] [warn] ^
107[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
108[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
109[build.sc] [warn] ^
110[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
111[build.sc] [warn] val testModule = module.millInternal.modules.toList
112[build.sc] [warn] ^
113[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
114[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
115[build.sc] [warn] ^
116[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
117[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
118[build.sc] [warn] ^
119[build.sc] [warn] /build/repo/build.sc:104:74: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
120[build.sc] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
121[build.sc] [warn] ^
122[build.sc] [warn] /build/repo/build.sc:132:16: object Separated in object SelectMode is deprecated (since Mill 0.12.10): Use mill.define.SelectMode.Separated instead
123[build.sc] [warn] SelectMode.Separated
124[build.sc] [warn] ^
125[build.sc] [warn] /build/repo/build.sc:132:5: object SelectMode in package resolve is deprecated (since Mill 0.12.10): Use mill.define.SelectMode instead
126[build.sc] [warn] SelectMode.Separated
127[build.sc] [warn] ^
128[build.sc] [warn] 9 warnings found
129[build.sc] [info] done compiling
130Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sc","pattern":"val scala3Versions = Seq\\(\"3\\..*\"\\)","replaceWith":"val scala3Versions = Seq(\"<SCALA_VERSION>\")"}]}
131Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
132OpenCB::Use cross-version 3.7.4-RC2 instead of 3.6.4
133OpenCB::Use cross-version 3.7.4-RC2 instead of 3.7.1
134OpenCB::Use cross-version 3.7.4-RC2 instead of 3.6.2
135OpenCB::Use cross-version 3.7.4-RC2 instead of 3.6.3
136OpenCB::Use cross-version 3.7.4-RC2 instead of 3.7.0
137
138Starting build for mill-moduledefs - [0/1]
139No test module defined in moduledefs[3.7.4-RC2]
140OpenCB::Filter out '-no-indent', matches setting pattern '^-?-no-indent'
141Failed to resolve scalaVersion, assume it's Scala 3 project
142[info] compiling 1 Scala source and 1 Java source to /build/repo/out/moduledefs/3.7.4-RC2/compile.dest/classes ...
143[info] done compiling
144Successfully evaluated moduledefs[3.7.4-RC2].compile
145Skipping unused scalacOptions: -Yexplicit-nulls, -source, -rewrite
146Flag -classpath set repeatedly
1471 warning found
148Successfully evaluated moduledefs[3.7.4-RC2].docJar
149Publishing Artifact(com.lihaoyi,mill-moduledefs_3,0.11.10) to ivy repo /root/.ivy2/local
150Successfully evaluated moduledefs[3.7.4-RC2].publishLocal
151
152************************
153Build summary:
154[{
155 "module": "mill-moduledefs",
156 "compile": {"status": "ok", "tookMs": 5312, "warnings": 0, "errors": 0},
157 "doc": {"status": "ok", "tookMs": 2732, "files": 1, "totalSizeKb": 2654},
158 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
159 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
160 "publish": {"status": "ok", "tookMs": 354},
161 "metadata": {
162 "crossScalaVersions": ["3.6.3", "3.6.4", "2.13.10", "2.13.11", "2.13.1", "2.13.12", "2.13.0", "2.13.13", "2.13.3", "2.13.14", "2.13.2", "2.13.15", "2.13.5", "2.13.4", "2.13.7", "2.13.6", "2.13.9", "2.13.8", "3.7.0", "3.7.1", "3.6.2"]
163}
164}]
165************************"
166
167Checking patch build.sc...
168Applied patch build.sc cleanly.
169No migration rewrite changes found, would not commit
170----
171Preparing build for 3.8.1-RC1-bin-20251120-60444cb
172Scala binary version found: 3.8
173Implicitly using source version 3.8
174Scala binary version found: 3.8
175Implicitly using source version 3.8
176Would try to apply common scalacOption (best-effort, sbt/mill only):
177Append: ,REQUIRE:-source:3.8
178Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
179
180Try apply source patch:
181Path: build.sc
182Pattern: val scala3Versions = Seq\("3\..*"\)
183Replacement: val scala3Versions = Seq("3.8.1-RC1-bin-20251120-60444cb")
184Successfully applied pattern 'val scala3Versions = Seq\("3\..*"\)' in build.sc
185----
186Starting build for 3.8.1-RC1-bin-20251120-60444cb
187Execute tests: false
188Mill project found:
189Found explicit mill version 0.12.14 in ./mill-version
190Force upgrade of millVersion 0.12.14 to 0.12.16
191Detected mill version=0.12.16, binary version: 0.12
192No prepare script found for project com-lihaoyi/mill-moduledefs
193No mill build directory found
194Apply scalafix rules to ./build.sc
195Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
196Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
197Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
198Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
199##################################
200Scala version: 3.8.1-RC1-bin-20251120-60444cb
201Targets: com.lihaoyi%mill-moduledefs
202Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sc","pattern":"val scala3Versions = Seq\\(\"3\\..*\"\\)","replaceWith":"val scala3Versions = Seq(\"<SCALA_VERSION>\")"}]}
203##################################
204Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
205 % Total % Received % Xferd Average Speed Time Time Time Current
206 Dload Upload Total Spent Left Speed
207
208 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
209 0 72.6M 0 440k 0 0 2548k 0 0:00:29 --:--:-- 0:00:29 2543k
210100 72.6M 100 72.6M 0 0 111M 0 --:--:-- --:--:-- --:--:-- 111M
211============================== resolve _ ==============================
212[build.sc-61/65] compile
213[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
214[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
215[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
216[build.sc-61] [warn] ^
217[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
218[build.sc-61] [warn] .iterator()
219[build.sc-61] [warn] ^
220[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
221[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
222[build.sc-61] [warn] ^
223[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
224[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
225[build.sc-61] [warn] ^
226[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
227[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
228[build.sc-61] [warn] ^
229[build.sc-61] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
230[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
231[build.sc-61] [warn] ^
232[build.sc-61] [warn] /build/repo/build.sc:6:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
233[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
234[build.sc-61] [warn] ^
235[build.sc-61] [warn] /build/repo/build.sc:17:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
236[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
237[build.sc-61] [warn] ^
238[build.sc-61] [warn] /build/repo/build.sc:18:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
239[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
240[build.sc-61] [warn] ^
241[build.sc-61] [warn] /build/repo/build.sc:104:74: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
242[build.sc-61] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
243[build.sc-61] [warn] ^
244[build.sc-61] [warn] /build/repo/build.sc:132:16: object Separated in object SelectMode is deprecated (since Mill 0.12.10): Use mill.define.SelectMode.Separated instead
245[build.sc-61] [warn] SelectMode.Separated
246[build.sc-61] [warn] ^
247[build.sc-61] [warn] /build/repo/build.sc:132:5: object SelectMode in package resolve is deprecated (since Mill 0.12.10): Use mill.define.SelectMode instead
248[build.sc-61] [warn] SelectMode.Separated
249[build.sc-61] [warn] ^
250[build.sc-61] [warn] /build/repo/build.sc:147:11: class SonatypePublisher in package publish is deprecated (since 0.12.15): Use mill.scalalib.SonatypeCentralPublisher instead
251[build.sc-61] [warn] new SonatypePublisher(
252[build.sc-61] [warn] ^
253[build.sc-61] [warn] 13 warnings found
254[build.sc-61] [info] done compiling
255[1/1] resolve
256[0J[1A
257[0J[1A
258[1/1] ============================== resolve _ ============================== 15s
259Try build using ./mill
260--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
261[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
262[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
263[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
264[build.sc] [warn] ^
265[build.sc] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
266[build.sc] [warn] .iterator()
267[build.sc] [warn] ^
268[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
269[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
270[build.sc] [warn] ^
271[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
272[build.sc] [warn] val testModule = module.millInternal.modules.toList
273[build.sc] [warn] ^
274[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
275[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
276[build.sc] [warn] ^
277[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
278[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
279[build.sc] [warn] ^
280[build.sc] [warn] /build/repo/build.sc:6:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
281[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
282[build.sc] [warn] ^
283[build.sc] [warn] /build/repo/build.sc:17:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
284[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
285[build.sc] [warn] ^
286[build.sc] [warn] /build/repo/build.sc:18:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
287[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
288[build.sc] [warn] ^
289[build.sc] [warn] /build/repo/build.sc:104:74: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
290[build.sc] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
291[build.sc] [warn] ^
292[build.sc] [warn] /build/repo/build.sc:132:16: object Separated in object SelectMode is deprecated (since Mill 0.12.10): Use mill.define.SelectMode.Separated instead
293[build.sc] [warn] SelectMode.Separated
294[build.sc] [warn] ^
295[build.sc] [warn] /build/repo/build.sc:132:5: object SelectMode in package resolve is deprecated (since Mill 0.12.10): Use mill.define.SelectMode instead
296[build.sc] [warn] SelectMode.Separated
297[build.sc] [warn] ^
298[build.sc] [warn] /build/repo/build.sc:147:11: class SonatypePublisher in package publish is deprecated (since 0.12.15): Use mill.scalalib.SonatypeCentralPublisher instead
299[build.sc] [warn] new SonatypePublisher(
300[build.sc] [warn] ^
301[build.sc] [warn] 13 warnings found
302[build.sc] [info] done compiling
303Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sc","pattern":"val scala3Versions = Seq\\(\"3\\..*\"\\)","replaceWith":"val scala3Versions = Seq(\"<SCALA_VERSION>\")"}]}
304Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
305OpenCB::Use cross-version 3.8.1-RC1-bin-20251120-60444cb instead of 3.6.4
306OpenCB::Use cross-version 3.8.1-RC1-bin-20251120-60444cb instead of 3.7.1
307OpenCB::Use cross-version 3.8.1-RC1-bin-20251120-60444cb instead of 3.6.2
308OpenCB::Use cross-version 3.8.1-RC1-bin-20251120-60444cb instead of 3.6.3
309OpenCB::Use cross-version 3.8.1-RC1-bin-20251120-60444cb instead of 3.7.0
310
311Starting build for mill-moduledefs - [0/1]
312No test module defined in moduledefs[3.8.1-RC1-bin-20251120-60444cb]
313Failed to resolve scalaVersion, assume it's Scala 3 project
314[info] compiling 1 Scala source and 1 Java source to /build/repo/out/moduledefs/3.8.1-RC1-bin-20251120-60444cb/compile.dest/classes ...
315[info] done compiling
316Successfully evaluated moduledefs[3.8.1-RC1-bin-20251120-60444cb].compile
317Skipping unused scalacOptions: -Yexplicit-nulls, -no-indent
318Option -classpath was updated
3191 warning found
320Successfully evaluated moduledefs[3.8.1-RC1-bin-20251120-60444cb].docJar
321Publishing Artifact(com.lihaoyi,mill-moduledefs_3,0.11.10) to ivy repo /root/.ivy2/local
322Successfully evaluated moduledefs[3.8.1-RC1-bin-20251120-60444cb].publishLocal
323
324************************
325Build summary:
326[{
327 "module": "mill-moduledefs",
328 "compile": {"status": "ok", "tookMs": 9822, "warnings": 0, "errors": 0},
329 "doc": {"status": "ok", "tookMs": 5124, "files": 1, "totalSizeKb": 2651},
330 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
331 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
332 "publish": {"status": "ok", "tookMs": 274},
333 "metadata": {
334 "crossScalaVersions": ["3.6.3", "3.6.4", "2.13.10", "2.13.11", "2.13.1", "2.13.12", "2.13.0", "2.13.13", "2.13.3", "2.13.14", "2.13.2", "2.13.15", "2.13.5", "2.13.4", "2.13.7", "2.13.6", "2.13.9", "2.13.8", "3.7.0", "3.7.1", "3.6.2"]
335}
336}]
337************************"
338
339Checking patch build.sc...
340Checking patch .mill-version...
341Applied patch build.sc cleanly.
342Applied patch .mill-version cleanly.