Build Logs

lolgab/mill-mima • 3.8.0-RC2:2025-11-28

Errors

0

Warnings

50

Total Lines

181

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.0-RC2
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.0-RC2"
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.0-RC2
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.0-RC2
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
60 32 72.6M 32 23.7M 0 0 53.3M 0 0:00:01 --:--:-- 0:00:01 53.3M
61 50 72.6M 50 36.5M 0 0 25.0M 0 0:00:02 0:00:01 0:00:01 25.0M
62100 72.6M 100 72.6M 0 0 37.1M 0 0:00:01 0:00:01 --:--:-- 37.1M
63============================== resolve _ ==============================
64[build.mill-61/65] compile
65[build.mill-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
66[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
67[build.mill-61] [warn] .iterator()
68[build.mill-61] [warn] ^
69[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
70[build.mill-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
71[build.mill-61] [warn] ^
72[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
73[build.mill-61] [warn] val testModule = module.millInternal.modules.toList
74[build.mill-61] [warn] ^
75[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
76[build.mill-61] [warn] ctx.root.millInternal.modules.flatMap {
77[build.mill-61] [warn] ^
78[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
79[build.mill-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
80[build.mill-61] [warn] ^
81[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
82[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
83[build.mill-61] [warn] ^
84[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
85[build.mill-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
86[build.mill-61] [warn] ^
87[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
88[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
89[build.mill-61] [warn] ^
90[build.mill-61] [warn] 8 warnings found
91[build.mill-61] [info] done compiling
92[1/1] resolve
93[0J[1A
94[0J[1A
95[1/1] ============================== resolve _ ============================== 19s
96Try build using ./mill
97--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
98[build.mill] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
99[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
100[build.mill] [warn] .iterator()
101[build.mill] [warn] ^
102[build.mill] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
103[build.mill] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
104[build.mill] [warn] ^
105[build.mill] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
106[build.mill] [warn] val testModule = module.millInternal.modules.toList
107[build.mill] [warn] ^
108[build.mill] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
109[build.mill] [warn] ctx.root.millInternal.modules.flatMap {
110[build.mill] [warn] ^
111[build.mill] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
112[build.mill] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
113[build.mill] [warn] ^
114[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
115[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
116[build.mill] [warn] ^
117[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
118[build.mill] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
119[build.mill] [warn] ^
120[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
121[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
122[build.mill] [warn] ^
123[build.mill] [warn] 8 warnings found
124[build.mill] [info] done compiling
125Build 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>\""}]}
126Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
127
128Starting build for mill-mima-worker-api - [0/2]
129No test module defined in mill-mima-worker-api
130Failed to resolve scalaVersion, assume it's Scala 3 project
131OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
132[info] compiling 1 Scala source to /build/repo/out/mill-mima-worker-api/compile.dest/classes ...
133[info] done compiling
134Successfully evaluated mill-mima-worker-api.compile
135Option -classpath was updated
1361 warning found
137Successfully evaluated mill-mima-worker-api.docJar
138Publishing Artifact(com.github.lolgab,mill-mima-worker-api_3,0.2.0-DIRTY663bb838) to ivy repo /root/.ivy2/local
139Successfully evaluated mill-mima-worker-api.publishLocal
140
141Starting build for mill-mima-worker-impl - [1/2]
142No test module defined in mill-mima-worker-impl
143Failed to resolve scalaVersion, assume it's Scala 3 project
144[info] compiling 2 Scala sources to /build/repo/out/mill-mima-worker-impl/compile.dest/classes ...
145[info] done compiling
146Successfully evaluated mill-mima-worker-impl.compile
147Option -classpath was updated
1481 warning found
149Successfully evaluated mill-mima-worker-impl.docJar
150Publishing Artifact(com.github.lolgab,mill-mima-worker-impl_3,0.2.0-DIRTY663bb838) to ivy repo /root/.ivy2/local
151Successfully evaluated mill-mima-worker-impl.publishLocal
152
153************************
154Build summary:
155[{
156 "module": "mill-mima-worker-api",
157 "compile": {"status": "ok", "tookMs": 5941, "warnings": 0, "errors": 0},
158 "doc": {"status": "ok", "tookMs": 3671, "files": 1, "totalSizeKb": 2677},
159 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
160 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
161 "publish": {"status": "ok", "tookMs": 341},
162 "metadata": {
163 "crossScalaVersions": ["3.7.1"]
164}
165},{
166 "module": "mill-mima-worker-impl",
167 "compile": {"status": "ok", "tookMs": 4370, "warnings": 0, "errors": 0},
168 "doc": {"status": "ok", "tookMs": 2937, "files": 1, "totalSizeKb": 2652},
169 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
170 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
171 "publish": {"status": "ok", "tookMs": 123},
172 "metadata": {
173 "crossScalaVersions": ["3.7.1"]
174}
175}]
176************************"
177
178Checking patch build.mill...
179Checking patch .mill-version...
180Applied patch build.mill cleanly.
181Applied patch .mill-version cleanly.