Build Logs

lolgab/mill-mima • 3.8.1-RC1:2026-01-13

Errors

0

Warnings

50

Total Lines

179

1##################################
2Clonning https://github.com/lolgab/mill-mima.git into /build/repo using revision 0.2.0
3##################################
4Note: switching to 'b479d70846da0004ab00fc9b40074b56b6182393'.
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
21Would override fixed Scala version: 3.7.1
22----
23Preparing build for 3.8.1-RC1
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.mill
34Pattern: val scala3 = "3.7.1"
35Replacement: val scala3 = "3.8.1-RC1"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.7.1"' in build.mill
40----
41Starting build for 3.8.1-RC1
42Execute tests: true
43Mill project found:
44Found explicit mill version 0.12.14 in ./mill-version
45Force upgrade of millVersion 0.12.14 to 0.12.16
46Detected mill version=0.12.16, binary version: 0.12
47No prepare script found for project lolgab/mill-mima
48No mill build directory found
49Apply scalafix rules to build.mill
50##################################
51Scala version: 3.8.1-RC1
52Targets: com.github.lolgab%mill-mima-worker-api com.github.lolgab%mill-mima-worker-impl
53Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.mill","pattern":"val scala3 = \"3.7.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
54##################################
55Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.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
60100 72.6M 100 72.6M 0 0 261M 0 --:--:-- --:--:-- --:--:-- 261M
61============================== resolve _ ==============================
62[build.mill-61/65] compile
63[build.mill-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
64[build.mill-61] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
65[build.mill-61] [warn] .iterator()
66[build.mill-61] [warn] ^
67[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
68[build.mill-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
69[build.mill-61] [warn] ^
70[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
71[build.mill-61] [warn] val testModule = module.millInternal.modules.toList
72[build.mill-61] [warn] ^
73[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
74[build.mill-61] [warn] ctx.root.millInternal.modules.flatMap {
75[build.mill-61] [warn] ^
76[build.mill-61] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
77[build.mill-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
78[build.mill-61] [warn] ^
79[build.mill-61] [warn] /build/repo/build.mill:20:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
80[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
81[build.mill-61] [warn] ^
82[build.mill-61] [warn] /build/repo/build.mill:31:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
83[build.mill-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
84[build.mill-61] [warn] ^
85[build.mill-61] [warn] /build/repo/build.mill:32:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
86[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
87[build.mill-61] [warn] ^
88[build.mill-61] [warn] 8 warnings found
89[build.mill-61] [info] done compiling
90[1/1] resolve
91[0J[1A
92[0J[1A
93[1/1] ============================== resolve _ ============================== 17s
94Try build using ./mill
95--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
96[build.mill] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
97[build.mill] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
98[build.mill] [warn] .iterator()
99[build.mill] [warn] ^
100[build.mill] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
101[build.mill] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
102[build.mill] [warn] ^
103[build.mill] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
104[build.mill] [warn] val testModule = module.millInternal.modules.toList
105[build.mill] [warn] ^
106[build.mill] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
107[build.mill] [warn] ctx.root.millInternal.modules.flatMap {
108[build.mill] [warn] ^
109[build.mill] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
110[build.mill] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
111[build.mill] [warn] ^
112[build.mill] [warn] /build/repo/build.mill:20:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
113[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
114[build.mill] [warn] ^
115[build.mill] [warn] /build/repo/build.mill:31:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
116[build.mill] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
117[build.mill] [warn] ^
118[build.mill] [warn] /build/repo/build.mill:32:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
119[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
120[build.mill] [warn] ^
121[build.mill] [warn] 8 warnings found
122[build.mill] [info] done compiling
123Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.mill","pattern":"val scala3 = \"3.7.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
124Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
125
126Starting build for mill-mima-worker-api - [0/2]
127No test module defined in mill-mima-worker-api
128Failed to resolve scalaVersion, assume it's Scala 3 project
129OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
130[info] compiling 1 Scala source to /build/repo/out/mill-mima-worker-api/compile.dest/classes ...
131[info] done compiling
132Successfully evaluated mill-mima-worker-api.compile
133Option -classpath was updated
1341 warning found
135Successfully evaluated mill-mima-worker-api.docJar
136Publishing Artifact(com.github.lolgab,mill-mima-worker-api_3,0.2.0-DIRTY4176c297) to ivy repo /root/.ivy2/local
137Successfully evaluated mill-mima-worker-api.publishLocal
138
139Starting build for mill-mima-worker-impl - [1/2]
140No test module defined in mill-mima-worker-impl
141Failed to resolve scalaVersion, assume it's Scala 3 project
142[info] compiling 2 Scala sources to /build/repo/out/mill-mima-worker-impl/compile.dest/classes ...
143[info] done compiling
144Successfully evaluated mill-mima-worker-impl.compile
145Option -classpath was updated
1461 warning found
147Successfully evaluated mill-mima-worker-impl.docJar
148Publishing Artifact(com.github.lolgab,mill-mima-worker-impl_3,0.2.0-DIRTY4176c297) to ivy repo /root/.ivy2/local
149Successfully evaluated mill-mima-worker-impl.publishLocal
150
151************************
152Build summary:
153[{
154 "module": "mill-mima-worker-api",
155 "compile": {"status": "ok", "tookMs": 4880, "warnings": 0, "errors": 0},
156 "doc": {"status": "ok", "tookMs": 3302, "files": 1, "totalSizeKb": 2677},
157 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
158 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
159 "publish": {"status": "ok", "tookMs": 299},
160 "metadata": {
161 "crossScalaVersions": ["3.7.1"]
162}
163},{
164 "module": "mill-mima-worker-impl",
165 "compile": {"status": "ok", "tookMs": 3954, "warnings": 0, "errors": 0},
166 "doc": {"status": "ok", "tookMs": 2583, "files": 1, "totalSizeKb": 2652},
167 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
168 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
169 "publish": {"status": "ok", "tookMs": 113},
170 "metadata": {
171 "crossScalaVersions": ["3.7.1"]
172}
173}]
174************************"
175
176Checking patch build.mill...
177Checking patch .mill-version...
178Applied patch build.mill cleanly.
179Applied patch .mill-version cleanly.