Build Logs

com-lihaoyi/mill-moduledefs • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY

Errors

0

Warnings

136

Total Lines

343

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 79 65.4M 79 51.9M 0 0 57.2M 0 0:00:01 --:--:-- 0:00:01 57.2M
61100 65.4M 100 65.4M 0 0 61.6M 0 0:00:01 0:00:01 --:--:-- 61.6M
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 _ ============================== 17s
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": 5673, "warnings": 0, "errors": 0},
157 "doc": {"status": "ok", "tookMs": 2897, "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": 305},
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.0-RC1-bin-20251114-d221ef5-NIGHTLY
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.0-RC1-bin-20251114-d221ef5-NIGHTLY")
184Successfully applied pattern 'val scala3Versions = Seq\("3\..*"\)' in build.sc
185----
186Starting build for 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
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.0-RC1-bin-20251114-d221ef5-NIGHTLY
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 45 72.6M 45 32.8M 0 0 45.8M 0 0:00:01 --:--:-- 0:00:01 45.8M
210 99 72.6M 99 72.3M 0 0 42.1M 0 0:00:01 0:00:01 --:--:-- 42.1M
211100 72.6M 100 72.6M 0 0 42.3M 0 0:00:01 0:00:01 --:--:-- 42.2M
212============================== resolve _ ==============================
213[build.sc-61/65] compile
214[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
215[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
216[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
217[build.sc-61] [warn] ^
218[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
219[build.sc-61] [warn] .iterator()
220[build.sc-61] [warn] ^
221[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
222[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
223[build.sc-61] [warn] ^
224[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
225[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
226[build.sc-61] [warn] ^
227[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
228[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
229[build.sc-61] [warn] ^
230[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
231[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
232[build.sc-61] [warn] ^
233[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
234[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
235[build.sc-61] [warn] ^
236[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
237[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
238[build.sc-61] [warn] ^
239[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
240[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
241[build.sc-61] [warn] ^
242[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")`
243[build.sc-61] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
244[build.sc-61] [warn] ^
245[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
246[build.sc-61] [warn] SelectMode.Separated
247[build.sc-61] [warn] ^
248[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
249[build.sc-61] [warn] SelectMode.Separated
250[build.sc-61] [warn] ^
251[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
252[build.sc-61] [warn] new SonatypePublisher(
253[build.sc-61] [warn] ^
254[build.sc-61] [warn] 13 warnings found
255[build.sc-61] [info] done compiling
256[1/1] resolve
257[0J[1A
258[0J[1A
259[1/1] ============================== resolve _ ============================== 16s
260Try build using ./mill
261--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
262[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
263[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
264[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
265[build.sc] [warn] ^
266[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
267[build.sc] [warn] .iterator()
268[build.sc] [warn] ^
269[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
270[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
271[build.sc] [warn] ^
272[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
273[build.sc] [warn] val testModule = module.millInternal.modules.toList
274[build.sc] [warn] ^
275[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
276[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
277[build.sc] [warn] ^
278[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
279[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
280[build.sc] [warn] ^
281[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
282[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
283[build.sc] [warn] ^
284[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
285[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
286[build.sc] [warn] ^
287[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
288[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
289[build.sc] [warn] ^
290[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")`
291[build.sc] [warn] super.resources() ++ scalaVersionDirectoryNames.map(dir => PathRef(millSourcePath / (s"resources-$dir")))
292[build.sc] [warn] ^
293[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
294[build.sc] [warn] SelectMode.Separated
295[build.sc] [warn] ^
296[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
297[build.sc] [warn] SelectMode.Separated
298[build.sc] [warn] ^
299[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
300[build.sc] [warn] new SonatypePublisher(
301[build.sc] [warn] ^
302[build.sc] [warn] 13 warnings found
303[build.sc] [info] done compiling
304Build 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>\")"}]}
305Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
306OpenCB::Use cross-version 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY instead of 3.6.4
307OpenCB::Use cross-version 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY instead of 3.7.1
308OpenCB::Use cross-version 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY instead of 3.6.2
309OpenCB::Use cross-version 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY instead of 3.6.3
310OpenCB::Use cross-version 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY instead of 3.7.0
311
312Starting build for mill-moduledefs - [0/1]
313No test module defined in moduledefs[3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY]
314Failed to resolve scalaVersion, assume it's Scala 3 project
315[info] compiling 1 Scala source and 1 Java source to /build/repo/out/moduledefs/3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/compile.dest/classes ...
316[info] done compiling
317Successfully evaluated moduledefs[3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY].compile
318Skipping unused scalacOptions: -Yexplicit-nulls, -no-indent
319Option -classpath was updated
3201 warning found
321Successfully evaluated moduledefs[3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY].docJar
322Publishing Artifact(com.lihaoyi,mill-moduledefs_3,0.11.10) to ivy repo /root/.ivy2/local
323Successfully evaluated moduledefs[3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY].publishLocal
324
325************************
326Build summary:
327[{
328 "module": "mill-moduledefs",
329 "compile": {"status": "ok", "tookMs": 9923, "warnings": 0, "errors": 0},
330 "doc": {"status": "ok", "tookMs": 5230, "files": 1, "totalSizeKb": 2653},
331 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
332 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
333 "publish": {"status": "ok", "tookMs": 288},
334 "metadata": {
335 "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"]
336}
337}]
338************************"
339
340Checking patch build.sc...
341Checking patch .mill-version...
342Applied patch build.sc cleanly.
343Applied patch .mill-version cleanly.