Build Logs
com-lihaoyi/mill-moduledefs • 3.8.0-RC1:2025-11-14
Errors
0
Warnings
136
Total Lines
344
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 1 65.4M 1 1283k 0 0 6336k 0 0:00:10 --:--:-- 0:00:10 6323k
61 23 65.4M 23 15.3M 0 0 12.3M 0 0:00:05 0:00:01 0:00:04 12.3M
62 57 65.4M 57 37.8M 0 0 17.1M 0 0:00:03 0:00:02 0:00:01 17.1M
63100 65.4M 100 65.4M 0 0 21.1M 0 0:00:03 0:00:03 --:--:-- 21.1M
64============================== resolve _ ==============================
65[build.sc-61/65] compile
66[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
67[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
68[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
69[build.sc-61] [warn] ^
70[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
71[build.sc-61] [warn] .iterator()
72[build.sc-61] [warn] ^
73[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
74[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
75[build.sc-61] [warn] ^
76[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
77[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
78[build.sc-61] [warn] ^
79[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
80[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
81[build.sc-61] [warn] ^
82[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
83[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
84[build.sc-61] [warn] ^
85[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")`
86[build.sc-61] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
87[build.sc-61] [warn] ^
88[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
89[build.sc-61] [warn] SelectMode.Separated
90[build.sc-61] [warn] ^
91[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
92[build.sc-61] [warn] SelectMode.Separated
93[build.sc-61] [warn] ^
94[build.sc-61] [warn] 9 warnings found
95[build.sc-61] [info] done compiling
96[1/1] resolve
97[0J[1A
98[0J[1A
99[1/1] ============================== resolve _ ============================== 17s
100Try build using ./mill
101--disable-ticker will be removed in Mill 0.13.0, use `--ticker false`
102[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
103[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
104[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
105[build.sc] [warn] ^
106[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
107[build.sc] [warn] .iterator()
108[build.sc] [warn] ^
109[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
110[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
111[build.sc] [warn] ^
112[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
113[build.sc] [warn] val testModule = module.millInternal.modules.toList
114[build.sc] [warn] ^
115[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
116[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
117[build.sc] [warn] ^
118[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
119[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
120[build.sc] [warn] ^
121[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")`
122[build.sc] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
123[build.sc] [warn] ^
124[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
125[build.sc] [warn] SelectMode.Separated
126[build.sc] [warn] ^
127[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
128[build.sc] [warn] SelectMode.Separated
129[build.sc] [warn] ^
130[build.sc] [warn] 9 warnings found
131[build.sc] [info] done compiling
132Build 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>\")"}]}
133Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
134OpenCB::Use cross-version 3.7.4-RC2 instead of 3.6.4
135OpenCB::Use cross-version 3.7.4-RC2 instead of 3.7.1
136OpenCB::Use cross-version 3.7.4-RC2 instead of 3.6.2
137OpenCB::Use cross-version 3.7.4-RC2 instead of 3.6.3
138OpenCB::Use cross-version 3.7.4-RC2 instead of 3.7.0
139
140Starting build for mill-moduledefs - [0/1]
141No test module defined in moduledefs[3.7.4-RC2]
142OpenCB::Filter out '-no-indent', matches setting pattern '^-?-no-indent'
143Failed to resolve scalaVersion, assume it's Scala 3 project
144[info] compiling 1 Scala source and 1 Java source to /build/repo/out/moduledefs/3.7.4-RC2/compile.dest/classes ...
145[info] done compiling
146Successfully evaluated moduledefs[3.7.4-RC2].compile
147Skipping unused scalacOptions: -Yexplicit-nulls, -source, -rewrite
148Flag -classpath set repeatedly
1491 warning found
150Successfully evaluated moduledefs[3.7.4-RC2].docJar
151Publishing Artifact(com.lihaoyi,mill-moduledefs_3,0.11.10) to ivy repo /root/.ivy2/local
152Successfully evaluated moduledefs[3.7.4-RC2].publishLocal
153
154************************
155Build summary:
156[{
157 "module": "mill-moduledefs",
158 "compile": {"status": "ok", "tookMs": 6948, "warnings": 0, "errors": 0},
159 "doc": {"status": "ok", "tookMs": 3486, "files": 1, "totalSizeKb": 2654},
160 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
161 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
162 "publish": {"status": "ok", "tookMs": 464},
163 "metadata": {
164 "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"]
165}
166}]
167************************"
168
169Checking patch build.sc...
170Applied patch build.sc cleanly.
171No migration rewrite changes found, would not commit
172----
173Preparing build for 3.8.0-RC1
174Scala binary version found: 3.8
175Implicitly using source version 3.8
176Scala binary version found: 3.8
177Implicitly using source version 3.8
178Would try to apply common scalacOption (best-effort, sbt/mill only):
179Append: ,REQUIRE:-source:3.8
180Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
181
182Try apply source patch:
183Path: build.sc
184Pattern: val scala3Versions = Seq\("3\..*"\)
185Replacement: val scala3Versions = Seq("3.8.0-RC1")
186Successfully applied pattern 'val scala3Versions = Seq\("3\..*"\)' in build.sc
187----
188Starting build for 3.8.0-RC1
189Execute tests: false
190Mill project found:
191Found explicit mill version 0.12.14 in ./mill-version
192Force upgrade of millVersion 0.12.14 to 0.12.16
193Detected mill version=0.12.16, binary version: 0.12
194No prepare script found for project com-lihaoyi/mill-moduledefs
195No mill build directory found
196Apply scalafix rules to ./build.sc
197Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
198Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
199Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
200Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
201##################################
202Scala version: 3.8.0-RC1
203Targets: com.lihaoyi%mill-moduledefs
204Project 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>\")"}]}
205##################################
206Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
207 % Total % Received % Xferd Average Speed Time Time Time Current
208 Dload Upload Total Spent Left Speed
209
210 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
211 88 72.6M 88 64.0M 0 0 69.0M 0 0:00:01 --:--:-- 0:00:01 69.0M
212100 72.6M 100 72.6M 0 0 70.4M 0 0:00:01 0:00:01 --:--:-- 70.4M
213============================== resolve _ ==============================
214[build.sc-61/65] compile
215[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
216[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
217[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
218[build.sc-61] [warn] ^
219[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
220[build.sc-61] [warn] .iterator()
221[build.sc-61] [warn] ^
222[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
223[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
224[build.sc-61] [warn] ^
225[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
226[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
227[build.sc-61] [warn] ^
228[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
229[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
230[build.sc-61] [warn] ^
231[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
232[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
233[build.sc-61] [warn] ^
234[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
235[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
236[build.sc-61] [warn] ^
237[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
238[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
239[build.sc-61] [warn] ^
240[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
241[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
242[build.sc-61] [warn] ^
243[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")`
244[build.sc-61] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
245[build.sc-61] [warn] ^
246[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
247[build.sc-61] [warn] SelectMode.Separated
248[build.sc-61] [warn] ^
249[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
250[build.sc-61] [warn] SelectMode.Separated
251[build.sc-61] [warn] ^
252[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
253[build.sc-61] [warn] new SonatypePublisher(
254[build.sc-61] [warn] ^
255[build.sc-61] [warn] 13 warnings found
256[build.sc-61] [info] done compiling
257[1/1] resolve
258[0J[1A
259[0J[1A
260[1/1] ============================== resolve _ ============================== 16s
261Try build using ./mill
262--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
263[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
264[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
265[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
266[build.sc] [warn] ^
267[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
268[build.sc] [warn] .iterator()
269[build.sc] [warn] ^
270[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
271[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
272[build.sc] [warn] ^
273[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
274[build.sc] [warn] val testModule = module.millInternal.modules.toList
275[build.sc] [warn] ^
276[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
277[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
278[build.sc] [warn] ^
279[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
280[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
281[build.sc] [warn] ^
282[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
283[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
284[build.sc] [warn] ^
285[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
286[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
287[build.sc] [warn] ^
288[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
289[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
290[build.sc] [warn] ^
291[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")`
292[build.sc] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
293[build.sc] [warn] ^
294[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
295[build.sc] [warn] SelectMode.Separated
296[build.sc] [warn] ^
297[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
298[build.sc] [warn] SelectMode.Separated
299[build.sc] [warn] ^
300[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
301[build.sc] [warn] new SonatypePublisher(
302[build.sc] [warn] ^
303[build.sc] [warn] 13 warnings found
304[build.sc] [info] done compiling
305Build 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>\")"}]}
306Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
307OpenCB::Use cross-version 3.8.0-RC1 instead of 3.6.4
308OpenCB::Use cross-version 3.8.0-RC1 instead of 3.7.1
309OpenCB::Use cross-version 3.8.0-RC1 instead of 3.6.2
310OpenCB::Use cross-version 3.8.0-RC1 instead of 3.6.3
311OpenCB::Use cross-version 3.8.0-RC1 instead of 3.7.0
312
313Starting build for mill-moduledefs - [0/1]
314No test module defined in moduledefs[3.8.0-RC1]
315Failed to resolve scalaVersion, assume it's Scala 3 project
316[info] compiling 1 Scala source and 1 Java source to /build/repo/out/moduledefs/3.8.0-RC1/compile.dest/classes ...
317[info] done compiling
318Successfully evaluated moduledefs[3.8.0-RC1].compile
319Skipping unused scalacOptions: -Yexplicit-nulls, -no-indent
320Option -classpath was updated
3211 warning found
322Successfully evaluated moduledefs[3.8.0-RC1].docJar
323Publishing Artifact(com.lihaoyi,mill-moduledefs_3,0.11.10) to ivy repo /root/.ivy2/local
324Successfully evaluated moduledefs[3.8.0-RC1].publishLocal
325
326************************
327Build summary:
328[{
329 "module": "mill-moduledefs",
330 "compile": {"status": "ok", "tookMs": 6278, "warnings": 0, "errors": 0},
331 "doc": {"status": "ok", "tookMs": 3311, "files": 1, "totalSizeKb": 2653},
332 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
333 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
334 "publish": {"status": "ok", "tookMs": 316},
335 "metadata": {
336 "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"]
337}
338}]
339************************"
340
341Checking patch build.sc...
342Checking patch .mill-version...
343Applied patch build.sc cleanly.
344Applied patch .mill-version cleanly.