Build Logs

com-lihaoyi/mill • scheduled_3.8.0-RC1-bin-20251020-00120c7-NIGHTLY

Errors

6

Warnings

234

Total Lines

3253

1##################################
2Clonning https://github.com/com-lihaoyi/mill.git into /build/repo using revision 1.0.6
3##################################
4Note: switching to '5e582c75416f5394d75886dc5749ab929dea051b'.
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
21Migrating project for -source:3.7 using Scala 3.7.4-RC1
22----
23Preparing build for 3.7.4-RC1
24Would try to apply common scalacOption (best-effort, sbt/mill only):
25Append: -rewrite,REQUIRE:-source:3.7-migration
26Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
27
28Try apply source patch:
29Path: mill-build/src/millbuild/Deps.scala
30Pattern: val scalaVersion = "3\..*\"
31Replacement: val scalaVersion = "3.7.4-RC1"
32Starting compilation server
33Compiling project (Scala 3.7.3, JVM (17))
34Compiled project (Scala 3.7.3, JVM (17))
35Successfully applied pattern 'val scalaVersion = "3\..*\"' in mill-build/src/millbuild/Deps.scala
36----
37Starting build for 3.7.4-RC1
38Execute tests: false
39Mill project found:
40Found explicit mill version 1.0.5-31-2f0796 in build directive
41Detected mill version=1.0.5-31-2f0796, binary version: 1.0
42Execute project prepare script: /opencb/project-builder/prepare-scripts/com-lihaoyi/mill
43#!/usr/bin/env -S scala-cli shebang -S 3
44//> using toolkit default
45
46val projectDir = sys.env.get("OPENCB_PROJECT_DIR")
47 .map(os.Path(_))
48 .getOrElse(sys.error("no OPENCB_PROJECT_DIR env"))
49
50os.write.append(projectDir / ".mill-jvm-opts", "-XX:CompressedClassSpaceSize=1400m")
51
52val scalaVersion = sys.env.get("OPENCB_SCALA_VERSION")
53 .getOrElse(sys.error("no OPENCB_SCALA_VERSION env"))
54
55val minJDKVersion = scalaVersion.split('.').take(2).map(_.toInt) match {
56 case Array(3, minor) if minor >= 8 => 17
57 case _ => 8
58}
59
60val millDefsVersion = os.read
61 .lines(projectDir / "mill-build"/ "src" / "millbuild"/ "Deps.scala")
62 .map(_.trim)
63 .collectFirst:
64 case s"""val millModuledefsVersion = "$version"""" => version
65 .getOrElse(sys.error("Failed to resolve millModuleDefs version"))
66
67val repositoryDir = os.temp.dir(prefix = "mill-moduledefs-")
68os.proc("git", "clone", "https://github.com/com-lihaoyi/mill-moduledefs", repositoryDir, "-b", millDefsVersion).call(check = true)
69
70val updatedBuild = os.read(repositoryDir / "build.sc")
71 .replaceAll(raw"Cross\[ModuleDefsCross]\(.*\)", s"""Cross[ModuleDefsCross](Seq("3.7.1"))""")
72 .replaceAll(raw"Cross\[PluginCross]\(.*\)", s"""Cross[PluginCross](Seq("$scalaVersion"))""")
73 .replace(""""-Yexplicit-nulls",""", "")
74 .replace(""""-java-output-version", "8""", s""""-java-output-version:${minJDKVersion}""")
75os.write.over(repositoryDir / "build.sc", updatedBuild)
76os.write.over(repositoryDir / ".mill-version", "0.12.15-2-561986")
77
78val coursierRepositories = Seq(
79 "central",
80 "ivy2local",
81 "https://repo.scala-lang.org/artifactory/maven-nightlies",
82 s"https://scala3.westeurope.cloudapp.azure.com/maven2/$scalaVersion",
83).mkString("|")
84
85os.proc(
86 "./mill",
87 "--no-server",
88 "-D", s"coursier.repositories=$coursierRepositories",
89 "show", s"__[$scalaVersion].publishLocal",
90).call(cwd = repositoryDir, check = true)
91Downloading https://repo1.maven.org/maven2/org/scala-lang/toolkit_3/0.7.0/toolkit_3-0.7.0.pom
92Downloaded https://repo1.maven.org/maven2/org/scala-lang/toolkit_3/0.7.0/toolkit_3-0.7.0.pom
93Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/upickle_3/4.0.0-RC1/upickle_3-4.0.0-RC1.pom
94Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/4.1.0/upickle_3-4.1.0.pom
95Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/core_3/4.0.0-RC1/core_3-4.0.0-RC1.pom
96Downloading https://repo1.maven.org/maven2/com/lihaoyi/os-lib_3/0.11.3/os-lib_3-0.11.3.pom
97Downloaded https://repo1.maven.org/maven2/com/lihaoyi/os-lib_3/0.11.3/os-lib_3-0.11.3.pom
98Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/upickle_3/4.0.0-RC1/upickle_3-4.0.0-RC1.pom
99Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/4.1.0/upickle_3-4.1.0.pom
100Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/core_3/4.0.0-RC1/core_3-4.0.0-RC1.pom
101Downloading https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/4.1.0/ujson_3-4.1.0.pom
102Downloading https://repo1.maven.org/maven2/com/lihaoyi/upack_3/4.1.0/upack_3-4.1.0.pom
103Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/4.1.0/upickle-implicits_3-4.1.0.pom
104Downloading https://repo1.maven.org/maven2/com/lihaoyi/geny_3/1.1.1/geny_3-1.1.1.pom
105Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/core_3/1.4.2/core_3-1.4.2.pom
106Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/model/core_3/1.7.11/core_3-1.7.11.pom
107Downloaded https://repo1.maven.org/maven2/com/lihaoyi/geny_3/1.1.1/geny_3-1.1.1.pom
108Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/ws_3/1.4.2/ws_3-1.4.2.pom
109Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upack_3/4.1.0/upack_3-4.1.0.pom
110Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/json-common_3/4.0.0-RC1/json-common_3-4.0.0-RC1.pom
111Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/4.1.0/upickle-implicits_3-4.1.0.pom
112Downloaded https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/4.1.0/ujson_3-4.1.0.pom
113Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/model/core_3/1.7.11/core_3-1.7.11.pom
114Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/core_3/1.4.2/core_3-1.4.2.pom
115Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/json-common_3/4.0.0-RC1/json-common_3-4.0.0-RC1.pom
116Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/ws_3/1.4.2/ws_3-1.4.2.pom
117Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/4.1.0/upickle-core_3-4.1.0.pom
118Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/4.1.0/upickle-core_3-4.1.0.pom
119Downloading https://repo1.maven.org/maven2/com/lihaoyi/os-lib_3/0.11.3/os-lib_3-0.11.3.jar
120Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/core_3/1.4.2/core_3-1.4.2.jar
121Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/model/core_3/1.7.11/core_3-1.7.11.jar
122Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/json-common_3/4.0.0-RC1/json-common_3-4.0.0-RC1.jar
123Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/core_3/4.0.0-RC1/core_3-4.0.0-RC1.jar
124Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/4.1.0/upickle-core_3-4.1.0.jar
125Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/json-common_3/4.0.0-RC1/json-common_3-4.0.0-RC1.jar
126Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/ws_3/1.4.2/ws_3-1.4.2.jar
127Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/core_3/1.4.2/core_3-1.4.2.jar
128Downloading https://repo1.maven.org/maven2/com/lihaoyi/upack_3/4.1.0/upack_3-4.1.0.jar
129Downloaded https://repo1.maven.org/maven2/com/lihaoyi/os-lib_3/0.11.3/os-lib_3-0.11.3.jar
130Downloading https://repo1.maven.org/maven2/org/scala-lang/toolkit_3/0.7.0/toolkit_3-0.7.0.jar
131Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upack_3/4.1.0/upack_3-4.1.0.jar
132Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/model/core_3/1.7.11/core_3-1.7.11.jar
133Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/4.1.0/upickle-implicits_3-4.1.0.jar
134Downloading https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/4.1.0/ujson_3-4.1.0.jar
135Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/4.1.0/upickle-core_3-4.1.0.jar
136Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/4.1.0/upickle_3-4.1.0.jar
137Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/ws_3/1.4.2/ws_3-1.4.2.jar
138Downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/upickle_3/4.0.0-RC1/upickle_3-4.0.0-RC1.jar
139Downloaded https://repo1.maven.org/maven2/org/scala-lang/toolkit_3/0.7.0/toolkit_3-0.7.0.jar
140Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/core_3/4.0.0-RC1/core_3-4.0.0-RC1.jar
141Downloaded https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/4.1.0/ujson_3-4.1.0.jar
142Downloaded https://repo1.maven.org/maven2/com/softwaremill/sttp/client4/upickle_3/4.0.0-RC1/upickle_3-4.0.0-RC1.jar
143Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/4.1.0/upickle_3-4.1.0.jar
144Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/4.1.0/upickle-implicits_3-4.1.0.jar
145Compiling project (Scala 3.7.3, JVM (17))
146Compiled project (Scala 3.7.3, JVM (17))
147Cloning into '/tmp/mill-moduledefs-1402645094133624788'...
148Note: switching to '6c08190459f2336c17d118d6c2221b9fc5283c52'.
149
150You are in 'detached HEAD' state. You can look around, make experimental
151changes and commit them, and you can discard any commits you make in this
152state without impacting any branches by switching back to a branch.
153
154If you want to create a new branch to retain commits you create, you may
155do so (now or later) by using -c with the switch command. Example:
156
157 git switch -c <new-branch-name>
158
159Or undo this operation with:
160
161 git switch -
162
163Turn off this advice by setting config variable advice.detachedHead to false
164
165Downloading mill 0.12.15-2-561986 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.15-2-561986/mill-dist-0.12.15-2-561986.exe ...
166 % Total % Received % Xferd Average Speed Time Time Time Current
167 Dload Upload Total Spent Left Speed
168
169 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
170 66 72.6M 66 48.3M 0 0 124M 0 --:--:-- --:--:-- --:--:-- 124M
171100 72.6M 100 72.6M 0 0 140M 0 --:--:-- --:--:-- --:--:-- 140M
172============================== show __[3.7.4-RC1].publishLocal ==============================
173[build.sc-61/65] compile
174[build.sc-61] [info] compiling 1 Scala source to /tmp/mill-moduledefs-1402645094133624788/out/mill-build/compile.dest/classes ...
175[build.sc-61] [warn] /tmp/mill-moduledefs-1402645094133624788/build.sc:76:17: 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")`
176[build.sc-61] [warn] PathRef(millSourcePath / s"resources-$dir")
177[build.sc-61] [warn] ^
178[build.sc-61] [warn] /tmp/mill-moduledefs-1402645094133624788/build.sc:102:16: object Separated in object SelectMode is deprecated (since Mill 0.12.10): Use mill.define.SelectMode.Separated instead
179[build.sc-61] [warn] SelectMode.Separated
180[build.sc-61] [warn] ^
181[build.sc-61] [warn] /tmp/mill-moduledefs-1402645094133624788/build.sc:102:5: object SelectMode in package resolve is deprecated (since Mill 0.12.10): Use mill.define.SelectMode instead
182[build.sc-61] [warn] SelectMode.Separated
183[build.sc-61] [warn] ^
184[build.sc-61] [warn] /tmp/mill-moduledefs-1402645094133624788/build.sc:117:11: class SonatypePublisher in package publish is deprecated (since 0.12.15): Use mill.scalalib.SonatypeCentralPublisher instead
185[build.sc-61] [warn] new SonatypePublisher(
186[build.sc-61] [warn] ^
187[build.sc-61] [warn] four warnings found
188[build.sc-61] [info] done compiling
189[1/1] show
190[0J[1A
191[1-119/137] moduledefs[3.7.1].compile
192[1-119] [info] compiling 1 Scala source and 1 Java source to /tmp/mill-moduledefs-1402645094133624788/out/moduledefs/3.7.1/compile.dest/classes ...
193[1-119] [info] done compiling
194[1-123/137] moduledefs[3.7.1].plugin[3.7.4-RC1].compile
195[1-123] [info] compiling 1 Scala source to /tmp/mill-moduledefs-1402645094133624788/out/moduledefs/3.7.1/plugin/3.7.4-RC1/compile.dest/classes ...
196[1-123] [info] done compiling
197[1-127/137] moduledefs[3.7.1].plugin[3.7.4-RC1].docJar
198[1-127] Skipping unused scalacOptions: -no-indent
199[1-127] Flag -classpath set repeatedly
200[1-127] 1 warning found
201[1-137/137] moduledefs[3.7.1].plugin[3.7.4-RC1].publishLocal
202[1] [1-137] Publishing Artifact(com.lihaoyi,scalac-mill-moduledefs-plugin_3.7.4-RC1,0.11.10) to ivy repo /root/.ivy2/local
203[0J[1A
204[0J[1A
205[1/1] ============================ show __[3.7.4-RC1].publishLocal =========================== 24s
206Apply scalafix rules to build.mill
207Apply scalafix rules to ./mill-build/src/millbuild/MillScalaModule.scala
208Apply scalafix rules to ./mill-build/src/millbuild/MillStableScalaModule.scala
209Apply scalafix rules to ./mill-build/src/millbuild/Settings.scala
210Apply scalafix rules to ./mill-build/src/millbuild/MillBaseTestsModule.scala
211Apply scalafix rules to ./mill-build/src/millbuild/MillPublishCrossScalaModule.scala
212Apply scalafix rules to ./mill-build/src/millbuild/MillJavaModule.scala
213Apply scalafix rules to ./mill-build/src/millbuild/MillPublishJavaModule.scala
214Apply scalafix rules to ./mill-build/src/millbuild/Deps.scala
215Apply scalafix rules to ./mill-build/src/millbuild/MillPublishScalaModule.scala
216Apply scalafix rules to ./mill-build/src/millbuild/MillStableJavaModule.scala
217##################################
218Scala version: 3.7.4-RC1
219Targets: com.lihaoyi%mill-contrib-artifactory com.lihaoyi%mill-contrib-buildinfo com.lihaoyi%mill-contrib-codeartifact com.lihaoyi%mill-contrib-docker com.lihaoyi%mill-contrib-flyway com.lihaoyi%mill-contrib-gitlab com.lihaoyi%mill-contrib-jmh com.lihaoyi%mill-contrib-playlib com.lihaoyi%mill-contrib-playlib-worker-2.9 com.lihaoyi%mill-contrib-playlib-worker-3.0 com.lihaoyi%mill-contrib-proguard com.lihaoyi%mill-contrib-scalapblib com.lihaoyi%mill-contrib-scoverage com.lihaoyi%mill-contrib-scoverage-worker2 com.lihaoyi%mill-contrib-sonatypecentral com.lihaoyi%mill-contrib-twirllib com.lihaoyi%mill-contrib-versionfile com.lihaoyi%mill-core-api com.lihaoyi%mill-core-api-daemon com.lihaoyi%mill-core-eval com.lihaoyi%mill-core-exec com.lihaoyi%mill-core-internal com.lihaoyi%mill-core-internal-cli com.lihaoyi%mill-core-resolve com.lihaoyi%mill-libs com.lihaoyi%mill-libs-androidlib com.lihaoyi%mill-libs-androidlib-hilt com.lihaoyi%mill-libs-androidlib-keytool com.lihaoyi%mill-libs-daemon com.lihaoyi%mill-libs-daemon-server com.lihaoyi%mill-libs-graphviz com.lihaoyi%mill-libs-init com.lihaoyi%mill-libs-init-buildgen com.lihaoyi%mill-libs-init-gradle com.lihaoyi%mill-libs-init-maven com.lihaoyi%mill-libs-init-sbt com.lihaoyi%mill-libs-init-sbt-models com.lihaoyi%mill-libs-javalib com.lihaoyi%mill-libs-javalib-api com.lihaoyi%mill-libs-javalib-classgraph-worker com.lihaoyi%mill-libs-javalib-jarjarabrams-worker com.lihaoyi%mill-libs-javalib-maven-worker com.lihaoyi%mill-libs-javalib-scalameta-worker com.lihaoyi%mill-libs-javalib-spotless-worker com.lihaoyi%mill-libs-javalib-spring-boot-worker com.lihaoyi%mill-libs-javalib-testrunner com.lihaoyi%mill-libs-javalib-worker com.lihaoyi%mill-libs-javascriptlib com.lihaoyi%mill-libs-kotlinlib com.lihaoyi%mill-libs-kotlinlib-api com.lihaoyi%mill-libs-kotlinlib-ksp2 com.lihaoyi%mill-libs-kotlinlib-ksp2-api com.lihaoyi%mill-libs-kotlinlib-worker com.lihaoyi%mill-libs-pythonlib com.lihaoyi%mill-libs-rpc com.lihaoyi%mill-libs-scalajslib com.lihaoyi%mill-libs-scalajslib-api com.lihaoyi%mill-libs-scalajslib-worker-1 com.lihaoyi%mill-libs-scalalib com.lihaoyi%mill-libs-scalanativelib com.lihaoyi%mill-libs-scalanativelib-api com.lihaoyi%mill-libs-scalanativelib-worker-0.5 com.lihaoyi%mill-libs-tabcomplete com.lihaoyi%mill-libs-util com.lihaoyi%mill-runner-bsp com.lihaoyi%mill-runner-bsp-worker com.lihaoyi%mill-runner-codesig com.lihaoyi%mill-runner-daemon com.lihaoyi%mill-runner-eclipse com.lihaoyi%mill-runner-idea com.lihaoyi%mill-runner-launcher com.lihaoyi%mill-runner-meta com.lihaoyi%mill-runner-server com.lihaoyi%mill-testkit
220Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"mill-build/src/millbuild/Deps.scala","pattern":"val scalaVersion = \"3\\..*\\\"","replaceWith":"val scalaVersion = \"<SCALA_VERSION>\" "}]}
221##################################
222Downloading mill 1.0.5-31-2f0796 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-linux-amd64/1.0.5-31-2f0796/mill-dist-native-linux-amd64-1.0.5-31-2f0796.exe ...
223 % Total % Received % Xferd Average Speed Time Time Time Current
224 Dload Upload Total Spent Left Speed
225
226 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
227 1 54.7M 1 892k 0 0 3008k 0 0:00:18 --:--:-- 0:00:18 3004k
228100 54.7M 100 54.7M 0 0 64.2M 0 --:--:-- --:--:-- --:--:-- 64.2M
229Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.5-31-2f0796/mill-runner-daemon_3-1.0.5-31-2f0796.pom
230Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.5-31-2f0796/mill-runner-daemon_3-1.0.5-31-2f0796.pom
231Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-server_3/1.0.5-31-2f0796/mill-runner-server_3-1.0.5-31-2f0796.pom
232Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-eclipse_3/1.0.5-31-2f0796/mill-runner-eclipse_3-1.0.5-31-2f0796.pom
233Downloading https://repo1.maven.org/maven2/com/lihaoyi/os-lib_3/0.11.5/os-lib_3-0.11.5.pom
234Downloading https://repo1.maven.org/maven2/com/lihaoyi/mainargs_3/0.7.6/mainargs_3-0.7.6.pom
235Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-bsp-worker_3/1.0.5-31-2f0796/mill-runner-bsp-worker_3-1.0.5-31-2f0796.pom
236Downloading https://repo1.maven.org/maven2/com/lihaoyi/os-lib-watch_3/0.11.5/os-lib-watch_3-0.11.5.pom
237Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mainargs_3/0.7.6/mainargs_3-0.7.6.pom
238Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-eval_3/1.0.5-31-2f0796/mill-core-eval_3-1.0.5-31-2f0796.pom
239Downloaded https://repo1.maven.org/maven2/com/lihaoyi/os-lib-watch_3/0.11.5/os-lib-watch_3-0.11.5.pom
240Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-meta_3/1.0.5-31-2f0796/mill-runner-meta_3-1.0.5-31-2f0796.pom
241Downloaded https://repo1.maven.org/maven2/com/lihaoyi/os-lib_3/0.11.5/os-lib_3-0.11.5.pom
242Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/4.3.0/upickle_3-4.3.0.pom
243Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-server_3/1.0.5-31-2f0796/mill-runner-server_3-1.0.5-31-2f0796.pom
244Downloading https://repo1.maven.org/maven2/com/lihaoyi/unroll-annotation_3/0.2.0/unroll-annotation_3-0.2.0.pom
245Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/4.3.0/upickle_3-4.3.0.pom
246Downloading https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_3/0.4.4/sourcecode_3-0.4.4.pom
247Downloaded https://repo1.maven.org/maven2/com/lihaoyi/unroll-annotation_3/0.2.0/unroll-annotation_3-0.2.0.pom
248Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-moduledefs_3/0.11.10/mill-moduledefs_3-0.11.10.pom
249Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-bsp-worker_3/1.0.5-31-2f0796/mill-runner-bsp-worker_3-1.0.5-31-2f0796.pom
250Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-bsp_3/1.0.5-31-2f0796/mill-runner-bsp_3-1.0.5-31-2f0796.pom
251Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-eclipse_3/1.0.5-31-2f0796/mill-runner-eclipse_3-1.0.5-31-2f0796.pom
252Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-launcher_3/1.0.5-31-2f0796/mill-runner-launcher_3-1.0.5-31-2f0796.pom
253Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-moduledefs_3/0.11.10/mill-moduledefs_3-0.11.10.pom
254Downloading https://repo1.maven.org/maven2/com/lihaoyi/fansi_3/0.5.0/fansi_3-0.5.0.pom
255Downloaded https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_3/0.4.4/sourcecode_3-0.4.4.pom
256Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-idea_3/1.0.5-31-2f0796/mill-runner-idea_3-1.0.5-31-2f0796.pom
257Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-eval_3/1.0.5-31-2f0796/mill-core-eval_3-1.0.5-31-2f0796.pom
258Downloading https://repo1.maven.org/maven2/com/lihaoyi/pprint_3/0.9.3/pprint_3-0.9.3.pom
259Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-idea_3/1.0.5-31-2f0796/mill-runner-idea_3-1.0.5-31-2f0796.pom
260Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-meta_3/1.0.5-31-2f0796/mill-runner-meta_3-1.0.5-31-2f0796.pom
261Downloaded https://repo1.maven.org/maven2/com/lihaoyi/fansi_3/0.5.0/fansi_3-0.5.0.pom
262Downloaded https://repo1.maven.org/maven2/com/lihaoyi/pprint_3/0.9.3/pprint_3-0.9.3.pom
263Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-bsp_3/1.0.5-31-2f0796/mill-runner-bsp_3-1.0.5-31-2f0796.pom
264Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-launcher_3/1.0.5-31-2f0796/mill-runner-launcher_3-1.0.5-31-2f0796.pom
265Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-api-daemon_3/1.0.5-31-2f0796/mill-core-api-daemon_3-1.0.5-31-2f0796.pom
266Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/4.3.0/upickle-implicits_3-4.3.0.pom
267Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-internal-cli_3/1.0.5-31-2f0796/mill-core-internal-cli_3-1.0.5-31-2f0796.pom
268Downloading https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.15.0/jna-5.15.0.pom
269Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-api_3/1.0.5-31-2f0796/mill-core-api_3-1.0.5-31-2f0796.pom
270Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_3/2.12.0/scala-collection-compat_3-2.12.0.pom
271Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/4.3.0/upickle-implicits_3-4.3.0.pom
272Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-client/1.0.5-31-2f0796/mill-runner-client-1.0.5-31-2f0796.pom
273Downloaded https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.15.0/jna-5.15.0.pom
274Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-daemon-server_3/1.0.5-31-2f0796/mill-libs-daemon-server_3-1.0.5-31-2f0796.pom
275Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-api_3/1.0.5-31-2f0796/mill-core-api_3-1.0.5-31-2f0796.pom
276Downloading https://repo1.maven.org/maven2/com/lihaoyi/fansi_3/0.5.1/fansi_3-0.5.1.pom
277Downloaded https://repo1.maven.org/maven2/com/lihaoyi/fansi_3/0.5.1/fansi_3-0.5.1.pom
278Downloading https://repo1.maven.org/maven2/org/snakeyaml/snakeyaml-engine/2.10/snakeyaml-engine-2.10.pom
279Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-api-daemon_3/1.0.5-31-2f0796/mill-core-api-daemon_3-1.0.5-31-2f0796.pom
280Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-exec_3/1.0.5-31-2f0796/mill-core-exec_3-1.0.5-31-2f0796.pom
281Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-daemon-server_3/1.0.5-31-2f0796/mill-libs-daemon-server_3-1.0.5-31-2f0796.pom
282Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-resolve_3/1.0.5-31-2f0796/mill-core-resolve_3-1.0.5-31-2f0796.pom
283Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_3/2.12.0/scala-collection-compat_3-2.12.0.pom
284Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/native-terminal/native-terminal-no-ffm/0.0.9.1/native-terminal-no-ffm-0.0.9.1.pom
285Downloaded https://repo1.maven.org/maven2/org/snakeyaml/snakeyaml-engine/2.10/snakeyaml-engine-2.10.pom
286Downloading https://repo1.maven.org/maven2/com/lihaoyi/os-zip/0.11.5/os-zip-0.11.5.pom
287Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/native-terminal/native-terminal-no-ffm/0.0.9.1/native-terminal-no-ffm-0.0.9.1.pom
288Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_3/2.4.0/scala-xml_3-2.4.0.pom
289Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-exec_3/1.0.5-31-2f0796/mill-core-exec_3-1.0.5-31-2f0796.pom
290Downloading https://repo1.maven.org/maven2/ch/epfl/scala/bsp4j/2.2.0-M2/bsp4j-2.2.0-M2.pom
291Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-client/1.0.5-31-2f0796/mill-runner-client-1.0.5-31-2f0796.pom
292Downloading https://repo1.maven.org/maven2/com/lihaoyi/upack_3/4.3.0/upack_3-4.3.0.pom
293Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_3/2.4.0/scala-xml_3-2.4.0.pom
294Downloading https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.5.18/logback-classic-1.5.18.pom
295Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-internal-cli_3/1.0.5-31-2f0796/mill-core-internal-cli_3-1.0.5-31-2f0796.pom
296Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-scalalib_3/1.0.5-31-2f0796/mill-libs-scalalib_3-1.0.5-31-2f0796.pom
297Downloaded https://repo1.maven.org/maven2/ch/epfl/scala/bsp4j/2.2.0-M2/bsp4j-2.2.0-M2.pom
298Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-codesig_3/1.0.5-31-2f0796/mill-runner-codesig_3-1.0.5-31-2f0796.pom
299Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upack_3/4.3.0/upack_3-4.3.0.pom
300Downloading https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/4.3.0/ujson_3-4.3.0.pom
301Downloaded https://repo1.maven.org/maven2/com/lihaoyi/os-zip/0.11.5/os-zip-0.11.5.pom
302Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-util_3/1.0.5-31-2f0796/mill-libs-util_3-1.0.5-31-2f0796.pom
303Downloaded https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.5.18/logback-classic-1.5.18.pom
304Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-jvm_2.13/2.1.25-M18/coursier-jvm_2.13-2.1.25-M18.pom
305Downloaded https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/4.3.0/ujson_3-4.3.0.pom
306Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-jvm_2.13/2.1.25-M18/coursier-jvm_2.13-2.1.25-M18.pom
307Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-util_3/1.0.5-31-2f0796/mill-libs-util_3-1.0.5-31-2f0796.pom
308Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-resolve_3/1.0.5-31-2f0796/mill-core-resolve_3-1.0.5-31-2f0796.pom
309Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-scalalib_3/1.0.5-31-2f0796/mill-libs-scalalib_3-1.0.5-31-2f0796.pom
310Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-codesig_3/1.0.5-31-2f0796/mill-runner-codesig_3-1.0.5-31-2f0796.pom
311Downloading https://repo1.maven.org/maven2/ch/qos/logback/logback-parent/1.5.18/logback-parent-1.5.18.pom
312Downloaded https://repo1.maven.org/maven2/ch/qos/logback/logback-parent/1.5.18/logback-parent-1.5.18.pom
313Downloading https://repo1.maven.org/maven2/guru/nidi/graphviz-java-min-deps/0.18.1/graphviz-java-min-deps-0.18.1.pom
314Downloading https://repo1.maven.org/maven2/com/lihaoyi/fastparse_3/3.1.1/fastparse_3-3.1.1.pom
315Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-env_2.13/2.1.25-M18/coursier-env_2.13-2.1.25-M18.pom
316Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/4.3.0/upickle-core_3-4.3.0.pom
317Downloading https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.5.18/logback-core-1.5.18.pom
318Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-daemon-client/1.0.5-31-2f0796/mill-libs-daemon-client-1.0.5-31-2f0796.pom
319Downloaded https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.5.18/logback-core-1.5.18.pom
320Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-exec/2.1.25-M18/coursier-exec-2.1.25-M18.pom
321Downloaded https://repo1.maven.org/maven2/com/lihaoyi/fastparse_3/3.1.1/fastparse_3-3.1.1.pom
322Downloading https://repo1.maven.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom
323Downloaded https://repo1.maven.org/maven2/guru/nidi/graphviz-java-min-deps/0.18.1/graphviz-java-min-deps-0.18.1.pom
324Downloading https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-requests_3/0.5.0/sonatype-central-client-requests_3-0.5.0.pom
325Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/4.3.0/upickle-core_3-4.3.0.pom
326Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-constants/1.0.5-31-2f0796/mill-core-constants-1.0.5-31-2f0796.pom
327Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-env_2.13/2.1.25-M18/coursier-env_2.13-2.1.25-M18.pom
328Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-archive-cache_2.13/2.1.25-M18/coursier-archive-cache_2.13-2.1.25-M18.pom
329Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-exec/2.1.25-M18/coursier-exec-2.1.25-M18.pom
330Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits-named-tuples_3/4.3.0/upickle-implicits-named-tuples_3-4.3.0.pom
331Downloaded https://repo1.maven.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom
332Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom
333Downloaded https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-requests_3/0.5.0/sonatype-central-client-requests_3-0.5.0.pom
334Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-internal_3/1.0.5-31-2f0796/mill-core-internal_3-1.0.5-31-2f0796.pom
335Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom
336Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.25-M18/coursier-cache_2.13-2.1.25-M18.pom
337Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-archive-cache_2.13/2.1.25-M18/coursier-archive-cache_2.13-2.1.25-M18.pom
338Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.25-M18/coursier-paths-2.1.25-M18.pom
339Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits-named-tuples_3/4.3.0/upickle-implicits-named-tuples_3-4.3.0.pom
340Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib_3/1.0.5-31-2f0796/mill-libs-javalib_3-1.0.5-31-2f0796.pom
341Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-constants/1.0.5-31-2f0796/mill-core-constants-1.0.5-31-2f0796.pom
342Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.25-M18/coursier-core_2.13-2.1.25-M18.pom
343Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.25-M18/coursier-paths-2.1.25-M18.pom
344Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
345Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.25-M18/coursier-core_2.13-2.1.25-M18.pom
346Downloading https://repo1.maven.org/maven2/com/lihaoyi/requests_3/0.9.0/requests_3-0.9.0.pom
347Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib_3/1.0.5-31-2f0796/mill-libs-javalib_3-1.0.5-31-2f0796.pom
348Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.25-M18/coursier_2.13-2.1.25-M18.pom
349Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-internal_3/1.0.5-31-2f0796/mill-core-internal_3-1.0.5-31-2f0796.pom
350Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
351Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
352Downloading https://repo1.maven.org/maven2/org/jline/jline/3.28.0/jline-3.28.0.pom
353Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.25-M18/coursier-cache_2.13-2.1.25-M18.pom
354Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.25-M18/coursier-util_2.13-2.1.25-M18.pom
355Downloaded https://repo1.maven.org/maven2/com/lihaoyi/requests_3/0.9.0/requests_3-0.9.0.pom
356Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
357Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.25-M18/coursier_2.13-2.1.25-M18.pom
358Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
359Downloaded https://repo1.maven.org/maven2/org/jline/jline/3.28.0/jline-3.28.0.pom
360Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-daemon-client/1.0.5-31-2f0796/mill-libs-daemon-client-1.0.5-31-2f0796.pom
361Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.25-M18/coursier-util_2.13-2.1.25-M18.pom
362Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
363Downloading https://repo1.maven.org/maven2/guru/nidi/graphviz-java-parent/0.18.1/graphviz-java-parent-0.18.1.pom
364Downloading https://repo1.maven.org/maven2/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom
365Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom
366Downloading https://repo1.maven.org/maven2/org/jline/jline-parent/3.28.0/jline-parent-3.28.0.pom
367Downloaded https://repo1.maven.org/maven2/org/jline/jline-parent/3.28.0/jline-parent-3.28.0.pom
368Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom
369Downloaded https://repo1.maven.org/maven2/guru/nidi/graphviz-java-parent/0.18.1/graphviz-java-parent-0.18.1.pom
370Downloaded https://repo1.maven.org/maven2/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom
371Downloading https://repo1.maven.org/maven2/guru/nidi/guru-nidi-parent-pom/1.1.36/guru-nidi-parent-pom-1.1.36.pom
372Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom
373Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom
374Downloaded https://repo1.maven.org/maven2/guru/nidi/guru-nidi-parent-pom/1.1.36/guru-nidi-parent-pom-1.1.36.pom
375Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
376Downloading https://repo1.maven.org/maven2/org/jheaps/jheaps/0.11/jheaps-0.11.pom
377Downloading https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-core_3/0.5.0/sonatype-central-client-core_3-0.5.0.pom
378Downloading https://repo1.maven.org/maven2/org/apache/tika/tika-core/3.2.2/tika-core-3.2.2.pom
379Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-rpc_3/1.0.5-31-2f0796/mill-libs-rpc_3-1.0.5-31-2f0796.pom
380Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.25-M18/coursier-proxy-setup-2.1.25-M18.pom
381Downloaded https://repo1.maven.org/maven2/org/jheaps/jheaps/0.11/jheaps-0.11.pom
382Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-testrunner_3/1.0.5-31-2f0796/mill-libs-javalib-testrunner_3-1.0.5-31-2f0796.pom
383Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
384Downloading https://repo1.maven.org/maven2/guru/nidi/graphviz-java/0.18.1/graphviz-java-0.18.1.pom
385Downloaded https://repo1.maven.org/maven2/org/apache/tika/tika-core/3.2.2/tika-core-3.2.2.pom
386Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.7-4/zstd-jni-1.5.7-4.pom
387Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.25-M18/coursier-proxy-setup-2.1.25-M18.pom
388Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
389Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-rpc_3/1.0.5-31-2f0796/mill-libs-rpc_3-1.0.5-31-2f0796.pom
390Downloading https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-upickle_3/0.5.0/sonatype-central-client-upickle_3-0.5.0.pom
391Downloaded https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-core_3/0.5.0/sonatype-central-client-core_3-0.5.0.pom
392Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom
393Downloaded https://repo1.maven.org/maven2/guru/nidi/graphviz-java/0.18.1/graphviz-java-0.18.1.pom
394Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-api_3/1.0.5-31-2f0796/mill-libs-javalib-api_3-1.0.5-31-2f0796.pom
395Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.7-4/zstd-jni-1.5.7-4.pom
396Downloading https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom
397Downloaded https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-upickle_3/0.5.0/sonatype-central-client-upickle_3-0.5.0.pom
398Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
399Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom
400Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-testrunner_3/1.0.5-31-2f0796/mill-libs-javalib-testrunner_3-1.0.5-31-2f0796.pom
401Downloaded https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom
402Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-api_3/1.0.5-31-2f0796/mill-libs-javalib-api_3-1.0.5-31-2f0796.pom
403Downloading https://repo1.maven.org/maven2/org/apache/tika/tika-parent/3.2.2/tika-parent-3.2.2.pom
404Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
405Downloaded https://repo1.maven.org/maven2/org/apache/tika/tika-parent/3.2.2/tika-parent-3.2.2.pom
406Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
407Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
408Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
409Downloading https://repo1.maven.org/maven2/org/apache/cxf/cxf-bom/4.0.8/cxf-bom-4.0.8.pom
410Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.25.1/log4j-bom-2.25.1.pom
411Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
412Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.19.2/jackson-bom-2.19.2.pom
413Downloading https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/11.0.25/jetty-bom-11.0.25.pom
414Downloading https://repo1.maven.org/maven2/software/amazon/awssdk/bom/2.32.16/bom-2.32.16.pom
415Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.25.1/log4j-bom-2.25.1.pom
416Downloading https://repo1.maven.org/maven2/io/netty/netty-bom/4.2.3.Final/netty-bom-4.2.3.Final.pom
417Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.19.2/jackson-bom-2.19.2.pom
418Downloading https://repo1.maven.org/maven2/org/testcontainers/testcontainers-bom/1.21.3/testcontainers-bom-1.21.3.pom
419Downloaded https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/11.0.25/jetty-bom-11.0.25.pom
420Downloading https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bom/1.12.788/aws-java-sdk-bom-1.12.788.pom
421Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
422Downloaded https://repo1.maven.org/maven2/org/apache/cxf/cxf-bom/4.0.8/cxf-bom-4.0.8.pom
423Downloaded https://repo1.maven.org/maven2/software/amazon/awssdk/bom/2.32.16/bom-2.32.16.pom
424Downloaded https://repo1.maven.org/maven2/io/netty/netty-bom/4.2.3.Final/netty-bom-4.2.3.Final.pom
425Downloaded https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bom/1.12.788/aws-java-sdk-bom-1.12.788.pom
426Downloaded https://repo1.maven.org/maven2/org/testcontainers/testcontainers-bom/1.21.3/testcontainers-bom-1.21.3.pom
427Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.19.3/jackson-parent-2.19.3.pom
428Downloading https://repo1.maven.org/maven2/software/amazon/awssdk/aws-sdk-java-pom/2.32.16/aws-sdk-java-pom-2.32.16.pom
429Downloading https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-pom/1.12.788/aws-java-sdk-pom-1.12.788.pom
430Downloading https://repo1.maven.org/maven2/org/apache/cxf/cxf/4.0.8/cxf-4.0.8.pom
431Downloaded https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-pom/1.12.788/aws-java-sdk-pom-1.12.788.pom
432Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.19.3/jackson-parent-2.19.3.pom
433Downloaded https://repo1.maven.org/maven2/org/apache/cxf/cxf/4.0.8/cxf-4.0.8.pom
434Downloaded https://repo1.maven.org/maven2/software/amazon/awssdk/aws-sdk-java-pom/2.32.16/aws-sdk-java-pom-2.32.16.pom
435Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/69/oss-parent-69.pom
436Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/69/oss-parent-69.pom
437Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom
438Downloading https://repo1.maven.org/maven2/io/airlift/aircompressor/0.27/aircompressor-0.27.pom
439Downloading https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom
440Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
441Downloading https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom
442Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.20.0/commons-io-2.20.0.pom
443Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
444Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-testrunner-entrypoint/1.0.5-31-2f0796/mill-libs-javalib-testrunner-entrypoint-1.0.5-31-2f0796.pom
445Downloaded https://repo1.maven.org/maven2/io/airlift/aircompressor/0.27/aircompressor-0.27.pom
446Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.25-M18/cache-util-2.1.25-M18.pom
447Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom
448Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom
449Downloaded https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom
450Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13/2.4.0/scala-xml_2.13-2.4.0.pom
451Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.20.0/commons-io-2.20.0.pom
452Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom
453Downloaded https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.25-M18/cache-util-2.1.25-M18.pom
454Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
455Downloaded https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom
456Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13/2.4.0/scala-xml_2.13-2.4.0.pom
457Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom
458Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom
459Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
460Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-testrunner-entrypoint/1.0.5-31-2f0796/mill-libs-javalib-testrunner-entrypoint-1.0.5-31-2f0796.pom
461Downloading https://repo1.maven.org/maven2/io/airlift/airbase/112/airbase-112.pom
462Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom
463Downloaded https://repo1.maven.org/maven2/io/airlift/airbase/112/airbase-112.pom
464Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom
465Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom
466Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom
467Downloading https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
468Downloaded https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
469Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom
470Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom
471Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
472Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom
473Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
474Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom
475Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
476Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
477Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/4.3.0/upickle_3-4.3.0.jar
478Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-archive-cache_2.13/2.1.25-M18/coursier-archive-cache_2.13-2.1.25-M18.jar
479Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-meta_3/1.0.5-31-2f0796/mill-runner-meta_3-1.0.5-31-2f0796.jar
480Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-moduledefs_3/0.11.10/mill-moduledefs_3-0.11.10.jar
481Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-rpc_3/1.0.5-31-2f0796/mill-libs-rpc_3-1.0.5-31-2f0796.jar
482Downloading https://repo1.maven.org/maven2/com/lihaoyi/fansi_3/0.5.1/fansi_3-0.5.1.jar
483Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-archive-cache_2.13/2.1.25-M18/coursier-archive-cache_2.13-2.1.25-M18.jar
484Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_3/2.4.0/scala-xml_3-2.4.0.jar
485Downloaded https://repo1.maven.org/maven2/com/lihaoyi/fansi_3/0.5.1/fansi_3-0.5.1.jar
486Downloading https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-upickle_3/0.5.0/sonatype-central-client-upickle_3-0.5.0.jar
487Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/4.3.0/upickle_3-4.3.0.jar
488Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-eclipse_3/1.0.5-31-2f0796/mill-runner-eclipse_3-1.0.5-31-2f0796.jar
489Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-moduledefs_3/0.11.10/mill-moduledefs_3-0.11.10.jar
490Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-internal-cli_3/1.0.5-31-2f0796/mill-core-internal-cli_3-1.0.5-31-2f0796.jar
491Downloaded https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-upickle_3/0.5.0/sonatype-central-client-upickle_3-0.5.0.jar
492Downloading https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/4.3.0/ujson_3-4.3.0.jar
493Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_3/2.4.0/scala-xml_3-2.4.0.jar
494Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-resolve_3/1.0.5-31-2f0796/mill-core-resolve_3-1.0.5-31-2f0796.jar
495Downloaded https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/4.3.0/ujson_3-4.3.0.jar
496Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.25-M18/coursier-proxy-setup-2.1.25-M18.jar
497Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.25-M18/coursier-proxy-setup-2.1.25-M18.jar
498Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.5-31-2f0796/mill-runner-daemon_3-1.0.5-31-2f0796.jar
499Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-eclipse_3/1.0.5-31-2f0796/mill-runner-eclipse_3-1.0.5-31-2f0796.jar
500Downloading https://repo1.maven.org/maven2/com/lihaoyi/unroll-annotation_3/0.2.0/unroll-annotation_3-0.2.0.jar
501Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-meta_3/1.0.5-31-2f0796/mill-runner-meta_3-1.0.5-31-2f0796.jar
502Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-idea_3/1.0.5-31-2f0796/mill-runner-idea_3-1.0.5-31-2f0796.jar
503Downloaded https://repo1.maven.org/maven2/com/lihaoyi/unroll-annotation_3/0.2.0/unroll-annotation_3-0.2.0.jar
504Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-codesig_3/1.0.5-31-2f0796/mill-runner-codesig_3-1.0.5-31-2f0796.jar
505Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-internal-cli_3/1.0.5-31-2f0796/mill-core-internal-cli_3-1.0.5-31-2f0796.jar
506Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-api_3/1.0.5-31-2f0796/mill-libs-javalib-api_3-1.0.5-31-2f0796.jar
507Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-rpc_3/1.0.5-31-2f0796/mill-libs-rpc_3-1.0.5-31-2f0796.jar
508Downloading https://repo1.maven.org/maven2/com/lihaoyi/fastparse_3/3.1.1/fastparse_3-3.1.1.jar
509Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.5-31-2f0796/mill-runner-daemon_3-1.0.5-31-2f0796.jar
510Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-daemon-client/1.0.5-31-2f0796/mill-libs-daemon-client-1.0.5-31-2f0796.jar
511Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-api_3/1.0.5-31-2f0796/mill-libs-javalib-api_3-1.0.5-31-2f0796.jar
512Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-bsp_3/1.0.5-31-2f0796/mill-runner-bsp_3-1.0.5-31-2f0796.jar
513Downloaded https://repo1.maven.org/maven2/com/lihaoyi/fastparse_3/3.1.1/fastparse_3-3.1.1.jar
514Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-internal_3/1.0.5-31-2f0796/mill-core-internal_3-1.0.5-31-2f0796.jar
515Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-idea_3/1.0.5-31-2f0796/mill-runner-idea_3-1.0.5-31-2f0796.jar
516Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-bsp-worker_3/1.0.5-31-2f0796/mill-runner-bsp-worker_3-1.0.5-31-2f0796.jar
517Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-internal_3/1.0.5-31-2f0796/mill-core-internal_3-1.0.5-31-2f0796.jar
518Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_3/2.12.0/scala-collection-compat_3-2.12.0.jar
519Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-codesig_3/1.0.5-31-2f0796/mill-runner-codesig_3-1.0.5-31-2f0796.jar
520Downloading https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-requests_3/0.5.0/sonatype-central-client-requests_3-0.5.0.jar
521Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_3/2.12.0/scala-collection-compat_3-2.12.0.jar
522Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-exec/2.1.25-M18/coursier-exec-2.1.25-M18.jar
523Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-resolve_3/1.0.5-31-2f0796/mill-core-resolve_3-1.0.5-31-2f0796.jar
524Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-constants/1.0.5-31-2f0796/mill-core-constants-1.0.5-31-2f0796.jar
525Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-bsp_3/1.0.5-31-2f0796/mill-runner-bsp_3-1.0.5-31-2f0796.jar
526Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-api_3/1.0.5-31-2f0796/mill-core-api_3-1.0.5-31-2f0796.jar
527Downloaded https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-requests_3/0.5.0/sonatype-central-client-requests_3-0.5.0.jar
528Downloading https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.5.18/logback-classic-1.5.18.jar
529Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-exec/2.1.25-M18/coursier-exec-2.1.25-M18.jar
530Downloading https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_3/0.4.4/sourcecode_3-0.4.4.jar
531Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-constants/1.0.5-31-2f0796/mill-core-constants-1.0.5-31-2f0796.jar
532Downloading https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar
533Downloaded https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_3/0.4.4/sourcecode_3-0.4.4.jar
534Downloading https://repo1.maven.org/maven2/com/lihaoyi/upack_3/4.3.0/upack_3-4.3.0.jar
535Downloaded https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.5.18/logback-classic-1.5.18.jar
536Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-env_2.13/2.1.25-M18/coursier-env_2.13-2.1.25-M18.jar
537Downloaded https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar
538Downloading https://repo1.maven.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar
539Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-daemon-client/1.0.5-31-2f0796/mill-libs-daemon-client-1.0.5-31-2f0796.jar
540Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-daemon-server_3/1.0.5-31-2f0796/mill-libs-daemon-server_3-1.0.5-31-2f0796.jar
541Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upack_3/4.3.0/upack_3-4.3.0.jar
542Downloading https://repo1.maven.org/maven2/com/lihaoyi/mainargs_3/0.7.6/mainargs_3-0.7.6.jar
543Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-env_2.13/2.1.25-M18/coursier-env_2.13-2.1.25-M18.jar
544Downloading https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.5.18/logback-core-1.5.18.jar
545Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mainargs_3/0.7.6/mainargs_3-0.7.6.jar
546Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/4.3.0/upickle-implicits_3-4.3.0.jar
547Downloaded https://repo1.maven.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar
548Downloading https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar
549Downloaded https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.5.18/logback-core-1.5.18.jar
550Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-server_3/1.0.5-31-2f0796/mill-runner-server_3-1.0.5-31-2f0796.jar
551Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/4.3.0/upickle-implicits_3-4.3.0.jar
552Downloading https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-core_3/0.5.0/sonatype-central-client-core_3-0.5.0.jar
553Downloaded https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar
554Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits-named-tuples_3/4.3.0/upickle-implicits-named-tuples_3-4.3.0.jar
555Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-api_3/1.0.5-31-2f0796/mill-core-api_3-1.0.5-31-2f0796.jar
556Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.25-M18/coursier_2.13-2.1.25-M18.jar
557Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-daemon-server_3/1.0.5-31-2f0796/mill-libs-daemon-server_3-1.0.5-31-2f0796.jar
558Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.25-M18/coursier-paths-2.1.25-M18.jar
559Downloaded https://repo1.maven.org/maven2/com/lumidion/sonatype-central-client-core_3/0.5.0/sonatype-central-client-core_3-0.5.0.jar
560Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
561Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits-named-tuples_3/4.3.0/upickle-implicits-named-tuples_3-4.3.0.jar
562Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
563Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.25-M18/coursier-paths-2.1.25-M18.jar
564Downloading https://repo1.maven.org/maven2/com/lihaoyi/requests_3/0.9.0/requests_3-0.9.0.jar
565Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
566Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-eval_3/1.0.5-31-2f0796/mill-core-eval_3-1.0.5-31-2f0796.jar
567Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
568Downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/4.3.0/upickle-core_3-4.3.0.jar
569Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.25-M18/coursier_2.13-2.1.25-M18.jar
570Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib_3/1.0.5-31-2f0796/mill-libs-javalib_3-1.0.5-31-2f0796.jar
571Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-eval_3/1.0.5-31-2f0796/mill-core-eval_3-1.0.5-31-2f0796.jar
572Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.25-M18/cache-util-2.1.25-M18.jar
573Downloaded https://repo1.maven.org/maven2/com/lihaoyi/requests_3/0.9.0/requests_3-0.9.0.jar
574Downloading https://repo1.maven.org/maven2/org/snakeyaml/snakeyaml-engine/2.10/snakeyaml-engine-2.10.jar
575Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-server_3/1.0.5-31-2f0796/mill-runner-server_3-1.0.5-31-2f0796.jar
576Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-testrunner_3/1.0.5-31-2f0796/mill-libs-javalib-testrunner_3-1.0.5-31-2f0796.jar
577Downloaded https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/4.3.0/upickle-core_3-4.3.0.jar
578Downloading https://repo1.maven.org/maven2/org/jheaps/jheaps/0.11/jheaps-0.11.jar
579Downloaded https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.25-M18/cache-util-2.1.25-M18.jar
580Downloading https://repo1.maven.org/maven2/com/lihaoyi/pprint_3/0.9.3/pprint_3-0.9.3.jar
581Downloaded https://repo1.maven.org/maven2/org/snakeyaml/snakeyaml-engine/2.10/snakeyaml-engine-2.10.jar
582Downloading https://repo1.maven.org/maven2/guru/nidi/graphviz-java/0.18.1/graphviz-java-0.18.1.jar
583Downloaded https://repo1.maven.org/maven2/org/jheaps/jheaps/0.11/jheaps-0.11.jar
584Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-scalalib_3/1.0.5-31-2f0796/mill-libs-scalalib_3-1.0.5-31-2f0796.jar
585Downloaded https://repo1.maven.org/maven2/com/lihaoyi/pprint_3/0.9.3/pprint_3-0.9.3.jar
586Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-exec_3/1.0.5-31-2f0796/mill-core-exec_3-1.0.5-31-2f0796.jar
587Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-bsp-worker_3/1.0.5-31-2f0796/mill-runner-bsp-worker_3-1.0.5-31-2f0796.jar
588Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-launcher_3/1.0.5-31-2f0796/mill-runner-launcher_3-1.0.5-31-2f0796.jar
589Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-exec_3/1.0.5-31-2f0796/mill-core-exec_3-1.0.5-31-2f0796.jar
590Downloading https://repo1.maven.org/maven2/com/lihaoyi/os-lib-watch_3/0.11.5/os-lib-watch_3-0.11.5.jar
591Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-testrunner_3/1.0.5-31-2f0796/mill-libs-javalib-testrunner_3-1.0.5-31-2f0796.jar
592Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-core-api-daemon_3/1.0.5-31-2f0796/mill-core-api-daemon_3-1.0.5-31-2f0796.jar
593Downloaded https://repo1.maven.org/maven2/guru/nidi/graphviz-java/0.18.1/graphviz-java-0.18.1.jar
594Downloading https://repo1.maven.org/maven2/org/jline/jline/3.28.0/jline-3.28.0.jar
595Downloaded https://repo1.maven.org/maven2/com/lihaoyi/os-lib-watch_3/0.11.5/os-lib-watch_3-0.11.5.jar
596Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/native-terminal/native-terminal-no-ffm/0.0.9.1/native-terminal-no-ffm-0.0.9.1.jar
597Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-scalalib_3/1.0.5-31-2f0796/mill-libs-scalalib_3-1.0.5-31-2f0796.jar
598Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.25-M18/coursier-cache_2.13-2.1.25-M18.jar
599Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib_3/1.0.5-31-2f0796/mill-libs-javalib_3-1.0.5-31-2f0796.jar
600Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-client/1.0.5-31-2f0796/mill-runner-client-1.0.5-31-2f0796.jar
601Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-launcher_3/1.0.5-31-2f0796/mill-runner-launcher_3-1.0.5-31-2f0796.jar
602Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-jvm_2.13/2.1.25-M18/coursier-jvm_2.13-2.1.25-M18.jar
603Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/native-terminal/native-terminal-no-ffm/0.0.9.1/native-terminal-no-ffm-0.0.9.1.jar
604Downloading https://repo1.maven.org/maven2/guru/nidi/graphviz-java-min-deps/0.18.1/graphviz-java-min-deps-0.18.1.jar
605Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.25-M18/coursier-cache_2.13-2.1.25-M18.jar
606Downloading https://repo1.maven.org/maven2/ch/epfl/scala/bsp4j/2.2.0-M2/bsp4j-2.2.0-M2.jar
607Downloaded https://repo1.maven.org/maven2/org/jline/jline/3.28.0/jline-3.28.0.jar
608Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.25-M18/coursier-core_2.13-2.1.25-M18.jar
609Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-jvm_2.13/2.1.25-M18/coursier-jvm_2.13-2.1.25-M18.jar
610Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.25-M18/coursier-util_2.13-2.1.25-M18.jar
611Downloaded https://repo1.maven.org/maven2/guru/nidi/graphviz-java-min-deps/0.18.1/graphviz-java-min-deps-0.18.1.jar
612Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-testrunner-entrypoint/1.0.5-31-2f0796/mill-libs-javalib-testrunner-entrypoint-1.0.5-31-2f0796.jar
613Downloaded https://repo1.maven.org/maven2/ch/epfl/scala/bsp4j/2.2.0-M2/bsp4j-2.2.0-M2.jar
614Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-util_3/1.0.5-31-2f0796/mill-libs-util_3-1.0.5-31-2f0796.jar
615Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.25-M18/coursier-util_2.13-2.1.25-M18.jar
616Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-core-api-daemon_3/1.0.5-31-2f0796/mill-core-api-daemon_3-1.0.5-31-2f0796.jar
617Downloaded https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.25-M18/coursier-core_2.13-2.1.25-M18.jar
618Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-javalib-testrunner-entrypoint/1.0.5-31-2f0796/mill-libs-javalib-testrunner-entrypoint-1.0.5-31-2f0796.jar
619Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-client/1.0.5-31-2f0796/mill-runner-client-1.0.5-31-2f0796.jar
620Downloaded https://repo1.maven.org/maven2/com/lihaoyi/mill-libs-util_3/1.0.5-31-2f0796/mill-libs-util_3-1.0.5-31-2f0796.jar
621============================== resolve _ ==============================
622[mill-build/build.mill-59/64] compile
623[mill-build/build.mill-59] [info] compiling 3 Scala sources to /build/repo/out/mill-build/mill-build/compile.dest/classes ...
624[mill-build/build.mill-59] [info] done compiling
625[build.mill-61/66] compile
626[build.mill-61] [info] compiling 104 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
627[build.mill-61] [warn] -- Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:293:68
628[build.mill-61] [warn] 293 | def evalWhen[T](predicate: => Boolean, dependencies: EvalResult[_]*)(
629[build.mill-61] [warn] | ^
630[build.mill-61] [warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
631[build.mill-61] [warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
632[build.mill-61] [warn] -- Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:296:54
633[build.mill-61] [warn] 296 | if (predicate) evalAsDependencyOf(dependencies: _*)(task)
634[build.mill-61] [warn] | ^
635[build.mill-61] [warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
636[build.mill-61] [warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
637[build.mill-61] [warn] -- Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:301:33
638[build.mill-61] [warn] 301 | dependencies: EvalResult[_]*
639[build.mill-61] [warn] | ^
640[build.mill-61] [warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
641[build.mill-61] [warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
642[build.mill-61] [warn] -- Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:303:76
643[build.mill-61] [warn] 303 | val shouldSkip = dependencies.exists(!_.isInstanceOf[EvalResult.Value[_]])
644[build.mill-61] [warn] | ^
645[build.mill-61] [warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
646[build.mill-61] [warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
647[build.mill-61] [warn] -- Deprecation Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:2:24
648[build.mill-61] [warn] 2 |import scala.collection.JavaConverters._
649[build.mill-61] [warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
650[build.mill-61] [warn] |object JavaConverters in package scala.collection is deprecated since 2.13.0: Use `scala.jdk.CollectionConverters` instead
651[build.mill-61] [warn] 5 warnings found
652[build.mill-61] [info] done compiling
653[1/1] resolve
654[1/1] ============================== resolve _ ============================== 55s
655Try build using ./mill
656[info] compiling 3 Scala sources to /build/repo/out/mill-build/mill-build/compile.dest/classes ...
657[info] done compiling
658[info] compiling 104 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
659[warn] -- Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:293:68
660[warn] 293 | def evalWhen[T](predicate: => Boolean, dependencies: EvalResult[_]*)(
661[warn] | ^
662[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
664[warn] -- Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:296:54
665[warn] 296 | if (predicate) evalAsDependencyOf(dependencies: _*)(task)
666[warn] | ^
667[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
669[warn] -- Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:301:33
670[warn] 301 | dependencies: EvalResult[_]*
671[warn] | ^
672[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
674[warn] -- Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:303:76
675[warn] 303 | val shouldSkip = dependencies.exists(!_.isInstanceOf[EvalResult.Value[_]])
676[warn] | ^
677[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
679[warn] -- Deprecation Warning: /build/repo/mill-build/src/millbuild/CommunityBuildCore.scala:2:24
680[warn] 2 |import scala.collection.JavaConverters._
681[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
682[warn] |object JavaConverters in package scala.collection is deprecated since 2.13.0: Use `scala.jdk.CollectionConverters` instead
683[warn] 5 warnings found
684[info] done compiling
685Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"mill-build/src/millbuild/Deps.scala","pattern":"val scalaVersion = \"3\\..*\\\"","replaceWith":"val scalaVersion = \"<SCALA_VERSION>\" "}]}
686Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List(SourcePatch(mill-build/src/millbuild/Deps.scala,val scalaVersion = "3\..*\",val scalaVersion = "<SCALA_VERSION>" ,None)))
687
688Starting build for mill-libs-javalib-classgraph-worker - [0/80]
689OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
690OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
691[info] compiling 12 Java sources to /build/repo/out/core/constants/compile.dest/classes ...
692[info] done compiling
693[info] compiling 58 Scala sources to /build/repo/out/core/api/daemon/compile.dest/classes ...
694[info] done compiling
695[info] compiling 46 Scala sources to /build/repo/out/core/api/compile.dest/classes ...
696Warning: mocking up superclass for module class internal
697[info] done compiling
698[info] compiling 28 Scala sources to /build/repo/out/libs/util/compile.dest/classes ...
699[info] compiling 9 Scala sources to /build/repo/out/libs/javalib/api/compile.dest/classes ...
700[info] done compiling
701[info] done compiling
702[info] compiling 1 Scala source to /build/repo/out/libs/javalib/classgraph-worker/compile.dest/classes ...
703[info] done compiling
704Successfully evaluated libs.javalib.classgraph-worker.compile
705Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
706Setting -Xplugin is currently not supported.
707Flag -classpath set repeatedly
7082 warnings found
709Successfully evaluated libs.javalib.classgraph-worker.docJar
710[info] compiling 1 Scala source to /build/repo/out/core/internal/cli/compile.dest/classes ...
711[info] done compiling
712[info] compiling 17 Scala sources to /build/repo/out/core/internal/compile.dest/classes ...
713[info] done compiling
714[info] compiling 6 Scala sources to /build/repo/out/core/exec/compile.dest/classes ...
715[info] compiling 6 Scala sources to /build/repo/out/core/resolve/compile.dest/classes ...
716[warn] -- [E198] Unused Symbol Warning: /build/repo/core/exec/src/mill/exec/GroupExecution.scala:151:30
717[warn] 151 | val (multiLogger, fileLoggerOpt) = resolveLogger(Some(paths).map(_.log), logger)
718[warn] | ^^^^^^^^^^^^^
719[warn] | unused pattern variable
720[warn] one warning found
721[info] done compiling
722[info] done compiling
723[info] compiling 2 Scala sources to /build/repo/out/core/eval/compile.dest/classes ...
724[info] done compiling
725[info] compiling 11 Scala sources to /build/repo/out/testkit/compile.dest/classes ...
726[197.029s][warning][codecache] CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled.
727[197.029s][warning][codecache] Try increasing the code heap size using -XX:NonProfiledCodeHeapSize=
728OpenJDK 64-Bit Server VM warning: CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled.
729OpenJDK 64-Bit Server VM warning: Try increasing the code heap size using -XX:NonProfiledCodeHeapSize=
730CodeHeap 'non-profiled nmethods': size=120032Kb used=119968Kb max_used=119968Kb free=64Kb
731 bounds [0x00007f0a74ec8000, 0x00007f0a7c400000, 0x00007f0a7c400000]
732CodeHeap 'profiled nmethods': size=120028Kb used=117719Kb max_used=120023Kb free=2308Kb
733 bounds [0x00007f0a6d400000, 0x00007f0a74937000, 0x00007f0a74937000]
734CodeHeap 'non-nmethods': size=5700Kb used=1815Kb max_used=1861Kb free=3884Kb
735 bounds [0x00007f0a74937000, 0x00007f0a74ba7000, 0x00007f0a74ec8000]
736 total_blobs=88420 nmethods=87272 adapters=1055
737 compilation: disabled (not enough contiguous free space left)
738 stopped_count=1, restarted_count=0
739 full_count=0
740[info] done compiling
741[info] compiling 12 Scala sources to /build/repo/out/core/api/test/compile.dest/classes ...
742[info] done compiling
743Successfully evaluated libs.javalib.classgraph-worker.test.compile
744Publishing Artifact(com.lihaoyi,mill-libs-javalib-classgraph-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
745Successfully evaluated libs.javalib.classgraph-worker.publishLocal
746
747Starting build for mill-contrib-buildinfo - [1/80]
748[info] compiling 1 Java source to /build/repo/out/libs/javalib/testrunner/entrypoint/compile.dest/classes ...
749[info] compiling 3 Scala sources to /build/repo/out/libs/kotlinlib/ksp2-api/compile.dest/classes ...
750[info] done compiling
751[info] compiling 9 Scala sources to /build/repo/out/libs/scalajslib/api/compile.dest/classes ...
752[info] done compiling
753[info] compiling 21 Java sources to /build/repo/out/libs/daemon/client/compile.dest/classes ...
754[info] done compiling
755[info] compiling 1 Scala source to /build/repo/out/libs/scalanativelib/api/compile.dest/classes ...
756[info] done compiling
757[info] compiling 2 Scala sources to /build/repo/out/libs/daemon/server/compile.dest/classes ...
758[info] done compiling
759[info] compiling 7 Scala sources to /build/repo/out/libs/javalib/testrunner/compile.dest/classes ...
760[info] done compiling
761[info] compiling 11 Scala sources to /build/repo/out/libs/rpc/compile.dest/classes ...
762[info] done compiling
763[info] compiling 2 Scala sources to /build/repo/out/libs/kotlinlib/api/compile.dest/classes ...
764[info] done compiling
765[info] done compiling
766[info] compiling 92 Scala sources to /build/repo/out/libs/javalib/compile.dest/classes ...
767[warn] there was 1 feature warning; re-run with -feature for details
768[warn] one warning found
769[info] done compiling
770[info] compiling 17 Scala sources to /build/repo/out/libs/scalalib/compile.dest/classes ...
771[info] compiling 30 Scala sources to /build/repo/out/libs/kotlinlib/compile.dest/classes ...
772[info] done compiling
773[info] compiling 4 Scala sources to /build/repo/out/libs/scalanativelib/compile.dest/classes ...
774[info] done compiling
775[info] compiling 13 Scala sources to /build/repo/out/libs/scalajslib/compile.dest/classes ...
776[info] done compiling
777[info] done compiling
778[info] compiling 1 Scala source to /build/repo/out/contrib/buildinfo/compile.dest/classes ...
779[info] done compiling
780Successfully evaluated contrib.buildinfo.compile
781Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
782Setting -Xplugin is currently not supported.
783Flag -classpath set repeatedly
784-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
785137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
786 | ^
787 | Couldn't resolve a member for the given link query: classpath()
788-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
7891455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
790 | ^
791 | Couldn't resolve a member for the given link query: JvmBuildTarget
792-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
793151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
794 | ^
795 | Couldn't resolve a member for the given link query: ScalaModule
7965 warnings found
797Successfully evaluated contrib.buildinfo.docJar
798[info] compiling 1 Scala source to /build/repo/out/contrib/buildinfo/test/compile.dest/classes ...
799[info] done compiling
800Successfully evaluated contrib.buildinfo.test.compile
801Publishing Artifact(com.lihaoyi,mill-contrib-buildinfo_3,SNAPSHOT) to ivy repo /root/.ivy2/local
802Successfully evaluated contrib.buildinfo.publishLocal
803
804Starting build for mill-core-eval - [2/80]
805Successfully evaluated core.eval.compile
806Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
807Setting -Xplugin is currently not supported.
808Flag -classpath set repeatedly
809-- Warning: /build/repo/core/eval/src/mill/eval/EvaluatorImpl.scala:50:6 -------
81050 | def resolveSegments(
811 | ^
812 | Couldn't resolve a member for the given link query: Segments
813-- Warning: /build/repo/core/eval/src/mill/eval/EvaluatorImpl.scala:87:6 -------
81487 | def resolveTasks(
815 | ^
816 | Couldn't resolve a member for the given link query: Task.Named
817-- Warning: /build/repo/core/eval/src/mill/eval/EvaluatorImpl.scala:128:6 ------
818128 | def plan(tasks: Seq[Task[?]]): Plan = PlanImpl.plan(tasks)
819 | ^
820 | Couldn't resolve a member for the given link query: PlanImpl
821-- Warning: /build/repo/core/eval/src/mill/eval/EvaluatorImpl.scala:260:6 ------
822260 | def evaluate(
823 | ^
824 | Couldn't resolve a member for the given link query: Evaluator.Result
8256 warnings found
826Successfully evaluated core.eval.docJar
827Successfully evaluated core.eval.test.compile
828Publishing Artifact(com.lihaoyi,mill-core-eval_3,SNAPSHOT) to ivy repo /root/.ivy2/local
829Successfully evaluated core.eval.publishLocal
830
831Starting build for mill-contrib-scalapblib - [3/80]
832[info] compiling 2 Scala sources to /build/repo/out/contrib/scalapblib/compile.dest/classes ...
833[info] done compiling
834Successfully evaluated contrib.scalapblib.compile
835Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
836Setting -Xplugin is currently not supported.
837Flag -classpath set repeatedly
838-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
839137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
840 | ^
841 | Couldn't resolve a member for the given link query: classpath()
842-- Warning: /build/repo/libs/scalalib/src/mill/scalalib/ScalaModule.scala:579:15
843579 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
844 | ^
845 | Couldn't resolve a member for the given link query: JvmBuildTarget
8464 warnings found
847Successfully evaluated contrib.scalapblib.docJar
848[info] compiling 1 Scala source to /build/repo/out/contrib/scalapblib/test/compile.dest/classes ...
849[info] done compiling
850Successfully evaluated contrib.scalapblib.test.compile
851Publishing Artifact(com.lihaoyi,mill-contrib-scalapblib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
852Successfully evaluated contrib.scalapblib.publishLocal
853
854Starting build for mill-runner-eclipse - [4/80]
855[info] compiling 3 Scala sources to /build/repo/out/runner/eclipse/compile.dest/classes ...
856[info] done compiling
857Successfully evaluated runner.eclipse.compile
858Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
859Setting -Xplugin is currently not supported.
860Flag -classpath set repeatedly
861-- Warning: /build/repo/runner/eclipse/src/mill/eclipse/GenEclipseImpl.scala:36:6
86236 |class GenEclipseImpl(private val evaluators: Seq[EvaluatorApi]) {
863 | ^
864 |Couldn't resolve a member for the given link query: JavaModuleApi.javacOptions
8653 warnings found
866Successfully evaluated runner.eclipse.docJar
867Successfully evaluated runner.eclipse.test.compile
868Publishing Artifact(com.lihaoyi,mill-runner-eclipse_3,SNAPSHOT) to ivy repo /root/.ivy2/local
869Successfully evaluated runner.eclipse.publishLocal
870
871Starting build for mill-runner-bsp-worker - [5/80]
872[info] compiling 3 Java sources to /build/repo/out/runner/client/compile.dest/classes ...
873[info] done compiling
874[info] compiling 4 Scala sources to /build/repo/out/runner/bsp/compile.dest/classes ...
875[info] compiling 3 Scala sources and 4 Java sources to /build/repo/out/runner/launcher/compile.dest/classes ...
876[info] done compiling
877[info] compiling 1 Scala source to /build/repo/out/runner/server/compile.dest/classes ...
878[info] done compiling
879[info] done compiling
880[info] compiling 13 Scala sources to /build/repo/out/runner/bsp/worker/compile.dest/classes ...
881[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/runner/bsp/worker/src/mill/bsp/worker/MillJvmBuildServer.scala:55:6
882[warn] 55 | case (
883[warn] | ^
884[warn] |match may not be exhaustive.
885[warn] |
886[warn] |It would fail on pattern case: (_, _, _, _, Tuple6(_, _, _, _, _, None))
887[warn] |
888[warn] | longer explanation available when compiling with `-explain`
889[warn] one warning found
890[info] done compiling
891Successfully evaluated runner.bsp.worker.compile
892Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
893Setting -Xplugin is currently not supported.
894Flag -classpath set repeatedly
895-- Warning: /build/repo/runner/bsp/worker/src/mill/bsp/worker/SyntheticRootBspBuildTargetData.scala:15:6
89615 |class SyntheticRootBspBuildTargetData(topLevelProjectRoot: os.Path) {
897 | ^
898 | Couldn't resolve a member for the given link query: BspBuildTarget
8993 warnings found
900Successfully evaluated runner.bsp.worker.docJar
901Successfully evaluated runner.bsp.worker.test.compile
902Publishing Artifact(com.lihaoyi,mill-runner-bsp-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
903Successfully evaluated runner.bsp.worker.publishLocal
904
905Starting build for mill-libs-kotlinlib-ksp2-api - [6/80]
906Successfully evaluated libs.kotlinlib.ksp2-api.compile
907Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
908Setting -Xplugin is currently not supported.
909Flag -classpath set repeatedly
9102 warnings found
911Successfully evaluated libs.kotlinlib.ksp2-api.docJar
912Successfully evaluated libs.kotlinlib.ksp2-api.test.compile
913Publishing Artifact(com.lihaoyi,mill-libs-kotlinlib-ksp2-api_3,SNAPSHOT) to ivy repo /root/.ivy2/local
914Successfully evaluated libs.kotlinlib.ksp2-api.publishLocal
915
916Starting build for mill-libs-javalib-worker - [7/80]
917[info] compiling 18 Scala sources to /build/repo/out/libs/javalib/worker/compile.dest/classes ...
918[info] done compiling
919Successfully evaluated libs.javalib.worker.compile
920Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
921Setting -Xplugin is currently not supported.
922Flag -classpath set repeatedly
923-- Warning: /build/repo/libs/javalib/worker/src/mill/javalib/worker/RecordingReporter.scala:36:6
92436 | def logOldProblems(compileAnalysis: CompileAnalysis): Unit = {
925 | ^
926 | Couldn't resolve a member for the given link query: CompileAnalysis
927-- Warning: /build/repo/libs/javalib/worker/src/mill/javalib/zinc/ZincWorker.scala:599:13
928599 | case class InvocationDependencies(
929 | ^
930 | Couldn't resolve a member for the given link query: JvmWorkerImpl
931-- Warning: /build/repo/libs/javalib/worker/src/mill/javalib/zinc/RpcCompileProblemReporter.scala:9:6
9329 |class RpcCompileProblemReporter(
933 | ^
934 |Couldn't resolve a member for the given link query: CompileProblemReporter
9355 warnings found
936Successfully evaluated libs.javalib.worker.docJar
937Successfully evaluated libs.javalib.worker.test.compile
938Publishing Artifact(com.lihaoyi,mill-libs-javalib-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
939Successfully evaluated libs.javalib.worker.publishLocal
940
941Starting build for mill-contrib-playlib - [8/80]
942Multiple test modules defined in contrib.playlib, using contrib.playlib.test
943[info] compiling 3 Java sources to /build/repo/out/contrib/playlib/api/compile.dest/classes ...
944[info] compiling 2 Scala sources to /build/repo/out/contrib/twirllib/compile.dest/classes ...
945[info] done compiling
946[info] done compiling
947[info] compiling 11 Scala sources to /build/repo/out/contrib/playlib/compile.dest/classes ...
948[info] done compiling
949Successfully evaluated contrib.playlib.compile
950Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
951Setting -Xplugin is currently not supported.
952Flag -classpath set repeatedly
953-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
954151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
955 | ^
956 | Couldn't resolve a member for the given link query: ScalaModule
957-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
958137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
959 | ^
960 | Couldn't resolve a member for the given link query: classpath()
961-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
9621455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
963 | ^
964 | Couldn't resolve a member for the given link query: JvmBuildTarget
965-- Warning: /build/repo/libs/scalalib/src/mill/scalalib/ScalaModule.scala:579:15
966579 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
967 | ^
968 | Couldn't resolve a member for the given link query: JvmBuildTarget
969-- Warning: /build/repo/contrib/playlib/src/mill/playlib/RouterModule.scala:45:6
97045 | def generatorType: RouteCompilerType = RouteCompilerType.InjectedGenerator
971 | ^
972 |Couldn't resolve a member for the given link query: RouteCompilerType.InjectedGenerator
9737 warnings found
974Successfully evaluated contrib.playlib.docJar
975[info] compiling 5 Scala sources to /build/repo/out/contrib/playlib/test/compile.dest/classes ...
976[info] done compiling
977Successfully evaluated contrib.playlib.test.compile
978Publishing Artifact(com.lihaoyi,mill-contrib-playlib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
979Successfully evaluated contrib.playlib.publishLocal
980
981Starting build for mill-libs-javalib - [9/80]
982Multiple test modules defined in libs.javalib, using libs.javalib.api.test
983Successfully evaluated libs.javalib.compile
984Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
985Setting -Xplugin is currently not supported.
986Flag -classpath set repeatedly
987-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
988137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
989 | ^
990 | Couldn't resolve a member for the given link query: classpath()
991-- Warning: /build/repo/libs/javalib/src/mill/javalib/UnresolvedPath.scala:13:13
99213 |sealed trait UnresolvedPath extends UnresolvedPathApi[os.Path] {
993 | ^
994 |Couldn't resolve a member for the given link query: ExecutionPathsResolver
995-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:37:6 -
99637 | def pomPackagingType: String =
997 | ^
998 | Couldn't resolve a member for the given link query: PackagingType
999-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:313:6
1000313 | def defaultMainPublishInfos: Task[Seq[PublishInfo]] = {
1001 | ^
1002 | Couldn't resolve a member for the given link query: PublishInfo
1003-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:529:6
1004529 | def publishArtifactsDefaultPayload(
1005 | ^
1006 | Couldn't resolve a member for the given link query: PackagingType.Jar
1007-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:300:12
1008300 | final def defaultPublishInfos(sources: Boolean, docs: Boolean): Task[Seq[PublishInfo]] = {
1009 | ^
1010 | Couldn't resolve a member for the given link query: PublishInfo
1011-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
1012151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
1013 | ^
1014 | Couldn't resolve a member for the given link query: ScalaModule
1015-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:74:6 -
101674 | def versionScheme: T[Option[VersionScheme]] = Task { None }
1017 | ^
1018 | Couldn't resolve a member for the given link query: VersionScheme
1019-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
10201455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1021 | ^
1022 | Couldn't resolve a member for the given link query: JvmBuildTarget
1023-- Warning: /build/repo/libs/javalib/src/mill/javalib/errorprone/ErrorProneModule.scala:17:6
102417 | def errorProneVersion: T[String] = Task.Input {
1025 | ^
1026 |Couldn't resolve a member for the given link query: BuildInfo.errorProneVersion
1027-- Warning: /build/repo/libs/javalib/src/mill/javalib/Dep.scala:15:11 ----------
102815 |case class Dep(dep: coursier.Dependency, cross: CrossVersion, force: Boolean) {
1029 | ^
1030 | Couldn't resolve a member for the given link query: CrossVersion
1031-- Warning: /build/repo/libs/javalib/src/mill/javalib/repackage/RepackageModule.scala:20:6
103220 |trait RepackageModule extends mill.api.Module {
1033 | ^
1034 |Couldn't resolve a member for the given link query: mill.scalalib.AssemblyModule
1035-- Warning: /build/repo/libs/javalib/src/mill/javalib/pmd/PmdModule.scala:21:6 -
103621 | def pmd(@mainargs.arg pmdArgs: PmdArgs): Command[(exitCode: Int, outputPath: PathRef)] =
1037 | ^
1038 | Couldn't resolve a member for the given link query: sources
1039-- Warning: /build/repo/libs/javalib/src/mill/javalib/NativeImageModule.scala:70:6
104070 | def nativeImageTool: T[PathRef] = Task {
1041 | ^
1042 |Couldn't resolve a member for the given link query: JvmWorkerModule.javaHome
1043-- Warning: /build/repo/libs/javalib/src/mill/javalib/checkstyle/CheckstyleArgs.scala:13:11
104413 |case class CheckstyleArgs(
1045 | ^
1046 | Couldn't resolve a member for the given link query: System.out
1047-- Warning: /build/repo/libs/javalib/src/mill/javalib/MavenModule.scala:13:6 ---
104813 |trait MavenModule extends JavaModule { outer =>
1049 | ^
1050 | Couldn't resolve a member for the given link query: SbtModule
1051-- Warning: /build/repo/libs/javalib/src/mill/javalib/internal/RpcProblem.scala:7:11
10527 |case class RpcProblem(
1053 | ^
1054 | Couldn't resolve a member for the given link query: Problem
1055-- Warning: /build/repo/libs/javalib/src/mill/javalib/internal/RpcProblemPosition.scala:9:11
10569 |case class RpcProblemPosition(
1057 | ^
1058 | Couldn't resolve a member for the given link query: ProblemPosition
1059-- Warning: /build/repo/libs/javalib/src/mill/javalib/internal/RpcDiagnosticCode.scala:6:11
10606 |case class RpcDiagnosticCode(
1061 | ^
1062 | Couldn't resolve a member for the given link query: DiagnosticCode
106321 warnings found
1064Successfully evaluated libs.javalib.docJar
1065[info] compiling 1 Scala source to /build/repo/out/libs/javalib/api/test/compile.dest/classes ...
1066[info] done compiling
1067Successfully evaluated libs.javalib.api.test.compile
1068Publishing Artifact(com.lihaoyi,mill-libs-javalib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1069Successfully evaluated libs.javalib.publishLocal
1070
1071Starting build for mill-libs-init-maven - [11/80]
1072[info] compiling 8 Scala sources to /build/repo/out/libs/init/compile.dest/classes ...
1073[info] done compiling
1074[info] compiling 5 Scala sources to /build/repo/out/libs/init/buildgen/compile.dest/classes ...
1075[info] done compiling
1076[info] compiling 4 Scala sources to /build/repo/out/libs/init/maven/compile.dest/classes ...
1077[info] done compiling
1078Successfully evaluated libs.init.maven.compile
1079Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1080Setting -Xplugin is currently not supported.
1081Flag -classpath set repeatedly
1082-- Warning: /build/repo/libs/init/maven/src/mill/main/maven/Modeler.scala:25:6 -
108325 |class Modeler(
1084 | ^
1085 | Couldn't resolve a member for the given link query: Model
1086-- Warning: /build/repo/libs/init/maven/src/mill/main/maven/Modeler.scala:33:6 -
108733 | def apply(pomDir: os.Path): Model =
1088 | ^
1089 | Couldn't resolve a member for the given link query: Model
1090-- Warning: /build/repo/libs/init/maven/src/mill/main/maven/Modeler.scala:37:6 -
109137 | def build(pomFile: File): Model = {
1092 | ^
1093 | Couldn't resolve a member for the given link query: Model
10945 warnings found
1095Successfully evaluated libs.init.maven.docJar
1096[info] compiling 2 Scala sources to /build/repo/out/libs/init/buildgen/test/compile.dest/classes ...
1097[info] done compiling
1098[info] compiling 1 Scala source to /build/repo/out/libs/init/maven/test/compile.dest/classes ...
1099[info] done compiling
1100Successfully evaluated libs.init.maven.test.compile
1101Publishing Artifact(com.lihaoyi,mill-libs-init-maven_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1102Successfully evaluated libs.init.maven.publishLocal
1103
1104Starting build for mill-libs-javalib-testrunner - [12/80]
1105Successfully evaluated libs.javalib.testrunner.compile
1106Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1107Setting -Xplugin is currently not supported.
1108Flag -classpath set repeatedly
11092 warnings found
1110Successfully evaluated libs.javalib.testrunner.docJar
1111Successfully evaluated libs.javalib.testrunner.test.compile
1112Publishing Artifact(com.lihaoyi,mill-libs-javalib-testrunner_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1113Successfully evaluated libs.javalib.testrunner.publishLocal
1114
1115Starting build for mill-libs-util - [13/80]
1116Successfully evaluated libs.util.compile
1117Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1118Setting -Xplugin is currently not supported.
1119Flag -classpath set repeatedly
1120-- Warning: /build/repo/libs/util/src/mill/util/SelectiveExecutionModule.scala:21:6
112121 | def prepare(evaluator: Evaluator, tasks: String*): Command[Unit] =
1122 | ^
1123 | Couldn't resolve a member for the given link query: tasks
1124-- Warning: /build/repo/libs/util/src/mill/util/SelectiveExecutionModule.scala:39:6
112539 | def resolve(evaluator: Evaluator, tasks: String*): Command[Array[String]] =
1126 | ^
1127 | Couldn't resolve a member for the given link query: tasks
1128-- Warning: /build/repo/libs/util/src/mill/util/SelectiveExecutionModule.scala:77:6
112977 | def run(evaluator: Evaluator, tasks: String*): Command[Unit] =
1130 | ^
1131 | Couldn't resolve a member for the given link query: tasks
1132-- Warning: /build/repo/libs/util/src/mill/util/Tasks.scala:10:11 --------------
113310 |case class Tasks[T](value: Seq[mill.api.Task.Named[T]])
1134 | ^
1135 | Couldn't resolve a member for the given link query: Task.Command
1136-- Warning: /build/repo/libs/util/src/mill/util/Retry.scala:28:11 --------------
113728 |case class Retry(
1138 | ^
1139 | Couldn't resolve a member for the given link query: t
1140-- Warning: /build/repo/libs/util/src/mill/package.scala:7:15 ------------------
11417 |package object mill
1142 | ^
1143 | Couldn't resolve a member for the given link query: mill.javalib
11448 warnings found
1145Successfully evaluated libs.util.docJar
1146[info] compiling 7 Scala sources to /build/repo/out/libs/util/test/compile.dest/classes ...
1147[info] done compiling
1148Successfully evaluated libs.util.test.compile
1149Publishing Artifact(com.lihaoyi,mill-libs-util_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1150Successfully evaluated libs.util.publishLocal
1151
1152Starting build for mill-core-api-daemon - [14/80]
1153Successfully evaluated core.api.daemon.compile
1154Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1155Setting -Xplugin is currently not supported.
1156Flag -classpath set repeatedly
1157-- Warning: /build/repo/core/api/daemon/src/mill/api/daemon/SelectMode.scala:17:9
115817 | object Separated extends SelectMode
1159 | ^
1160 | Couldn't resolve a member for the given link query: Single
1161-- Warning: /build/repo/core/api/daemon/src/mill/api/daemon/SystemStreams.scala:39:6
116239 | def isOriginal(): Boolean = {
1163 | ^
1164 | Couldn't resolve a member for the given link query: withStreams
1165-- Warning: /build/repo/core/api/daemon/src/mill/api/daemon/MillException.scala:7:6
11667 |class MillException(msg: String) extends Exception(msg)
1167 | ^
1168 | Couldn't resolve a member for the given link query: mill.runner.MillMain
11695 warnings found
1170Successfully evaluated core.api.daemon.docJar
1171Successfully evaluated core.api.daemon.test.compile
1172Publishing Artifact(com.lihaoyi,mill-core-api-daemon_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1173Successfully evaluated core.api.daemon.publishLocal
1174
1175Starting build for mill-libs-graphviz - [15/80]
1176[info] compiling 1 Scala source to /build/repo/out/libs/graphviz/compile.dest/classes ...
1177[info] done compiling
1178Successfully evaluated libs.graphviz.compile
1179Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1180Setting -Xplugin is currently not supported.
1181Flag -classpath set repeatedly
11822 warnings found
1183Successfully evaluated libs.graphviz.docJar
1184Successfully evaluated libs.graphviz.test.compile
1185Publishing Artifact(com.lihaoyi,mill-libs-graphviz_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1186Successfully evaluated libs.graphviz.publishLocal
1187
1188Starting build for mill-libs-init-gradle - [16/80]
1189[info] compiling 1 Scala source and 5 Java sources to /build/repo/out/libs/init/gradle/compile.dest/classes ...
1190[info] done compiling
1191Successfully evaluated libs.init.gradle.compile
1192Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1193Setting -Xplugin is currently not supported.
1194Flag -classpath set repeatedly
11952 warnings found
1196Successfully evaluated libs.init.gradle.docJar
1197[info] compiling 1 Scala source to /build/repo/out/libs/init/gradle/test/compile.dest/classes ...
1198[info] done compiling
1199Successfully evaluated libs.init.gradle.test.compile
1200Publishing Artifact(com.lihaoyi,mill-libs-init-gradle_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1201Successfully evaluated libs.init.gradle.publishLocal
1202
1203Starting build for mill-testkit - [17/80]
1204Successfully evaluated testkit.compile
1205Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1206Setting -Xplugin is currently not supported.
1207Flag -classpath set repeatedly
1208-- Warning: /build/repo/testkit/src/mill/testkit/IntegrationTestSuite.scala:45:6
120945 | def integrationTest[T](block: IntegrationTester => T): T = {
1210 | ^
1211 | Couldn't resolve a member for the given link query: block
1212-- Warning: /build/repo/testkit/src/mill/testkit/UnitTester.scala:111:17 -------
1213111 | override def ticker(s: String): Unit = super.ticker(s"${prefix}: ${s}")
1214 | ^
1215 |Couldn't resolve a member for the given link query: Logger.withPromptLine
1216-- Warning: /build/repo/testkit/src/mill/testkit/UnitTester.scala:224:6 --------
1217224 | def scoped[T](tester: UnitTester => T): T = {
1218 | ^
1219 |Couldn't resolve a member for the given link query: BuildCtx.workspaceRoot
1220-- Warning: /build/repo/testkit/src/mill/testkit/IntegrationTester.scala:190:8 -
1221190 | def out(selector0: String): Meta = new Meta(selector0)
1222 | ^
1223 | Couldn't resolve a member for the given link query: selector0
1224-- Warning: /build/repo/testkit/src/mill/testkit/IntegrationTester.scala:209:10
1225209 | def cached: Cached = upickle.read[Cached](text)
1226 | ^
1227 | Couldn't resolve a member for the given link query: Evaluator.Cached
1228-- Warning: /build/repo/testkit/src/mill/testkit/TestBaseModule.scala:8:15 -----
12298 |abstract class TestRootModule(
1230 | ^
1231 | Couldn't resolve a member for the given link query: RootModule0
12328 warnings found
1233Successfully evaluated testkit.docJar
1234[info] compiling 4 Scala sources to /build/repo/out/testkit/test/compile.dest/classes ...
1235[info] done compiling
1236Successfully evaluated testkit.test.compile
1237Publishing Artifact(com.lihaoyi,mill-testkit_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1238Successfully evaluated testkit.publishLocal
1239
1240Starting build for mill-contrib-scoverage-worker2 - [18/80]
1241[info] compiling 1 Java source to /build/repo/out/contrib/scoverage/api/compile.dest/classes ...
1242[info] done compiling
1243[info] compiling 1 Scala source to /build/repo/out/contrib/scoverage/worker2/compile.dest/classes ...
1244[info] done compiling
1245Successfully evaluated contrib.scoverage.worker2.compile
1246Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1247Setting -Xplugin is currently not supported.
1248Flag -classpath set repeatedly
12492 warnings found
1250Successfully evaluated contrib.scoverage.worker2.docJar
1251Successfully evaluated contrib.scoverage.worker2.test.compile
1252Publishing Artifact(com.lihaoyi,mill-contrib-scoverage-worker2_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1253Successfully evaluated contrib.scoverage.worker2.publishLocal
1254
1255Starting build for mill-runner-launcher - [19/80]
1256Successfully evaluated runner.launcher.compile
1257Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1258Setting -Xplugin is currently not supported.
1259Flag -classpath set repeatedly
12602 warnings found
1261Successfully evaluated runner.launcher.docJar
1262Successfully evaluated runner.launcher.test.compile
1263Publishing Artifact(com.lihaoyi,mill-runner-launcher_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1264Successfully evaluated runner.launcher.publishLocal
1265
1266Starting build for mill-runner-idea - [20/80]
1267[info] compiling 1 Scala source to /build/repo/out/runner/idea/compile.dest/classes ...
1268[info] done compiling
1269Successfully evaluated runner.idea.compile
1270Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1271Setting -Xplugin is currently not supported.
1272Flag -classpath set repeatedly
12732 warnings found
1274Successfully evaluated runner.idea.docJar
1275Successfully evaluated runner.idea.test.compile
1276Publishing Artifact(com.lihaoyi,mill-runner-idea_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1277Successfully evaluated runner.idea.publishLocal
1278
1279Starting build for mill-libs-init - [21/80]
1280Multiple test modules defined in libs.init, using libs.init.buildgen.test
1281Successfully evaluated libs.init.compile
1282Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1283Setting -Xplugin is currently not supported.
1284Flag -classpath set repeatedly
1285-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1286137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1287 | ^
1288 | Couldn't resolve a member for the given link query: classpath()
12893 warnings found
1290Successfully evaluated libs.init.docJar
1291Successfully evaluated libs.init.buildgen.test.compile
1292Publishing Artifact(com.lihaoyi,mill-libs-init_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1293Successfully evaluated libs.init.publishLocal
1294
1295Starting build for mill-runner-bsp - [22/80]
1296Multiple test modules defined in runner.bsp, using runner.bsp.test
1297Successfully evaluated runner.bsp.compile
1298Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1299Setting -Xplugin is currently not supported.
1300Flag -classpath set repeatedly
13012 warnings found
1302Successfully evaluated runner.bsp.docJar
1303Successfully evaluated runner.bsp.test.compile
1304Publishing Artifact(com.lihaoyi,mill-runner-bsp_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1305Successfully evaluated runner.bsp.publishLocal
1306
1307Starting build for mill-libs-androidlib - [23/80]
1308Multiple test modules defined in libs.androidlib, using libs.androidlib.hilt.test
1309[info] compiling 22 Scala sources to /build/repo/out/libs/androidlib/compile.dest/classes ...
1310[info] done compiling
1311Successfully evaluated libs.androidlib.compile
1312Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1313Setting -Xplugin is currently not supported.
1314Flag -classpath set repeatedly
1315-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1316137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1317 | ^
1318 | Couldn't resolve a member for the given link query: classpath()
1319-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
13201455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1321 | ^
1322 | Couldn't resolve a member for the given link query: JvmBuildTarget
1323-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
1324151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
1325 | ^
1326 | Couldn't resolve a member for the given link query: ScalaModule
1327-- Warning: /build/repo/libs/androidlib/src/mill/androidlib/AndroidAppModule.scala:813:6
1328813 | def androidDex: T[PathRef] = Task {
1329 | ^
1330 |Couldn't resolve a member for the given link query: androidBuildSettings
1331-- Warning: /build/repo/libs/androidlib/src/mill/androidlib/AndroidLibModule.scala:50:15
133250 | override def publishArtifactsDefaultPayload(
1333 | ^
1334 | Couldn't resolve a member for the given link query: PackagingType.Aar
1335-- Warning: /build/repo/libs/androidlib/src/mill/androidlib/AndroidLibModule.scala:74:15
133674 | override def defaultMainPublishInfos: Task[Seq[PublishInfo]] = {
1337 | ^
1338 | Couldn't resolve a member for the given link query: PublishInfo
1339-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:300:12
1340300 | final def defaultPublishInfos(sources: Boolean, docs: Boolean): Task[Seq[PublishInfo]] = {
1341 | ^
1342 | Couldn't resolve a member for the given link query: PublishInfo
1343-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:74:6 -
134474 | def versionScheme: T[Option[VersionScheme]] = Task { None }
1345 | ^
1346 | Couldn't resolve a member for the given link query: VersionScheme
1347-- Warning: /build/repo/libs/kotlinlib/src/mill/kotlinlib/KotlinModule.scala:131:6
1348131 | def kotlinCompilerMvnDeps: T[Seq[Dep]] = Task {
1349 | ^
1350 |Couldn't resolve a member for the given link query: kotlinCompilerVersion
1351-- Warning: /build/repo/libs/androidlib/src/mill/androidlib/AndroidAppModule.scala:62:6
135262 |trait AndroidAppModule extends AndroidModule { outer =>
1353 | ^
1354 | Couldn't resolve a member for the given link query: JavaModule
1355-- Warning: /build/repo/libs/androidlib/src/mill/androidlib/AndroidAppModule.scala:916:17
1356916 | override def testFramework: T[String] = Task {
1357 | ^
1358 | Couldn't resolve a member for the given link query: TestModule.Junit4
1359-- Warning: /build/repo/libs/androidlib/src/mill/androidlib/hilt/AndroidHiltTransform.scala:15:6
136015 |trait AndroidHiltTransform extends ExternalModule with JvmWorkerModule {
1361 | ^
1362 |Couldn't resolve a member for the given link query: mill.androidlib.hilt.AndroidHiltTransformAsm
1363-- Warning: /build/repo/libs/androidlib/src/mill/androidlib/hilt/AndroidHiltTransform.scala:38:6
136438 | def androidHiltTransformAsm(
1365 | ^
1366 |Couldn't resolve a member for the given link query: mill.androidlib.hilt.AndroidHiltTransformAsm
1367-- Warning: /build/repo/libs/androidlib/src/mill/androidlib/AndroidAppKotlinModule.scala:27:6
136827 |trait AndroidAppKotlinModule extends AndroidKotlinModule, AndroidAppModule { outer =>
1369 | ^
1370 | Couldn't resolve a member for the given link query: KotlinModule
137116 warnings found
1372Successfully evaluated libs.androidlib.docJar
1373[info] compiling 1 Scala source to /build/repo/out/libs/androidlib/hilt/compile.dest/classes ...
1374[info] done compiling
1375Successfully evaluated libs.androidlib.hilt.test.compile
1376Publishing Artifact(com.lihaoyi,mill-libs-androidlib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1377Successfully evaluated libs.androidlib.publishLocal
1378
1379Starting build for mill-libs-scalanativelib - [24/80]
1380Multiple test modules defined in libs.scalanativelib, using libs.scalanativelib.api.test
1381Successfully evaluated libs.scalanativelib.compile
1382Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1383Setting -Xplugin is currently not supported.
1384Flag -classpath set repeatedly
1385-- Warning: /build/repo/libs/scalanativelib/src/mill/scalanativelib/ScalaNativeModule.scala:378:15
1386378 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1387 | ^
1388 | Couldn't resolve a member for the given link query: JvmBuildTarget
1389-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1390137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1391 | ^
1392 | Couldn't resolve a member for the given link query: classpath()
13934 warnings found
1394Successfully evaluated libs.scalanativelib.docJar
1395Successfully evaluated libs.scalanativelib.api.test.compile
1396Publishing Artifact(com.lihaoyi,mill-libs-scalanativelib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1397Successfully evaluated libs.scalanativelib.publishLocal
1398
1399Starting build for mill-libs-scalalib - [25/80]
1400Successfully evaluated libs.scalalib.compile
1401Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1402Setting -Xplugin is currently not supported.
1403Flag -classpath set repeatedly
1404-- Warning: /build/repo/libs/scalalib/src/mill/scalalib/ScalaModule.scala:579:15
1405579 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1406 | ^
1407 | Couldn't resolve a member for the given link query: JvmBuildTarget
1408-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1409137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1410 | ^
1411 | Couldn't resolve a member for the given link query: classpath()
1412Problem parsing /build/repo/libs/scalalib/src/mill/scalalib/CrossModuleBase.scala:[0..13..1499], documentation may not be generated.
1413-- Warning: /build/repo/libs/scalalib/src/mill/scalalib/PlatformScalaModule.scala:14:6
141414 |trait PlatformScalaModule extends mill.javalib.PlatformModuleBase with ScalaModule
1415 | ^
1416 |Couldn't resolve a member for the given link query: CrossScalaModule.Base
1417Problem parsing /build/repo/libs/scalalib/src/mill/scalalib/CrossScalaModule.scala:[0..13..506], documentation may not be generated.
1418Problem parsing /build/repo/libs/scalalib/src/mill/scalalib/CrossSbtModule.scala:[0..13..836], documentation may not be generated.
1419Problem parsing /build/repo/libs/scalalib/src/mill/scalalib/CrossScalaVersionRanges.scala:[0..13..1076], documentation may not be generated.
1420-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
14211455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1422 | ^
1423 | Couldn't resolve a member for the given link query: JvmBuildTarget
1424-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
1425151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
1426 | ^
1427 | Couldn't resolve a member for the given link query: ScalaModule
14287 warnings found
1429Successfully evaluated libs.scalalib.docJar
1430[info] compiling 41 Scala sources to /build/repo/out/libs/scalalib/test/compile.dest/classes ...
1431[info] done compiling
1432Successfully evaluated libs.scalalib.test.compile
1433Publishing Artifact(com.lihaoyi,mill-libs-scalalib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1434Successfully evaluated libs.scalalib.publishLocal
1435
1436Starting build for mill-libs-daemon-server - [26/80]
1437Successfully evaluated libs.daemon.server.compile
1438Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1439Setting -Xplugin is currently not supported.
1440Flag -classpath set repeatedly
1441-- Warning: /build/repo/libs/daemon/server/src/mill/server/ProxyStreamServer.scala:10:15
144210 |abstract class ProxyStreamServer(args: Server.Args) extends Server(args) { self =>
1443 | ^
1444 | Couldn't resolve a member for the given link query: ProxyStream
14453 warnings found
1446Successfully evaluated libs.daemon.server.docJar
1447Successfully evaluated libs.daemon.server.test.compile
1448Publishing Artifact(com.lihaoyi,mill-libs-daemon-server_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1449Successfully evaluated libs.daemon.server.publishLocal
1450
1451Starting build for mill-libs-kotlinlib - [27/80]
1452Multiple test modules defined in libs.kotlinlib, using libs.kotlinlib.api.test
1453Successfully evaluated libs.kotlinlib.compile
1454Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1455Setting -Xplugin is currently not supported.
1456Flag -classpath set repeatedly
1457-- Warning: /build/repo/libs/kotlinlib/src/mill/kotlinlib/KotlinModule.scala:131:6
1458131 | def kotlinCompilerMvnDeps: T[Seq[Dep]] = Task {
1459 | ^
1460 |Couldn't resolve a member for the given link query: kotlinCompilerVersion
1461-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
14621455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1463 | ^
1464 | Couldn't resolve a member for the given link query: JvmBuildTarget
1465-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1466137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1467 | ^
1468 | Couldn't resolve a member for the given link query: classpath()
1469-- Warning: /build/repo/libs/kotlinlib/src/mill/kotlinlib/js/KotlinJsModule.scala:526:17
1470526 | override def testFramework = ""
1471 | ^
1472 | Couldn't resolve a member for the given link query: TestModule.Junit4
1473-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
1474151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
1475 | ^
1476 | Couldn't resolve a member for the given link query: ScalaModule
14777 warnings found
1478Successfully evaluated libs.kotlinlib.docJar
1479Successfully evaluated libs.kotlinlib.api.test.compile
1480Publishing Artifact(com.lihaoyi,mill-libs-kotlinlib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1481Successfully evaluated libs.kotlinlib.publishLocal
1482
1483Starting build for mill-libs-init-sbt - [28/80]
1484[info] compiling 1 Scala source to /build/repo/out/libs/init/sbt/models/3.7.4-RC1/compile.dest/classes ...
1485[info] done compiling
1486[info] compiling 2 Scala sources to /build/repo/out/libs/init/sbt/compile.dest/classes ...
1487[info] done compiling
1488Successfully evaluated libs.init.sbt.compile
1489Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1490Setting -Xplugin is currently not supported.
1491Flag -classpath set repeatedly
1492-- Warning: /build/repo/libs/init/sbt/src/mill/main/sbt/SbtBuildGenMain.scala:269:16
1493269 | override type ModuleFqnMap = Map[String, String]
1494 | ^
1495 |Couldn't resolve a member for the given link query: BuildGenUtil.buildModuleFqn
14963 warnings found
1497Successfully evaluated libs.init.sbt.docJar
1498[info] compiling 1 Scala source to /build/repo/out/libs/init/sbt/test/compile.dest/classes ...
1499[info] done compiling
1500Successfully evaluated libs.init.sbt.test.compile
1501Compiling compiler interface...
1502[info] compiling 1 Scala source to /build/repo/out/libs/init/sbt/models/2.12.20/compile.dest/classes ...
1503[info] done compiling
1504Compiling compiler interface...
1505[info] compiling 1 Scala source to /build/repo/out/libs/init/sbt/exportplugin/compile.dest/classes ...
1506[info] done compiling
1507Publishing Artifact(com.lihaoyi,mill-libs-init-sbt_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1508Successfully evaluated libs.init.sbt.publishLocal
1509
1510Starting build for mill-libs-init-sbt-models - [29/80]
1511No test module defined in libs.init.sbt.models[3.7.4-RC1]
1512Successfully evaluated libs.init.sbt.models[3.7.4-RC1].compile
1513Successfully evaluated libs.init.sbt.models[3.7.4-RC1].docJar
1514Publishing Artifact(com.lihaoyi,mill-libs-init-sbt-models_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1515Successfully evaluated libs.init.sbt.models[3.7.4-RC1].publishLocal
1516
1517Starting build for mill-libs-tabcomplete - [30/80]
1518[info] compiling 2 Scala sources to /build/repo/out/libs/tabcomplete/compile.dest/classes ...
1519[info] done compiling
1520Successfully evaluated libs.tabcomplete.compile
1521Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1522Setting -Xplugin is currently not supported.
1523Flag -classpath set repeatedly
15242 warnings found
1525Successfully evaluated libs.tabcomplete.docJar
1526[info] compiling 1 Scala source to /build/repo/out/libs/tabcomplete/test/compile.dest/classes ...
1527[info] done compiling
1528Successfully evaluated libs.tabcomplete.test.compile
1529Publishing Artifact(com.lihaoyi,mill-libs-tabcomplete_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1530Successfully evaluated libs.tabcomplete.publishLocal
1531
1532Starting build for mill-contrib-gitlab - [31/80]
1533[info] compiling 8 Scala sources to /build/repo/out/contrib/gitlab/compile.dest/classes ...
1534[info] done compiling
1535Successfully evaluated contrib.gitlab.compile
1536Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1537Setting -Xplugin is currently not supported.
1538Flag -classpath set repeatedly
1539-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:300:12
1540300 | final def defaultPublishInfos(sources: Boolean, docs: Boolean): Task[Seq[PublishInfo]] = {
1541 | ^
1542 | Couldn't resolve a member for the given link query: PublishInfo
1543-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:74:6 -
154474 | def versionScheme: T[Option[VersionScheme]] = Task { None }
1545 | ^
1546 | Couldn't resolve a member for the given link query: VersionScheme
1547-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:37:6 -
154837 | def pomPackagingType: String =
1549 | ^
1550 | Couldn't resolve a member for the given link query: PackagingType
1551-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
15521455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1553 | ^
1554 | Couldn't resolve a member for the given link query: JvmBuildTarget
1555-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1556137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1557 | ^
1558 | Couldn't resolve a member for the given link query: classpath()
1559-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:313:6
1560313 | def defaultMainPublishInfos: Task[Seq[PublishInfo]] = {
1561 | ^
1562 | Couldn't resolve a member for the given link query: PublishInfo
1563-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
1564151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
1565 | ^
1566 | Couldn't resolve a member for the given link query: ScalaModule
1567-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:529:6
1568529 | def publishArtifactsDefaultPayload(
1569 | ^
1570 | Couldn't resolve a member for the given link query: PackagingType.Jar
157110 warnings found
1572Successfully evaluated contrib.gitlab.docJar
1573[info] compiling 2 Scala sources to /build/repo/out/contrib/gitlab/test/compile.dest/classes ...
1574[info] done compiling
1575Successfully evaluated contrib.gitlab.test.compile
1576Publishing Artifact(com.lihaoyi,mill-contrib-gitlab_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1577Successfully evaluated contrib.gitlab.publishLocal
1578
1579Starting build for mill-libs-scalajslib-worker-1 - [32/80]
1580[info] compiling 9 Scala sources to /build/repo/out/libs/scalajslib/worker/1/compile.dest/classes ...
1581[info] done compiling
1582Successfully evaluated libs.scalajslib.worker[1].compile
1583Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1584Setting -Xplugin is currently not supported.
1585Flag -classpath set repeatedly
15862 warnings found
1587Successfully evaluated libs.scalajslib.worker[1].docJar
1588Successfully evaluated libs.scalajslib.worker[1].test.compile
1589Publishing Artifact(com.lihaoyi,mill-libs-scalajslib-worker-1_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1590Successfully evaluated libs.scalajslib.worker[1].publishLocal
1591
1592Starting build for mill-libs-init-buildgen - [33/80]
1593Successfully evaluated libs.init.buildgen.compile
1594Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1595Setting -Xplugin is currently not supported.
1596Flag -classpath set repeatedly
1597-- Warning: /build/repo/libs/init/buildgen/src/mill/main/buildgen/BuildGenUtil.scala:52:6
159852 | def renderIrBuild(build: IrBuild, baseInfo: IrBaseInfo): String = {
1599 | ^
1600 | Couldn't resolve a member for the given link query: build
16013 warnings found
1602Successfully evaluated libs.init.buildgen.docJar
1603Successfully evaluated libs.init.buildgen.test.compile
1604Publishing Artifact(com.lihaoyi,mill-libs-init-buildgen_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1605Successfully evaluated libs.init.buildgen.publishLocal
1606
1607Starting build for mill-contrib-scoverage - [34/80]
1608Multiple test modules defined in contrib.scoverage, using contrib.scoverage.test
1609[info] compiling 3 Scala sources to /build/repo/out/contrib/scoverage/compile.dest/classes ...
1610[info] done compiling
1611Successfully evaluated contrib.scoverage.compile
1612Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1613Setting -Xplugin is currently not supported.
1614Flag -classpath set repeatedly
1615-- Warning: /build/repo/libs/scalalib/src/mill/scalalib/ScalaModule.scala:579:15
1616579 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1617 | ^
1618 | Couldn't resolve a member for the given link query: JvmBuildTarget
1619-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1620137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1621 | ^
1622 | Couldn't resolve a member for the given link query: classpath()
16234 warnings found
1624Successfully evaluated contrib.scoverage.docJar
1625[info] compiling 1 Scala source to /build/repo/out/contrib/scoverage/test/compile.dest/classes ...
1626[info] done compiling
1627Successfully evaluated contrib.scoverage.test.compile
1628Publishing Artifact(com.lihaoyi,mill-contrib-scoverage_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1629Successfully evaluated contrib.scoverage.publishLocal
1630
1631Starting build for mill-libs-kotlinlib-ksp2 - [35/80]
1632[info] compiling 1 Scala source to /build/repo/out/libs/kotlinlib/ksp2/compile.dest/classes ...
1633[info] done compiling
1634Successfully evaluated libs.kotlinlib.ksp2.compile
1635Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1636Setting -Xplugin is currently not supported.
1637Flag -classpath set repeatedly
16382 warnings found
1639Successfully evaluated libs.kotlinlib.ksp2.docJar
1640Successfully evaluated libs.kotlinlib.ksp2.test.compile
1641Publishing Artifact(com.lihaoyi,mill-libs-kotlinlib-ksp2_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1642Successfully evaluated libs.kotlinlib.ksp2.publishLocal
1643
1644Starting build for mill-libs-rpc - [36/80]
1645Successfully evaluated libs.rpc.compile
1646Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1647Setting -Xplugin is currently not supported.
1648Flag -classpath set repeatedly
16492 warnings found
1650Successfully evaluated libs.rpc.docJar
1651[info] compiling 2 Scala sources to /build/repo/out/libs/rpc/test/compile.dest/classes ...
1652[info] done compiling
1653Successfully evaluated libs.rpc.test.compile
1654Publishing Artifact(com.lihaoyi,mill-libs-rpc_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1655Successfully evaluated libs.rpc.publishLocal
1656
1657Starting build for mill-libs-scalajslib-api - [37/80]
1658Successfully evaluated libs.scalajslib.api.compile
1659Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1660Setting -Xplugin is currently not supported.
1661Flag -classpath set repeatedly
16622 warnings found
1663Successfully evaluated libs.scalajslib.api.docJar
1664Successfully evaluated libs.scalajslib.api.test.compile
1665Publishing Artifact(com.lihaoyi,mill-libs-scalajslib-api_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1666Successfully evaluated libs.scalajslib.api.publishLocal
1667
1668Starting build for mill-runner-codesig - [38/80]
1669[info] compiling 7 Scala sources to /build/repo/out/runner/codesig/compile.dest/classes ...
1670[info] done compiling
1671Successfully evaluated runner.codesig.compile
1672Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1673Setting -Xplugin is currently not supported.
1674Flag -classpath set repeatedly
1675-- Warning: /build/repo/runner/codesig/src/mill/codesig/ReachabilityAnalysis.scala:227:6
1676227 | def transitiveCallGraphValues[V: scala.reflect.ClassTag](
1677 | ^
1678 |Couldn't resolve a member for the given link query: computeOutputValue
16793 warnings found
1680Successfully evaluated runner.codesig.docJar
1681[info] compiling 3 Scala sources to /build/repo/out/runner/codesig/test/compile.dest/classes ...
1682[info] done compiling
1683Successfully evaluated runner.codesig.test.compile
1684Publishing Artifact(com.lihaoyi,mill-runner-codesig_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1685Successfully evaluated runner.codesig.publishLocal
1686
1687Starting build for mill-runner-server - [39/80]
1688Successfully evaluated runner.server.compile
1689Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1690Setting -Xplugin is currently not supported.
1691Flag -classpath set repeatedly
16922 warnings found
1693Successfully evaluated runner.server.docJar
1694[info] compiling 1 Scala source to /build/repo/out/runner/server/test/compile.dest/classes ...
1695[info] done compiling
1696Successfully evaluated runner.server.test.compile
1697Publishing Artifact(com.lihaoyi,mill-runner-server_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1698Successfully evaluated runner.server.publishLocal
1699
1700Starting build for mill-contrib-sonatypecentral - [40/80]
1701Successfully evaluated contrib.sonatypecentral.compile
1702Successfully evaluated contrib.sonatypecentral.docJar
1703Successfully evaluated contrib.sonatypecentral.test.compile
1704Publishing Artifact(com.lihaoyi,mill-contrib-sonatypecentral_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1705Successfully evaluated contrib.sonatypecentral.publishLocal
1706
1707Starting build for mill-contrib-playlib-worker-3.0 - [42/80]
1708[info] compiling 2 Scala sources to /build/repo/out/contrib/playlib/worker/3.0/compile.dest/classes ...
1709[info] done compiling
1710Successfully evaluated contrib.playlib.worker[3.0].compile
1711Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1712Setting -Xplugin is currently not supported.
1713Flag -classpath set repeatedly
17142 warnings found
1715Successfully evaluated contrib.playlib.worker[3.0].docJar
1716Successfully evaluated contrib.playlib.worker[3.0].test.compile
1717Publishing Artifact(com.lihaoyi,mill-contrib-playlib-worker-3.0_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1718Successfully evaluated contrib.playlib.worker[3.0].publishLocal
1719
1720Starting build for mill-contrib-flyway - [43/80]
1721[info] compiling 2 Scala sources to /build/repo/out/contrib/flyway/compile.dest/classes ...
1722[info] done compiling
1723Successfully evaluated contrib.flyway.compile
1724Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1725Setting -Xplugin is currently not supported.
1726Flag -classpath set repeatedly
1727-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1728137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1729 | ^
1730 | Couldn't resolve a member for the given link query: classpath()
1731-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
1732151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
1733 | ^
1734 | Couldn't resolve a member for the given link query: ScalaModule
1735-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
17361455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1737 | ^
1738 | Couldn't resolve a member for the given link query: JvmBuildTarget
17395 warnings found
1740Successfully evaluated contrib.flyway.docJar
1741[info] compiling 1 Scala source to /build/repo/out/contrib/flyway/test/compile.dest/classes ...
1742[info] done compiling
1743Successfully evaluated contrib.flyway.test.compile
1744Publishing Artifact(com.lihaoyi,mill-contrib-flyway_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1745Successfully evaluated contrib.flyway.publishLocal
1746
1747Starting build for mill-libs-javalib-scalameta-worker - [45/80]
1748[info] compiling 1 Scala source to /build/repo/out/libs/javalib/scalameta-worker/compile.dest/classes ...
1749[info] done compiling
1750Successfully evaluated libs.javalib.scalameta-worker.compile
1751Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1752Setting -Xplugin is currently not supported.
1753Flag -classpath set repeatedly
17542 warnings found
1755Successfully evaluated libs.javalib.scalameta-worker.docJar
1756Successfully evaluated libs.javalib.scalameta-worker.test.compile
1757Publishing Artifact(com.lihaoyi,mill-libs-javalib-scalameta-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1758Successfully evaluated libs.javalib.scalameta-worker.publishLocal
1759
1760Starting build for mill-core-internal - [46/80]
1761Multiple test modules defined in core.internal, using core.internal.cli.test
1762Successfully evaluated core.internal.compile
1763Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1764Setting -Xplugin is currently not supported.
1765Flag -classpath set repeatedly
17662 warnings found
1767Successfully evaluated core.internal.docJar
1768Successfully evaluated core.internal.cli.test.compile
1769Publishing Artifact(com.lihaoyi,mill-core-internal_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1770Successfully evaluated core.internal.publishLocal
1771
1772Starting build for mill-libs-scalajslib - [47/80]
1773Multiple test modules defined in libs.scalajslib, using libs.scalajslib.api.test
1774Successfully evaluated libs.scalajslib.compile
1775Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1776Setting -Xplugin is currently not supported.
1777Flag -classpath set repeatedly
1778-- Warning: /build/repo/libs/scalajslib/src/mill/scalajslib/ScalaJSModule.scala:337:15
1779337 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1780 | ^
1781 | Couldn't resolve a member for the given link query: JvmBuildTarget
1782-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1783137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1784 | ^
1785 | Couldn't resolve a member for the given link query: classpath()
17864 warnings found
1787Successfully evaluated libs.scalajslib.docJar
1788Successfully evaluated libs.scalajslib.api.test.compile
1789Publishing Artifact(com.lihaoyi,mill-libs-scalajslib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1790Successfully evaluated libs.scalajslib.publishLocal
1791
1792Starting build for mill-libs-javalib-api - [49/80]
1793Successfully evaluated libs.javalib.api.compile
1794Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1795Setting -Xplugin is currently not supported.
1796Flag -classpath set repeatedly
17972 warnings found
1798Successfully evaluated libs.javalib.api.docJar
1799Successfully evaluated libs.javalib.api.test.compile
1800Publishing Artifact(com.lihaoyi,mill-libs-javalib-api_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1801Successfully evaluated libs.javalib.api.publishLocal
1802
1803Starting build for mill-libs-javascriptlib - [50/80]
1804[info] compiling 8 Scala sources to /build/repo/out/libs/javascriptlib/compile.dest/classes ...
1805[info] done compiling
1806Successfully evaluated libs.javascriptlib.compile
1807Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1808Setting -Xplugin is currently not supported.
1809Flag -classpath set repeatedly
18102 warnings found
1811Successfully evaluated libs.javascriptlib.docJar
1812[info] compiling 1 Scala source to /build/repo/out/libs/javascriptlib/test/compile.dest/classes ...
1813[info] done compiling
1814Successfully evaluated libs.javascriptlib.test.compile
1815Publishing Artifact(com.lihaoyi,mill-libs-javascriptlib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1816Successfully evaluated libs.javascriptlib.publishLocal
1817
1818Starting build for mill-contrib-codeartifact - [51/80]
1819[info] compiling 4 Scala sources to /build/repo/out/contrib/codeartifact/compile.dest/classes ...
1820[info] done compiling
1821Successfully evaluated contrib.codeartifact.compile
1822Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1823Setting -Xplugin is currently not supported.
1824Flag -classpath set repeatedly
1825-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:37:6 -
182637 | def pomPackagingType: String =
1827 | ^
1828 | Couldn't resolve a member for the given link query: PackagingType
1829-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
18301455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1831 | ^
1832 | Couldn't resolve a member for the given link query: JvmBuildTarget
1833-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
1834151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
1835 | ^
1836 | Couldn't resolve a member for the given link query: ScalaModule
1837-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:300:12
1838300 | final def defaultPublishInfos(sources: Boolean, docs: Boolean): Task[Seq[PublishInfo]] = {
1839 | ^
1840 | Couldn't resolve a member for the given link query: PublishInfo
1841-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1842137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1843 | ^
1844 | Couldn't resolve a member for the given link query: classpath()
1845-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:313:6
1846313 | def defaultMainPublishInfos: Task[Seq[PublishInfo]] = {
1847 | ^
1848 | Couldn't resolve a member for the given link query: PublishInfo
1849-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:529:6
1850529 | def publishArtifactsDefaultPayload(
1851 | ^
1852 | Couldn't resolve a member for the given link query: PackagingType.Jar
1853-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:74:6 -
185474 | def versionScheme: T[Option[VersionScheme]] = Task { None }
1855 | ^
1856 | Couldn't resolve a member for the given link query: VersionScheme
185710 warnings found
1858Successfully evaluated contrib.codeartifact.docJar
1859Successfully evaluated contrib.codeartifact.test.compile
1860Publishing Artifact(com.lihaoyi,mill-contrib-codeartifact_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1861Successfully evaluated contrib.codeartifact.publishLocal
1862
1863Starting build for mill-libs-androidlib-keytool - [52/80]
1864[info] compiling 4 Scala sources to /build/repo/out/libs/androidlib/keytool/compile.dest/classes ...
1865[info] done compiling
1866Successfully evaluated libs.androidlib.keytool.compile
1867Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1868Setting -Xplugin is currently not supported.
1869Flag -classpath set repeatedly
18702 warnings found
1871Successfully evaluated libs.androidlib.keytool.docJar
1872[info] compiling 1 Scala source to /build/repo/out/libs/androidlib/keytool/test/compile.dest/classes ...
1873[info] done compiling
1874Successfully evaluated libs.androidlib.keytool.test.compile
1875Publishing Artifact(com.lihaoyi,mill-libs-androidlib-keytool_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1876Successfully evaluated libs.androidlib.keytool.publishLocal
1877
1878Starting build for mill-runner-meta - [53/80]
1879[info] compiling 7 Scala sources to /build/repo/out/runner/meta/compile.dest/classes ...
1880[info] done compiling
1881Successfully evaluated runner.meta.compile
1882Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1883Setting -Xplugin is currently not supported.
1884Flag -classpath set repeatedly
1885-- Warning: /build/repo/runner/meta/src/mill/meta/FileImportGraph.scala:42:6 ---
188642 | def parseBuildFiles(
1887 | ^
1888 | Couldn't resolve a member for the given link query: MillRootModule
1889-- Warning: /build/repo/runner/meta/src/mill/meta/MillBuildRootModule.scala:29:6
189029 |trait MillBuildRootModule()(implicit
1891 | ^
1892 | Couldn't resolve a member for the given link query: ScalaModule
1893-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1894137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1895 | ^
1896 | Couldn't resolve a member for the given link query: classpath()
1897-- Warning: /build/repo/libs/scalalib/src/mill/scalalib/ScalaModule.scala:579:15
1898579 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1899 | ^
1900 | Couldn't resolve a member for the given link query: JvmBuildTarget
19016 warnings found
1902Successfully evaluated runner.meta.docJar
1903Successfully evaluated runner.meta.test.compile
1904Publishing Artifact(com.lihaoyi,mill-runner-meta_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1905Successfully evaluated runner.meta.publishLocal
1906
1907Starting build for mill-libs-javalib-spotless-worker - [54/80]
1908[info] compiling 4 Scala sources to /build/repo/out/libs/javalib/spotless-worker/compile.dest/classes ...
1909[info] done compiling
1910Successfully evaluated libs.javalib.spotless-worker.compile
1911Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1912Setting -Xplugin is currently not supported.
1913Flag -classpath set repeatedly
19142 warnings found
1915Successfully evaluated libs.javalib.spotless-worker.docJar
1916Successfully evaluated libs.javalib.spotless-worker.test.compile
1917Publishing Artifact(com.lihaoyi,mill-libs-javalib-spotless-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1918Successfully evaluated libs.javalib.spotless-worker.publishLocal
1919
1920Starting build for mill-contrib-artifactory - [55/80]
1921[info] compiling 4 Scala sources to /build/repo/out/contrib/artifactory/compile.dest/classes ...
1922[info] done compiling
1923Successfully evaluated contrib.artifactory.compile
1924Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1925Setting -Xplugin is currently not supported.
1926Flag -classpath set repeatedly
1927-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
1928137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
1929 | ^
1930 | Couldn't resolve a member for the given link query: classpath()
1931-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:313:6
1932313 | def defaultMainPublishInfos: Task[Seq[PublishInfo]] = {
1933 | ^
1934 | Couldn't resolve a member for the given link query: PublishInfo
1935-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:74:6 -
193674 | def versionScheme: T[Option[VersionScheme]] = Task { None }
1937 | ^
1938 | Couldn't resolve a member for the given link query: VersionScheme
1939-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:300:12
1940300 | final def defaultPublishInfos(sources: Boolean, docs: Boolean): Task[Seq[PublishInfo]] = {
1941 | ^
1942 | Couldn't resolve a member for the given link query: PublishInfo
1943-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:529:6
1944529 | def publishArtifactsDefaultPayload(
1945 | ^
1946 | Couldn't resolve a member for the given link query: PackagingType.Jar
1947-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
1948151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
1949 | ^
1950 | Couldn't resolve a member for the given link query: ScalaModule
1951-- Warning: /build/repo/libs/javalib/src/mill/javalib/PublishModule.scala:37:6 -
195237 | def pomPackagingType: String =
1953 | ^
1954 | Couldn't resolve a member for the given link query: PackagingType
1955-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
19561455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
1957 | ^
1958 | Couldn't resolve a member for the given link query: JvmBuildTarget
195910 warnings found
1960Successfully evaluated contrib.artifactory.docJar
1961Successfully evaluated contrib.artifactory.test.compile
1962Publishing Artifact(com.lihaoyi,mill-contrib-artifactory_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1963Successfully evaluated contrib.artifactory.publishLocal
1964
1965Starting build for mill-core-api - [56/80]
1966Multiple test modules defined in core.api, using core.api.daemon.test
1967Successfully evaluated core.api.compile
1968Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
1969Setting -Xplugin is currently not supported.
1970Flag -classpath set repeatedly
1971-- Warning: /build/repo/core/api/src/mill/api/TopoSorted.scala:11:12 -----------
197211 |final class TopoSorted private[mill] (val values: IndexedSeq[mill.api.Task[?]])
1973 | ^
1974 | Couldn't resolve a member for the given link query: PlanImpl.topoSorted
1975-- Warning: /build/repo/core/api/src/mill/api/TaskCtx.scala:180:8 --------------
1976180 | def fail(msg: String): Nothing
1977 | ^
1978 | Couldn't resolve a member for the given link query: Result.Failure
1979Problem parsing /build/repo/core/api/src/mill/api/Cross.scala:[0..13..8820], documentation may not be generated.
1980-- Warning: /build/repo/core/api/src/mill/api/Task.scala:239:13 ----------------
1981239 | inline def Worker[T](inline t: Result[T])(implicit inline ctx: mill.api.ModuleCtx): Worker[T] =
1982 | ^
1983 | Couldn't resolve a member for the given link query: PersistentImpl
1984-- Warning: /build/repo/core/api/src/mill/api/Task.scala:281:6 -----------------
1985281 | def apply(
1986 | ^
1987 | Couldn't resolve a member for the given link query: PersistentImpl
1988-- Warning: /build/repo/core/api/src/mill/api/JsonFormatters.scala:20:8 --------
198920 | def read(strs: Seq[String]): Either[String, Path] =
1990 | ^
1991 | Couldn't resolve a member for the given link query: T
19927 warnings found
1993Successfully evaluated core.api.docJar
1994Successfully evaluated core.api.daemon.test.compile
1995Publishing Artifact(com.lihaoyi,mill-core-api_3,SNAPSHOT) to ivy repo /root/.ivy2/local
1996Successfully evaluated core.api.publishLocal
1997
1998Starting build for mill-core-internal-cli - [57/80]
1999Successfully evaluated core.internal.cli.compile
2000Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2001Setting -Xplugin is currently not supported.
2002Flag -classpath set repeatedly
20032 warnings found
2004Successfully evaluated core.internal.cli.docJar
2005Successfully evaluated core.internal.cli.test.compile
2006Publishing Artifact(com.lihaoyi,mill-core-internal-cli_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2007Successfully evaluated core.internal.cli.publishLocal
2008
2009Starting build for mill-runner-daemon - [58/80]
2010[info] compiling 10 Scala sources to /build/repo/out/runner/daemon/compile.dest/classes ...
2011[info] done compiling
2012Successfully evaluated runner.daemon.compile
2013Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2014Setting -Xplugin is currently not supported.
2015Flag -classpath set repeatedly
2016-- Warning: /build/repo/runner/daemon/src/mill/daemon/MillBuildBootstrap.scala:45:6
201745 |class MillBuildBootstrap(
2018 | ^
2019 |Couldn't resolve a member for the given link query: MillBuildRootModule.BootstrapModule
2020-- Warning: /build/repo/runner/daemon/src/mill/daemon/MillBuildBootstrap.scala:260:6
2021260 | def processRunClasspath(
2022 | ^
2023 | Couldn't resolve a member for the given link query: Evaluator
2024-- Warning: /build/repo/runner/daemon/src/mill/daemon/RunnerState.scala:31:11 --
202531 |case class RunnerState(
2026 | ^
2027 |Couldn't resolve a member for the given link query: MillBuildRootModule.BootstrapModule
20285 warnings found
2029Successfully evaluated runner.daemon.docJar
2030[info] compiling 1 Scala source to /build/repo/out/runner/daemon/test/compile.dest/classes ...
2031[info] done compiling
2032Successfully evaluated runner.daemon.test.compile
2033Publishing Artifact(com.lihaoyi,mill-runner-daemon_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2034Successfully evaluated runner.daemon.publishLocal
2035
2036Starting build for mill-libs-kotlinlib-api - [59/80]
2037Successfully evaluated libs.kotlinlib.api.compile
2038Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2039Setting -Xplugin is currently not supported.
2040Flag -classpath set repeatedly
20412 warnings found
2042Successfully evaluated libs.kotlinlib.api.docJar
2043Successfully evaluated libs.kotlinlib.api.test.compile
2044Publishing Artifact(com.lihaoyi,mill-libs-kotlinlib-api_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2045Successfully evaluated libs.kotlinlib.api.publishLocal
2046
2047Starting build for mill-core-resolve - [60/80]
2048Successfully evaluated core.resolve.compile
2049Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2050Setting -Xplugin is currently not supported.
2051Flag -classpath set repeatedly
20522 warnings found
2053Successfully evaluated core.resolve.docJar
2054[info] compiling 7 Scala sources to /build/repo/out/core/resolve/test/compile.dest/classes ...
2055[info] done compiling
2056Successfully evaluated core.resolve.test.compile
2057Publishing Artifact(com.lihaoyi,mill-core-resolve_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2058Successfully evaluated core.resolve.publishLocal
2059
2060Starting build for mill-libs-scalanativelib-worker-0.5 - [61/80]
2061[info] compiling 1 Scala source to /build/repo/out/libs/scalanativelib/worker/0.5/compile.dest/classes ...
2062[info] done compiling
2063Successfully evaluated libs.scalanativelib.worker[0.5].compile
2064Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2065Setting -Xplugin is currently not supported.
2066Flag -classpath set repeatedly
20672 warnings found
2068Successfully evaluated libs.scalanativelib.worker[0.5].docJar
2069Successfully evaluated libs.scalanativelib.worker[0.5].test.compile
2070Publishing Artifact(com.lihaoyi,mill-libs-scalanativelib-worker-0.5_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2071Successfully evaluated libs.scalanativelib.worker[0.5].publishLocal
2072
2073Starting build for mill-contrib-playlib-worker-2.9 - [62/80]
2074[info] compiling 2 Scala sources to /build/repo/out/contrib/playlib/worker/2.9/compile.dest/classes ...
2075[info] done compiling
2076Successfully evaluated contrib.playlib.worker[2.9].compile
2077Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2078Setting -Xplugin is currently not supported.
2079Flag -classpath set repeatedly
20802 warnings found
2081Successfully evaluated contrib.playlib.worker[2.9].docJar
2082Successfully evaluated contrib.playlib.worker[2.9].test.compile
2083Publishing Artifact(com.lihaoyi,mill-contrib-playlib-worker-2.9_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2084Successfully evaluated contrib.playlib.worker[2.9].publishLocal
2085
2086Starting build for mill-contrib-docker - [63/80]
2087[info] compiling 1 Scala source to /build/repo/out/contrib/docker/compile.dest/classes ...
2088[info] done compiling
2089Successfully evaluated contrib.docker.compile
2090Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2091Setting -Xplugin is currently not supported.
2092Flag -classpath set repeatedly
20932 warnings found
2094Successfully evaluated contrib.docker.docJar
2095[info] compiling 1 Scala source to /build/repo/out/contrib/docker/test/compile.dest/classes ...
2096[info] done compiling
2097Successfully evaluated contrib.docker.test.compile
2098Publishing Artifact(com.lihaoyi,mill-contrib-docker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2099Successfully evaluated contrib.docker.publishLocal
2100
2101Starting build for mill-contrib-twirllib - [64/80]
2102Successfully evaluated contrib.twirllib.compile
2103Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2104Setting -Xplugin is currently not supported.
2105Flag -classpath set repeatedly
2106-- Warning: /build/repo/contrib/twirllib/src/mill/twirllib/TwirlModule.scala:61:8
210761 | def bindDependency: Task[Dep => BoundDep] = Task.Anon { (dep: Dep) =>
2108 | ^
2109 | Couldn't resolve a member for the given link query: Dep
2110-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
2111137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
2112 | ^
2113 | Couldn't resolve a member for the given link query: classpath()
21144 warnings found
2115Successfully evaluated contrib.twirllib.docJar
2116[info] compiling 1 Scala source to /build/repo/out/contrib/twirllib/test/compile.dest/classes ...
2117[info] done compiling
2118Successfully evaluated contrib.twirllib.test.compile
2119Publishing Artifact(com.lihaoyi,mill-contrib-twirllib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2120Successfully evaluated contrib.twirllib.publishLocal
2121
2122Starting build for mill-libs-daemon - [65/80]
2123Multiple test modules defined in libs.daemon, using libs.daemon.client.test
2124Successfully evaluated libs.daemon.compile
2125Successfully evaluated libs.daemon.docJar
2126[info] compiling 4 Java sources to /build/repo/out/libs/daemon/client/test/compile.dest/classes ...
2127[info] done compiling
2128Successfully evaluated libs.daemon.client.test.compile
2129Publishing Artifact(com.lihaoyi,mill-libs-daemon_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2130Successfully evaluated libs.daemon.publishLocal
2131
2132Starting build for mill-libs-androidlib-hilt - [66/80]
2133Successfully evaluated libs.androidlib.hilt.compile
2134Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2135Setting -Xplugin is currently not supported.
2136Flag -classpath set repeatedly
21372 warnings found
2138Successfully evaluated libs.androidlib.hilt.docJar
2139Successfully evaluated libs.androidlib.hilt.test.compile
2140Publishing Artifact(com.lihaoyi,mill-libs-androidlib-hilt_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2141Successfully evaluated libs.androidlib.hilt.publishLocal
2142
2143Starting build for mill-contrib-jmh - [68/80]
2144[info] compiling 1 Scala source to /build/repo/out/contrib/jmh/compile.dest/classes ...
2145[info] done compiling
2146Successfully evaluated contrib.jmh.compile
2147Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2148Setting -Xplugin is currently not supported.
2149Flag -classpath set repeatedly
2150-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:151:6 ---
2151151 | def mandatoryMvnDeps: T[Seq[Dep]] = Task { Seq.empty[Dep] }
2152 | ^
2153 | Couldn't resolve a member for the given link query: ScalaModule
2154-- Warning: /build/repo/libs/javalib/src/mill/javalib/JavaModule.scala:1455:15 -
21551455 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
2156 | ^
2157 | Couldn't resolve a member for the given link query: JvmBuildTarget
2158-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
2159137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
2160 | ^
2161 | Couldn't resolve a member for the given link query: classpath()
21625 warnings found
2163Successfully evaluated contrib.jmh.docJar
2164[info] compiling 1 Scala source to /build/repo/out/contrib/jmh/test/compile.dest/classes ...
2165[info] done compiling
2166Successfully evaluated contrib.jmh.test.compile
2167Publishing Artifact(com.lihaoyi,mill-contrib-jmh_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2168Successfully evaluated contrib.jmh.publishLocal
2169
2170Starting build for mill-libs-javalib-maven-worker - [69/80]
2171[info] compiling 2 Scala sources to /build/repo/out/libs/javalib/maven-worker/compile.dest/classes ...
2172[info] done compiling
2173Successfully evaluated libs.javalib.maven-worker.compile
2174Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2175Setting -Xplugin is currently not supported.
2176Flag -classpath set repeatedly
21772 warnings found
2178Successfully evaluated libs.javalib.maven-worker.docJar
2179Successfully evaluated libs.javalib.maven-worker.test.compile
2180Publishing Artifact(com.lihaoyi,mill-libs-javalib-maven-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2181Successfully evaluated libs.javalib.maven-worker.publishLocal
2182
2183Starting build for mill-libs-javalib-jarjarabrams-worker - [70/80]
2184[info] compiling 1 Scala source to /build/repo/out/libs/javalib/jarjarabrams-worker/compile.dest/classes ...
2185[info] done compiling
2186Successfully evaluated libs.javalib.jarjarabrams-worker.compile
2187Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2188Setting -Xplugin is currently not supported.
2189Flag -classpath set repeatedly
21902 warnings found
2191Successfully evaluated libs.javalib.jarjarabrams-worker.docJar
2192Successfully evaluated libs.javalib.jarjarabrams-worker.test.compile
2193Publishing Artifact(com.lihaoyi,mill-libs-javalib-jarjarabrams-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2194Successfully evaluated libs.javalib.jarjarabrams-worker.publishLocal
2195
2196Starting build for mill-contrib-proguard - [71/80]
2197[info] compiling 2 Scala sources and 2 Java sources to /build/repo/out/contrib/proguard/compile.dest/classes ...
2198[info] done compiling
2199Successfully evaluated contrib.proguard.compile
2200Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2201Setting -Xplugin is currently not supported.
2202Flag -classpath set repeatedly
2203-- Warning: /build/repo/libs/scalalib/src/mill/scalalib/ScalaModule.scala:579:15
2204579 | override def bspBuildTargetData: Task[Option[(String, AnyRef)]] = Task.Anon {
2205 | ^
2206 | Couldn't resolve a member for the given link query: JvmBuildTarget
2207-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
2208137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
2209 | ^
2210 | Couldn't resolve a member for the given link query: classpath()
22114 warnings found
2212Successfully evaluated contrib.proguard.docJar
2213[info] compiling 1 Scala source to /build/repo/out/contrib/proguard/test/compile.dest/classes ...
2214[info] done compiling
2215Successfully evaluated contrib.proguard.test.compile
2216Publishing Artifact(com.lihaoyi,mill-contrib-proguard_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2217Successfully evaluated contrib.proguard.publishLocal
2218
2219Starting build for mill-core-exec - [72/80]
2220Successfully evaluated core.exec.compile
2221Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2222Setting -Xplugin is currently not supported.
2223Flag -classpath set repeatedly
2224-- Warning: /build/repo/core/exec/src/mill/exec/GroupExecution.scala:20:6 ------
222520 |trait GroupExecution {
2226 | ^
2227 | Couldn't resolve a member for the given link query: Terminal
2228-- Warning: /build/repo/core/exec/src/mill/exec/ExecutionContexts.scala:108:8 --
2229108 | def async[T](dest: Path, key: String, message: String, priority: Int)(t: Logger => T)(implicit
2230 | ^
2231 | Couldn't resolve a member for the given link query: dest
22324 warnings found
2233Successfully evaluated core.exec.docJar
2234[info] compiling 8 Scala sources to /build/repo/out/core/exec/test/compile.dest/classes ...
2235[info] done compiling
2236Successfully evaluated core.exec.test.compile
2237Publishing Artifact(com.lihaoyi,mill-core-exec_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2238Successfully evaluated core.exec.publishLocal
2239
2240Starting build for mill-libs - [73/80]
2241Multiple test modules defined in libs, using libs.androidlib.hilt.test
2242[info] compiling 8 Scala sources to /build/repo/out/libs/pythonlib/compile.dest/classes ...
2243[info] done compiling
2244Successfully evaluated libs.compile
2245Successfully evaluated libs.docJar
2246Successfully evaluated libs.androidlib.hilt.test.compile
2247Publishing Artifact(com.lihaoyi,mill-libs_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2248Successfully evaluated libs.publishLocal
2249
2250Starting build for mill-libs-pythonlib - [74/80]
2251Successfully evaluated libs.pythonlib.compile
2252Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2253Setting -Xplugin is currently not supported.
2254Flag -classpath set repeatedly
2255-- Warning: /build/repo/libs/javalib/src/mill/javalib/CoursierModule.scala:137:6
2256137 | def repositories: T[Seq[String]] = Task { Seq.empty[String] }
2257 | ^
2258 | Couldn't resolve a member for the given link query: classpath()
22593 warnings found
2260Successfully evaluated libs.pythonlib.docJar
2261[info] compiling 2 Scala sources to /build/repo/out/libs/pythonlib/test/compile.dest/classes ...
2262[info] done compiling
2263Successfully evaluated libs.pythonlib.test.compile
2264Publishing Artifact(com.lihaoyi,mill-libs-pythonlib_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2265Successfully evaluated libs.pythonlib.publishLocal
2266
2267Starting build for mill-libs-scalanativelib-api - [75/80]
2268Successfully evaluated libs.scalanativelib.api.compile
2269Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2270Setting -Xplugin is currently not supported.
2271Flag -classpath set repeatedly
22722 warnings found
2273Successfully evaluated libs.scalanativelib.api.docJar
2274Successfully evaluated libs.scalanativelib.api.test.compile
2275Publishing Artifact(com.lihaoyi,mill-libs-scalanativelib-api_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2276Successfully evaluated libs.scalanativelib.api.publishLocal
2277
2278Starting build for mill-libs-kotlinlib-worker - [76/80]
2279[info] compiling 5 Scala sources and 1 Java source to /build/repo/out/libs/kotlinlib/worker/compile.dest/classes ...
2280[info] done compiling
2281Successfully evaluated libs.kotlinlib.worker.compile
2282Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2283Setting -Xplugin is currently not supported.
2284Flag -classpath set repeatedly
22852 warnings found
2286Successfully evaluated libs.kotlinlib.worker.docJar
2287Successfully evaluated libs.kotlinlib.worker.test.compile
2288Publishing Artifact(com.lihaoyi,mill-libs-kotlinlib-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2289Successfully evaluated libs.kotlinlib.worker.publishLocal
2290
2291Starting build for mill-libs-javalib-spring-boot-worker - [78/80]
2292[info] compiling 1 Scala source to /build/repo/out/libs/javalib/spring-boot-worker/compile.dest/classes ...
2293[info] done compiling
2294Successfully evaluated libs.javalib.spring-boot-worker.compile
2295Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2296Setting -Xplugin is currently not supported.
2297Flag -classpath set repeatedly
22982 warnings found
2299Successfully evaluated libs.javalib.spring-boot-worker.docJar
2300Successfully evaluated libs.javalib.spring-boot-worker.test.compile
2301Publishing Artifact(com.lihaoyi,mill-libs-javalib-spring-boot-worker_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2302Successfully evaluated libs.javalib.spring-boot-worker.publishLocal
2303
2304Starting build for mill-contrib-versionfile - [79/80]
2305[info] compiling 3 Scala sources to /build/repo/out/contrib/versionfile/compile.dest/classes ...
2306[info] done compiling
2307Successfully evaluated contrib.versionfile.compile
2308Skipping unused scalacOptions: -Xplugin, -Wconf, -source, -rewrite
2309Setting -Xplugin is currently not supported.
2310Flag -classpath set repeatedly
23112 warnings found
2312Successfully evaluated contrib.versionfile.docJar
2313[info] compiling 2 Scala sources to /build/repo/out/contrib/versionfile/test/compile.dest/classes ...
2314[info] done compiling
2315Successfully evaluated contrib.versionfile.test.compile
2316Publishing Artifact(com.lihaoyi,mill-contrib-versionfile_3,SNAPSHOT) to ivy repo /root/.ivy2/local
2317Successfully evaluated contrib.versionfile.publishLocal
2318
2319************************
2320Build summary:
2321[{
2322 "module": "mill-libs-javalib-classgraph-worker",
2323 "compile": {"status": "ok", "tookMs": 57441, "warnings": 0, "errors": 0},
2324 "doc": {"status": "ok", "tookMs": 3867, "files": 1, "totalSizeKb": 2652},
2325 "test-compile": {"status": "ok", "tookMs": 110917, "warnings": 0, "errors": 0},
2326 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2327 "publish": {"status": "ok", "tookMs": 911},
2328 "metadata": {
2329 "crossScalaVersions": []
2330}
2331},{
2332 "module": "mill-contrib-buildinfo",
2333 "compile": {"status": "ok", "tookMs": 224974, "warnings": 0, "errors": 0},
2334 "doc": {"status": "ok", "tookMs": 9498, "files": 1, "totalSizeKb": 2684},
2335 "test-compile": {"status": "ok", "tookMs": 21028, "warnings": 0, "errors": 0},
2336 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2337 "publish": {"status": "ok", "tookMs": 472},
2338 "metadata": {
2339 "crossScalaVersions": []
2340}
2341},{
2342 "module": "mill-core-eval",
2343 "compile": {"status": "ok", "tookMs": 166, "warnings": 0, "errors": 0},
2344 "doc": {"status": "ok", "tookMs": 5816, "files": 1, "totalSizeKb": 2660},
2345 "test-compile": {"status": "ok", "tookMs": 942, "warnings": 0, "errors": 0},
2346 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2347 "publish": {"status": "ok", "tookMs": 314},
2348 "metadata": {
2349 "crossScalaVersions": []
2350}
2351},{
2352 "module": "mill-contrib-scalapblib",
2353 "compile": {"status": "ok", "tookMs": 10640, "warnings": 0, "errors": 0},
2354 "doc": {"status": "ok", "tookMs": 7627, "files": 1, "totalSizeKb": 2685},
2355 "test-compile": {"status": "ok", "tookMs": 18566, "warnings": 0, "errors": 0},
2356 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2357 "publish": {"status": "ok", "tookMs": 202},
2358 "metadata": {
2359 "crossScalaVersions": []
2360}
2361},{
2362 "module": "mill-runner-eclipse",
2363 "compile": {"status": "ok", "tookMs": 9047, "warnings": 0, "errors": 0},
2364 "doc": {"status": "ok", "tookMs": 5052, "files": 1, "totalSizeKb": 2674},
2365 "test-compile": {"status": "ok", "tookMs": 914, "warnings": 0, "errors": 0},
2366 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2367 "publish": {"status": "ok", "tookMs": 192},
2368 "metadata": {
2369 "crossScalaVersions": []
2370}
2371},{
2372 "module": "mill-runner-bsp-worker",
2373 "compile": {"status": "ok", "tookMs": 38117, "warnings": 0, "errors": 0},
2374 "doc": {"status": "ok", "tookMs": 6912, "files": 1, "totalSizeKb": 2662},
2375 "test-compile": {"status": "ok", "tookMs": 1134, "warnings": 0, "errors": 0},
2376 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2377 "publish": {"status": "ok", "tookMs": 491},
2378 "metadata": {
2379 "crossScalaVersions": []
2380}
2381},{
2382 "module": "mill-libs-kotlinlib-ksp2-api",
2383 "compile": {"status": "ok", "tookMs": 23, "warnings": 0, "errors": 0},
2384 "doc": {"status": "ok", "tookMs": 3332, "files": 1, "totalSizeKb": 2658},
2385 "test-compile": {"status": "ok", "tookMs": 525, "warnings": 0, "errors": 0},
2386 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2387 "publish": {"status": "ok", "tookMs": 40},
2388 "metadata": {
2389 "crossScalaVersions": []
2390}
2391},{
2392 "module": "mill-libs-javalib-worker",
2393 "compile": {"status": "ok", "tookMs": 22751, "warnings": 0, "errors": 0},
2394 "doc": {"status": "ok", "tookMs": 7660, "files": 1, "totalSizeKb": 2788},
2395 "test-compile": {"status": "ok", "tookMs": 1122, "warnings": 0, "errors": 0},
2396 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2397 "publish": {"status": "ok", "tookMs": 484},
2398 "metadata": {
2399 "crossScalaVersions": []
2400}
2401},{
2402 "module": "mill-contrib-playlib",
2403 "compile": {"status": "ok", "tookMs": 28672, "warnings": 0, "errors": 0},
2404 "doc": {"status": "ok", "tookMs": 15551, "files": 1, "totalSizeKb": 2804},
2405 "test-compile": {"status": "ok", "tookMs": 25327, "warnings": 0, "errors": 0},
2406 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2407 "publish": {"status": "ok", "tookMs": 245},
2408 "metadata": {
2409 "crossScalaVersions": []
2410}
2411},{
2412 "module": "mill-libs-javalib",
2413 "compile": {"status": "ok", "tookMs": 184, "warnings": 0, "errors": 0},
2414 "doc": {"status": "ok", "tookMs": 28226, "files": 1, "totalSizeKb": 4861},
2415 "test-compile": {"status": "ok", "tookMs": 5999, "warnings": 0, "errors": 0},
2416 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2417 "publish": {"status": "ok", "tookMs": 637},
2418 "metadata": {
2419 "crossScalaVersions": []
2420}
2421},{
2422 "module": "mill-libs-init-maven",
2423 "compile": {"status": "ok", "tookMs": 35844, "warnings": 0, "errors": 0},
2424 "doc": {"status": "ok", "tookMs": 5525, "files": 1, "totalSizeKb": 2678},
2425 "test-compile": {"status": "ok", "tookMs": 18010, "warnings": 0, "errors": 0},
2426 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2427 "publish": {"status": "ok", "tookMs": 496},
2428 "metadata": {
2429 "crossScalaVersions": []
2430}
2431},{
2432 "module": "mill-libs-javalib-testrunner",
2433 "compile": {"status": "ok", "tookMs": 71, "warnings": 0, "errors": 0},
2434 "doc": {"status": "ok", "tookMs": 4844, "files": 1, "totalSizeKb": 2681},
2435 "test-compile": {"status": "ok", "tookMs": 590, "warnings": 0, "errors": 0},
2436 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2437 "publish": {"status": "ok", "tookMs": 187},
2438 "metadata": {
2439 "crossScalaVersions": []
2440}
2441},{
2442 "module": "mill-libs-util",
2443 "compile": {"status": "ok", "tookMs": 47, "warnings": 0, "errors": 0},
2444 "doc": {"status": "ok", "tookMs": 9592, "files": 1, "totalSizeKb": 2832},
2445 "test-compile": {"status": "ok", "tookMs": 28626, "warnings": 0, "errors": 0},
2446 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2447 "publish": {"status": "ok", "tookMs": 185},
2448 "metadata": {
2449 "crossScalaVersions": []
2450}
2451},{
2452 "module": "mill-core-api-daemon",
2453 "compile": {"status": "ok", "tookMs": 42, "warnings": 0, "errors": 0},
2454 "doc": {"status": "ok", "tookMs": 8583, "files": 1, "totalSizeKb": 3208},
2455 "test-compile": {"status": "ok", "tookMs": 545, "warnings": 0, "errors": 0},
2456 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2457 "publish": {"status": "ok", "tookMs": 94},
2458 "metadata": {
2459 "crossScalaVersions": []
2460}
2461},{
2462 "module": "mill-libs-graphviz",
2463 "compile": {"status": "ok", "tookMs": 7258, "warnings": 0, "errors": 0},
2464 "doc": {"status": "ok", "tookMs": 3934, "files": 1, "totalSizeKb": 2658},
2465 "test-compile": {"status": "ok", "tookMs": 815, "warnings": 0, "errors": 0},
2466 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2467 "publish": {"status": "ok", "tookMs": 274},
2468 "metadata": {
2469 "crossScalaVersions": []
2470}
2471},{
2472 "module": "mill-libs-init-gradle",
2473 "compile": {"status": "ok", "tookMs": 12145, "warnings": 0, "errors": 0},
2474 "doc": {"status": "ok", "tookMs": 4972, "files": 1, "totalSizeKb": 2658},
2475 "test-compile": {"status": "ok", "tookMs": 7193, "warnings": 0, "errors": 0},
2476 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2477 "publish": {"status": "ok", "tookMs": 946},
2478 "metadata": {
2479 "crossScalaVersions": []
2480}
2481},{
2482 "module": "mill-testkit",
2483 "compile": {"status": "ok", "tookMs": 115, "warnings": 0, "errors": 0},
2484 "doc": {"status": "ok", "tookMs": 7077, "files": 1, "totalSizeKb": 2731},
2485 "test-compile": {"status": "ok", "tookMs": 10718, "warnings": 0, "errors": 0},
2486 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2487 "publish": {"status": "ok", "tookMs": 285},
2488 "metadata": {
2489 "crossScalaVersions": []
2490}
2491},{
2492 "module": "mill-contrib-scoverage-worker2",
2493 "compile": {"status": "ok", "tookMs": 4924, "warnings": 0, "errors": 0},
2494 "doc": {"status": "ok", "tookMs": 2981, "files": 1, "totalSizeKb": 2652},
2495 "test-compile": {"status": "ok", "tookMs": 619, "warnings": 0, "errors": 0},
2496 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2497 "publish": {"status": "ok", "tookMs": 61},
2498 "metadata": {
2499 "crossScalaVersions": []
2500}
2501},{
2502 "module": "mill-runner-launcher",
2503 "compile": {"status": "ok", "tookMs": 92, "warnings": 0, "errors": 0},
2504 "doc": {"status": "ok", "tookMs": 3921, "files": 1, "totalSizeKb": 2662},
2505 "test-compile": {"status": "ok", "tookMs": 672, "warnings": 0, "errors": 0},
2506 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2507 "publish": {"status": "ok", "tookMs": 263},
2508 "metadata": {
2509 "crossScalaVersions": []
2510}
2511},{
2512 "module": "mill-runner-idea",
2513 "compile": {"status": "ok", "tookMs": 14514, "warnings": 0, "errors": 0},
2514 "doc": {"status": "ok", "tookMs": 5430, "files": 1, "totalSizeKb": 2677},
2515 "test-compile": {"status": "ok", "tookMs": 561, "warnings": 0, "errors": 0},
2516 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2517 "publish": {"status": "ok", "tookMs": 153},
2518 "metadata": {
2519 "crossScalaVersions": []
2520}
2521},{
2522 "module": "mill-libs-init",
2523 "compile": {"status": "ok", "tookMs": 144, "warnings": 0, "errors": 0},
2524 "doc": {"status": "ok", "tookMs": 7385, "files": 1, "totalSizeKb": 2711},
2525 "test-compile": {"status": "ok", "tookMs": 353, "warnings": 0, "errors": 0},
2526 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2527 "publish": {"status": "ok", "tookMs": 308},
2528 "metadata": {
2529 "crossScalaVersions": []
2530}
2531},{
2532 "module": "mill-runner-bsp",
2533 "compile": {"status": "ok", "tookMs": 115, "warnings": 0, "errors": 0},
2534 "doc": {"status": "ok", "tookMs": 3646, "files": 1, "totalSizeKb": 2652},
2535 "test-compile": {"status": "ok", "tookMs": 580, "warnings": 0, "errors": 0},
2536 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2537 "publish": {"status": "ok", "tookMs": 146},
2538 "metadata": {
2539 "crossScalaVersions": []
2540}
2541},{
2542 "module": "mill-libs-androidlib",
2543 "compile": {"status": "ok", "tookMs": 45438, "warnings": 0, "errors": 0},
2544 "doc": {"status": "ok", "tookMs": 26013, "files": 1, "totalSizeKb": 3428},
2545 "test-compile": {"status": "ok", "tookMs": 21674, "warnings": 0, "errors": 0},
2546 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2547 "publish": {"status": "ok", "tookMs": 266},
2548 "metadata": {
2549 "crossScalaVersions": []
2550}
2551},{
2552 "module": "mill-libs-scalanativelib",
2553 "compile": {"status": "ok", "tookMs": 168, "warnings": 0, "errors": 0},
2554 "doc": {"status": "ok", "tookMs": 14124, "files": 1, "totalSizeKb": 2864},
2555 "test-compile": {"status": "ok", "tookMs": 598, "warnings": 0, "errors": 0},
2556 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2557 "publish": {"status": "ok", "tookMs": 356},
2558 "metadata": {
2559 "crossScalaVersions": []
2560}
2561},{
2562 "module": "mill-libs-scalalib",
2563 "compile": {"status": "ok", "tookMs": 150, "warnings": 0, "errors": 0},
2564 "doc": {"status": "ok", "tookMs": 16556, "files": 1, "totalSizeKb": 2927},
2565 "test-compile": {"status": "ok", "tookMs": 76141, "warnings": 0, "errors": 0},
2566 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2567 "publish": {"status": "ok", "tookMs": 341},
2568 "metadata": {
2569 "crossScalaVersions": []
2570}
2571},{
2572 "module": "mill-libs-daemon-server",
2573 "compile": {"status": "ok", "tookMs": 39, "warnings": 0, "errors": 0},
2574 "doc": {"status": "ok", "tookMs": 4729, "files": 1, "totalSizeKb": 2681},
2575 "test-compile": {"status": "ok", "tookMs": 579, "warnings": 0, "errors": 0},
2576 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2577 "publish": {"status": "ok", "tookMs": 56},
2578 "metadata": {
2579 "crossScalaVersions": []
2580}
2581},{
2582 "module": "mill-libs-kotlinlib",
2583 "compile": {"status": "ok", "tookMs": 153, "warnings": 0, "errors": 0},
2584 "doc": {"status": "ok", "tookMs": 20895, "files": 1, "totalSizeKb": 3276},
2585 "test-compile": {"status": "ok", "tookMs": 761, "warnings": 0, "errors": 0},
2586 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2587 "publish": {"status": "ok", "tookMs": 323},
2588 "metadata": {
2589 "crossScalaVersions": []
2590}
2591},{
2592 "module": "mill-libs-init-sbt",
2593 "compile": {"status": "ok", "tookMs": 29235, "warnings": 0, "errors": 0},
2594 "doc": {"status": "ok", "tookMs": 5675, "files": 1, "totalSizeKb": 2661},
2595 "test-compile": {"status": "ok", "tookMs": 8036, "warnings": 0, "errors": 0},
2596 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2597 "publish": {"status": "ok", "tookMs": 53938},
2598 "metadata": {
2599 "crossScalaVersions": []
2600}
2601},{
2602 "module": "mill-libs-init-sbt-models",
2603 "compile": {"status": "ok", "tookMs": 51, "warnings": 0, "errors": 0},
2604 "doc": {"status": "ok", "tookMs": 5, "files": 1, "totalSizeKb": 0},
2605 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
2606 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2607 "publish": {"status": "ok", "tookMs": 122},
2608 "metadata": {
2609 "crossScalaVersions": []
2610}
2611},{
2612 "module": "mill-libs-tabcomplete",
2613 "compile": {"status": "ok", "tookMs": 10091, "warnings": 0, "errors": 0},
2614 "doc": {"status": "ok", "tookMs": 4072, "files": 1, "totalSizeKb": 2649},
2615 "test-compile": {"status": "ok", "tookMs": 12080, "warnings": 0, "errors": 0},
2616 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2617 "publish": {"status": "ok", "tookMs": 197},
2618 "metadata": {
2619 "crossScalaVersions": []
2620}
2621},{
2622 "module": "mill-contrib-gitlab",
2623 "compile": {"status": "ok", "tookMs": 11726, "warnings": 0, "errors": 0},
2624 "doc": {"status": "ok", "tookMs": 9000, "files": 1, "totalSizeKb": 2757},
2625 "test-compile": {"status": "ok", "tookMs": 13617, "warnings": 0, "errors": 0},
2626 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2627 "publish": {"status": "ok", "tookMs": 231},
2628 "metadata": {
2629 "crossScalaVersions": []
2630}
2631},{
2632 "module": "mill-libs-scalajslib-worker-1",
2633 "compile": {"status": "ok", "tookMs": 11741, "warnings": 0, "errors": 0},
2634 "doc": {"status": "ok", "tookMs": 4453, "files": 1, "totalSizeKb": 2685},
2635 "test-compile": {"status": "ok", "tookMs": 602, "warnings": 0, "errors": 0},
2636 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2637 "publish": {"status": "ok", "tookMs": 114},
2638 "metadata": {
2639 "crossScalaVersions": []
2640}
2641},{
2642 "module": "mill-libs-init-buildgen",
2643 "compile": {"status": "ok", "tookMs": 191, "warnings": 0, "errors": 0},
2644 "doc": {"status": "ok", "tookMs": 6812, "files": 1, "totalSizeKb": 2772},
2645 "test-compile": {"status": "ok", "tookMs": 392, "warnings": 0, "errors": 0},
2646 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2647 "publish": {"status": "ok", "tookMs": 289},
2648 "metadata": {
2649 "crossScalaVersions": []
2650}
2651},{
2652 "module": "mill-contrib-scoverage",
2653 "compile": {"status": "ok", "tookMs": 14223, "warnings": 0, "errors": 0},
2654 "doc": {"status": "ok", "tookMs": 11774, "files": 1, "totalSizeKb": 2767},
2655 "test-compile": {"status": "ok", "tookMs": 20253, "warnings": 0, "errors": 0},
2656 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2657 "publish": {"status": "ok", "tookMs": 212},
2658 "metadata": {
2659 "crossScalaVersions": []
2660}
2661},{
2662 "module": "mill-libs-kotlinlib-ksp2",
2663 "compile": {"status": "ok", "tookMs": 4628, "warnings": 0, "errors": 0},
2664 "doc": {"status": "ok", "tookMs": 3411, "files": 1, "totalSizeKb": 2653},
2665 "test-compile": {"status": "ok", "tookMs": 554, "warnings": 0, "errors": 0},
2666 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2667 "publish": {"status": "ok", "tookMs": 42},
2668 "metadata": {
2669 "crossScalaVersions": []
2670}
2671},{
2672 "module": "mill-libs-rpc",
2673 "compile": {"status": "ok", "tookMs": 43, "warnings": 0, "errors": 0},
2674 "doc": {"status": "ok", "tookMs": 6400, "files": 1, "totalSizeKb": 2812},
2675 "test-compile": {"status": "ok", "tookMs": 16329, "warnings": 0, "errors": 0},
2676 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2677 "publish": {"status": "ok", "tookMs": 100},
2678 "metadata": {
2679 "crossScalaVersions": []
2680}
2681},{
2682 "module": "mill-libs-scalajslib-api",
2683 "compile": {"status": "ok", "tookMs": 15, "warnings": 0, "errors": 0},
2684 "doc": {"status": "ok", "tookMs": 3132, "files": 1, "totalSizeKb": 2644},
2685 "test-compile": {"status": "ok", "tookMs": 524, "warnings": 0, "errors": 0},
2686 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2687 "publish": {"status": "ok", "tookMs": 49},
2688 "metadata": {
2689 "crossScalaVersions": []
2690}
2691},{
2692 "module": "mill-runner-codesig",
2693 "compile": {"status": "ok", "tookMs": 20166, "warnings": 0, "errors": 0},
2694 "doc": {"status": "ok", "tookMs": 7950, "files": 1, "totalSizeKb": 2898},
2695 "test-compile": {"status": "ok", "tookMs": 12012, "warnings": 0, "errors": 0},
2696 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2697 "publish": {"status": "ok", "tookMs": 215},
2698 "metadata": {
2699 "crossScalaVersions": []
2700}
2701},{
2702 "module": "mill-runner-server",
2703 "compile": {"status": "ok", "tookMs": 224, "warnings": 0, "errors": 0},
2704 "doc": {"status": "ok", "tookMs": 4515, "files": 1, "totalSizeKb": 2657},
2705 "test-compile": {"status": "ok", "tookMs": 11100, "warnings": 0, "errors": 0},
2706 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2707 "publish": {"status": "ok", "tookMs": 240},
2708 "metadata": {
2709 "crossScalaVersions": []
2710}
2711},{
2712 "module": "mill-contrib-sonatypecentral",
2713 "compile": {"status": "ok", "tookMs": 579, "warnings": 0, "errors": 0},
2714 "doc": {"status": "ok", "tookMs": 151, "files": 1, "totalSizeKb": 0},
2715 "test-compile": {"status": "ok", "tookMs": 603, "warnings": 0, "errors": 0},
2716 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2717 "publish": {"status": "ok", "tookMs": 148},
2718 "metadata": {
2719 "crossScalaVersions": []
2720}
2721},{
2722 "module": "mill-contrib-playlib-worker-3.0",
2723 "compile": {"status": "ok", "tookMs": 4946, "warnings": 0, "errors": 0},
2724 "doc": {"status": "ok", "tookMs": 2743, "files": 1, "totalSizeKb": 2644},
2725 "test-compile": {"status": "ok", "tookMs": 568, "warnings": 0, "errors": 0},
2726 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2727 "publish": {"status": "ok", "tookMs": 49},
2728 "metadata": {
2729 "crossScalaVersions": []
2730}
2731},{
2732 "module": "mill-contrib-flyway",
2733 "compile": {"status": "ok", "tookMs": 11225, "warnings": 0, "errors": 0},
2734 "doc": {"status": "ok", "tookMs": 8980, "files": 1, "totalSizeKb": 2692},
2735 "test-compile": {"status": "ok", "tookMs": 11828, "warnings": 0, "errors": 0},
2736 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2737 "publish": {"status": "ok", "tookMs": 234},
2738 "metadata": {
2739 "crossScalaVersions": []
2740}
2741},{
2742 "module": "mill-libs-javalib-scalameta-worker",
2743 "compile": {"status": "ok", "tookMs": 6502, "warnings": 0, "errors": 0},
2744 "doc": {"status": "ok", "tookMs": 4249, "files": 1, "totalSizeKb": 2652},
2745 "test-compile": {"status": "ok", "tookMs": 705, "warnings": 0, "errors": 0},
2746 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2747 "publish": {"status": "ok", "tookMs": 234},
2748 "metadata": {
2749 "crossScalaVersions": []
2750}
2751},{
2752 "module": "mill-core-internal",
2753 "compile": {"status": "ok", "tookMs": 112, "warnings": 0, "errors": 0},
2754 "doc": {"status": "ok", "tookMs": 4523, "files": 1, "totalSizeKb": 2644},
2755 "test-compile": {"status": "ok", "tookMs": 574, "warnings": 0, "errors": 0},
2756 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2757 "publish": {"status": "ok", "tookMs": 212},
2758 "metadata": {
2759 "crossScalaVersions": []
2760}
2761},{
2762 "module": "mill-libs-scalajslib",
2763 "compile": {"status": "ok", "tookMs": 151, "warnings": 0, "errors": 0},
2764 "doc": {"status": "ok", "tookMs": 12925, "files": 1, "totalSizeKb": 2878},
2765 "test-compile": {"status": "ok", "tookMs": 228, "warnings": 0, "errors": 0},
2766 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2767 "publish": {"status": "ok", "tookMs": 334},
2768 "metadata": {
2769 "crossScalaVersions": []
2770}
2771},{
2772 "module": "mill-libs-javalib-api",
2773 "compile": {"status": "ok", "tookMs": 45, "warnings": 0, "errors": 0},
2774 "doc": {"status": "ok", "tookMs": 5031, "files": 1, "totalSizeKb": 2717},
2775 "test-compile": {"status": "ok", "tookMs": 175, "warnings": 0, "errors": 0},
2776 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2777 "publish": {"status": "ok", "tookMs": 75},
2778 "metadata": {
2779 "crossScalaVersions": []
2780}
2781},{
2782 "module": "mill-libs-javascriptlib",
2783 "compile": {"status": "ok", "tookMs": 34417, "warnings": 0, "errors": 0},
2784 "doc": {"status": "ok", "tookMs": 8954, "files": 1, "totalSizeKb": 2773},
2785 "test-compile": {"status": "ok", "tookMs": 7695, "warnings": 0, "errors": 0},
2786 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2787 "publish": {"status": "ok", "tookMs": 256},
2788 "metadata": {
2789 "crossScalaVersions": []
2790}
2791},{
2792 "module": "mill-contrib-codeartifact",
2793 "compile": {"status": "ok", "tookMs": 9326, "warnings": 0, "errors": 0},
2794 "doc": {"status": "ok", "tookMs": 8084, "files": 1, "totalSizeKb": 2685},
2795 "test-compile": {"status": "ok", "tookMs": 598, "warnings": 0, "errors": 0},
2796 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2797 "publish": {"status": "ok", "tookMs": 138},
2798 "metadata": {
2799 "crossScalaVersions": []
2800}
2801},{
2802 "module": "mill-libs-androidlib-keytool",
2803 "compile": {"status": "ok", "tookMs": 6727, "warnings": 0, "errors": 0},
2804 "doc": {"status": "ok", "tookMs": 5095, "files": 1, "totalSizeKb": 2669},
2805 "test-compile": {"status": "ok", "tookMs": 7792, "warnings": 0, "errors": 0},
2806 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2807 "publish": {"status": "ok", "tookMs": 409},
2808 "metadata": {
2809 "crossScalaVersions": []
2810}
2811},{
2812 "module": "mill-runner-meta",
2813 "compile": {"status": "ok", "tookMs": 20727, "warnings": 0, "errors": 0},
2814 "doc": {"status": "ok", "tookMs": 10941, "files": 1, "totalSizeKb": 2728},
2815 "test-compile": {"status": "ok", "tookMs": 921, "warnings": 0, "errors": 0},
2816 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2817 "publish": {"status": "ok", "tookMs": 274},
2818 "metadata": {
2819 "crossScalaVersions": []
2820}
2821},{
2822 "module": "mill-libs-javalib-spotless-worker",
2823 "compile": {"status": "ok", "tookMs": 9630, "warnings": 0, "errors": 0},
2824 "doc": {"status": "ok", "tookMs": 5316, "files": 1, "totalSizeKb": 2667},
2825 "test-compile": {"status": "ok", "tookMs": 696, "warnings": 0, "errors": 0},
2826 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2827 "publish": {"status": "ok", "tookMs": 582},
2828 "metadata": {
2829 "crossScalaVersions": []
2830}
2831},{
2832 "module": "mill-contrib-artifactory",
2833 "compile": {"status": "ok", "tookMs": 9643, "warnings": 0, "errors": 0},
2834 "doc": {"status": "ok", "tookMs": 8645, "files": 1, "totalSizeKb": 2686},
2835 "test-compile": {"status": "ok", "tookMs": 602, "warnings": 0, "errors": 0},
2836 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2837 "publish": {"status": "ok", "tookMs": 141},
2838 "metadata": {
2839 "crossScalaVersions": []
2840}
2841},{
2842 "module": "mill-core-api",
2843 "compile": {"status": "ok", "tookMs": 42, "warnings": 0, "errors": 0},
2844 "doc": {"status": "ok", "tookMs": 11742, "files": 1, "totalSizeKb": 3158},
2845 "test-compile": {"status": "ok", "tookMs": 202, "warnings": 0, "errors": 0},
2846 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2847 "publish": {"status": "ok", "tookMs": 128},
2848 "metadata": {
2849 "crossScalaVersions": []
2850}
2851},{
2852 "module": "mill-core-internal-cli",
2853 "compile": {"status": "ok", "tookMs": 65, "warnings": 0, "errors": 0},
2854 "doc": {"status": "ok", "tookMs": 4053, "files": 1, "totalSizeKb": 2657},
2855 "test-compile": {"status": "ok", "tookMs": 181, "warnings": 0, "errors": 0},
2856 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2857 "publish": {"status": "ok", "tookMs": 158},
2858 "metadata": {
2859 "crossScalaVersions": []
2860}
2861},{
2862 "module": "mill-runner-daemon",
2863 "compile": {"status": "ok", "tookMs": 21825, "warnings": 0, "errors": 0},
2864 "doc": {"status": "ok", "tookMs": 9034, "files": 1, "totalSizeKb": 2737},
2865 "test-compile": {"status": "ok", "tookMs": 10175, "warnings": 0, "errors": 0},
2866 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2867 "publish": {"status": "ok", "tookMs": 522},
2868 "metadata": {
2869 "crossScalaVersions": []
2870}
2871},{
2872 "module": "mill-libs-kotlinlib-api",
2873 "compile": {"status": "ok", "tookMs": 144, "warnings": 0, "errors": 0},
2874 "doc": {"status": "ok", "tookMs": 3906, "files": 1, "totalSizeKb": 2665},
2875 "test-compile": {"status": "ok", "tookMs": 246, "warnings": 0, "errors": 0},
2876 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2877 "publish": {"status": "ok", "tookMs": 178},
2878 "metadata": {
2879 "crossScalaVersions": []
2880}
2881},{
2882 "module": "mill-core-resolve",
2883 "compile": {"status": "ok", "tookMs": 83, "warnings": 0, "errors": 0},
2884 "doc": {"status": "ok", "tookMs": 4687, "files": 1, "totalSizeKb": 2644},
2885 "test-compile": {"status": "ok", "tookMs": 35716, "warnings": 0, "errors": 0},
2886 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2887 "publish": {"status": "ok", "tookMs": 263},
2888 "metadata": {
2889 "crossScalaVersions": []
2890}
2891},{
2892 "module": "mill-libs-scalanativelib-worker-0.5",
2893 "compile": {"status": "ok", "tookMs": 5588, "warnings": 0, "errors": 0},
2894 "doc": {"status": "ok", "tookMs": 3569, "files": 1, "totalSizeKb": 2653},
2895 "test-compile": {"status": "ok", "tookMs": 594, "warnings": 0, "errors": 0},
2896 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2897 "publish": {"status": "ok", "tookMs": 46},
2898 "metadata": {
2899 "crossScalaVersions": []
2900}
2901},{
2902 "module": "mill-contrib-playlib-worker-2.9",
2903 "compile": {"status": "ok", "tookMs": 4881, "warnings": 0, "errors": 0},
2904 "doc": {"status": "ok", "tookMs": 2822, "files": 1, "totalSizeKb": 2644},
2905 "test-compile": {"status": "ok", "tookMs": 570, "warnings": 0, "errors": 0},
2906 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2907 "publish": {"status": "ok", "tookMs": 50},
2908 "metadata": {
2909 "crossScalaVersions": []
2910}
2911},{
2912 "module": "mill-contrib-docker",
2913 "compile": {"status": "ok", "tookMs": 12591, "warnings": 0, "errors": 0},
2914 "doc": {"status": "ok", "tookMs": 4444, "files": 1, "totalSizeKb": 2657},
2915 "test-compile": {"status": "ok", "tookMs": 13918, "warnings": 0, "errors": 0},
2916 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2917 "publish": {"status": "ok", "tookMs": 164},
2918 "metadata": {
2919 "crossScalaVersions": []
2920}
2921},{
2922 "module": "mill-contrib-twirllib",
2923 "compile": {"status": "ok", "tookMs": 161, "warnings": 0, "errors": 0},
2924 "doc": {"status": "ok", "tookMs": 5705, "files": 1, "totalSizeKb": 2667},
2925 "test-compile": {"status": "ok", "tookMs": 12100, "warnings": 0, "errors": 0},
2926 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2927 "publish": {"status": "ok", "tookMs": 176},
2928 "metadata": {
2929 "crossScalaVersions": []
2930}
2931},{
2932 "module": "mill-libs-daemon",
2933 "compile": {"status": "ok", "tookMs": 487, "warnings": 0, "errors": 0},
2934 "doc": {"status": "ok", "tookMs": 63, "files": 1, "totalSizeKb": 0},
2935 "test-compile": {"status": "ok", "tookMs": 455, "warnings": 0, "errors": 0},
2936 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2937 "publish": {"status": "ok", "tookMs": 31},
2938 "metadata": {
2939 "crossScalaVersions": []
2940}
2941},{
2942 "module": "mill-libs-androidlib-hilt",
2943 "compile": {"status": "ok", "tookMs": 244, "warnings": 0, "errors": 0},
2944 "doc": {"status": "ok", "tookMs": 4294, "files": 1, "totalSizeKb": 2657},
2945 "test-compile": {"status": "ok", "tookMs": 419, "warnings": 0, "errors": 0},
2946 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2947 "publish": {"status": "ok", "tookMs": 17586},
2948 "metadata": {
2949 "crossScalaVersions": []
2950}
2951},{
2952 "module": "mill-contrib-jmh",
2953 "compile": {"status": "ok", "tookMs": 9535, "warnings": 0, "errors": 0},
2954 "doc": {"status": "ok", "tookMs": 7408, "files": 1, "totalSizeKb": 2672},
2955 "test-compile": {"status": "ok", "tookMs": 11017, "warnings": 0, "errors": 0},
2956 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2957 "publish": {"status": "ok", "tookMs": 221},
2958 "metadata": {
2959 "crossScalaVersions": []
2960}
2961},{
2962 "module": "mill-libs-javalib-maven-worker",
2963 "compile": {"status": "ok", "tookMs": 7003, "warnings": 0, "errors": 0},
2964 "doc": {"status": "ok", "tookMs": 4382, "files": 1, "totalSizeKb": 2659},
2965 "test-compile": {"status": "ok", "tookMs": 809, "warnings": 0, "errors": 0},
2966 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2967 "publish": {"status": "ok", "tookMs": 592},
2968 "metadata": {
2969 "crossScalaVersions": []
2970}
2971},{
2972 "module": "mill-libs-javalib-jarjarabrams-worker",
2973 "compile": {"status": "ok", "tookMs": 4902, "warnings": 0, "errors": 0},
2974 "doc": {"status": "ok", "tookMs": 3739, "files": 1, "totalSizeKb": 2652},
2975 "test-compile": {"status": "ok", "tookMs": 743, "warnings": 0, "errors": 0},
2976 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2977 "publish": {"status": "ok", "tookMs": 239},
2978 "metadata": {
2979 "crossScalaVersions": []
2980}
2981},{
2982 "module": "mill-contrib-proguard",
2983 "compile": {"status": "ok", "tookMs": 10961, "warnings": 0, "errors": 0},
2984 "doc": {"status": "ok", "tookMs": 8501, "files": 1, "totalSizeKb": 2675},
2985 "test-compile": {"status": "ok", "tookMs": 12617, "warnings": 0, "errors": 0},
2986 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2987 "publish": {"status": "ok", "tookMs": 235},
2988 "metadata": {
2989 "crossScalaVersions": []
2990}
2991},{
2992 "module": "mill-core-exec",
2993 "compile": {"status": "ok", "tookMs": 88, "warnings": 0, "errors": 0},
2994 "doc": {"status": "ok", "tookMs": 6223, "files": 1, "totalSizeKb": 2683},
2995 "test-compile": {"status": "ok", "tookMs": 35054, "warnings": 0, "errors": 0},
2996 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2997 "publish": {"status": "ok", "tookMs": 197},
2998 "metadata": {
2999 "crossScalaVersions": []
3000}
3001},{
3002 "module": "mill-libs",
3003 "compile": {"status": "ok", "tookMs": 24846, "warnings": 0, "errors": 0},
3004 "doc": {"status": "ok", "tookMs": 614, "files": 1, "totalSizeKb": 0},
3005 "test-compile": {"status": "ok", "tookMs": 445, "warnings": 0, "errors": 0},
3006 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3007 "publish": {"status": "ok", "tookMs": 459},
3008 "metadata": {
3009 "crossScalaVersions": []
3010}
3011},{
3012 "module": "mill-libs-pythonlib",
3013 "compile": {"status": "ok", "tookMs": 150, "warnings": 0, "errors": 0},
3014 "doc": {"status": "ok", "tookMs": 10861, "files": 1, "totalSizeKb": 2816},
3015 "test-compile": {"status": "ok", "tookMs": 9734, "warnings": 0, "errors": 0},
3016 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3017 "publish": {"status": "ok", "tookMs": 355},
3018 "metadata": {
3019 "crossScalaVersions": []
3020}
3021},{
3022 "module": "mill-libs-scalanativelib-api",
3023 "compile": {"status": "ok", "tookMs": 15, "warnings": 0, "errors": 0},
3024 "doc": {"status": "ok", "tookMs": 2622, "files": 1, "totalSizeKb": 2644},
3025 "test-compile": {"status": "ok", "tookMs": 160, "warnings": 0, "errors": 0},
3026 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3027 "publish": {"status": "ok", "tookMs": 35},
3028 "metadata": {
3029 "crossScalaVersions": []
3030}
3031},{
3032 "module": "mill-libs-kotlinlib-worker",
3033 "compile": {"status": "ok", "tookMs": 7571, "warnings": 0, "errors": 0},
3034 "doc": {"status": "ok", "tookMs": 4090, "files": 1, "totalSizeKb": 2663},
3035 "test-compile": {"status": "ok", "tookMs": 632, "warnings": 0, "errors": 0},
3036 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3037 "publish": {"status": "ok", "tookMs": 114},
3038 "metadata": {
3039 "crossScalaVersions": []
3040}
3041},{
3042 "module": "mill-libs-javalib-spring-boot-worker",
3043 "compile": {"status": "ok", "tookMs": 5172, "warnings": 0, "errors": 0},
3044 "doc": {"status": "ok", "tookMs": 3384, "files": 1, "totalSizeKb": 2653},
3045 "test-compile": {"status": "ok", "tookMs": 565, "warnings": 0, "errors": 0},
3046 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3047 "publish": {"status": "ok", "tookMs": 72},
3048 "metadata": {
3049 "crossScalaVersions": []
3050}
3051},{
3052 "module": "mill-contrib-versionfile",
3053 "compile": {"status": "ok", "tookMs": 10965, "warnings": 0, "errors": 0},
3054 "doc": {"status": "ok", "tookMs": 4719, "files": 1, "totalSizeKb": 2675},
3055 "test-compile": {"status": "ok", "tookMs": 11668, "warnings": 0, "errors": 0},
3056 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3057 "publish": {"status": "ok", "tookMs": 204},
3058 "metadata": {
3059 "crossScalaVersions": []
3060}
3061}]
3062************************"
3063
3064Checking patch mill-build/src/millbuild/Settings.scala...
3065Checking patch mill-build/src/millbuild/MillStableScalaModule.scala...
3066Checking patch mill-build/src/millbuild/MillStableJavaModule.scala...
3067Checking patch mill-build/src/millbuild/MillScalaModule.scala...
3068Checking patch mill-build/src/millbuild/MillPublishScalaModule.scala...
3069Checking patch mill-build/src/millbuild/MillPublishJavaModule.scala...
3070Checking patch mill-build/src/millbuild/MillPublishCrossScalaModule.scala...
3071Checking patch mill-build/src/millbuild/MillJavaModule.scala...
3072Checking patch mill-build/src/millbuild/MillBaseTestsModule.scala...
3073Checking patch mill-build/src/millbuild/Deps.scala...
3074Checking patch build.mill...
3075Checking patch .mill-jvm-version...
3076Applied patch mill-build/src/millbuild/Settings.scala cleanly.
3077Applied patch mill-build/src/millbuild/MillStableScalaModule.scala cleanly.
3078Applied patch mill-build/src/millbuild/MillStableJavaModule.scala cleanly.
3079Applied patch mill-build/src/millbuild/MillScalaModule.scala cleanly.
3080Applied patch mill-build/src/millbuild/MillPublishScalaModule.scala cleanly.
3081Applied patch mill-build/src/millbuild/MillPublishJavaModule.scala cleanly.
3082Applied patch mill-build/src/millbuild/MillPublishCrossScalaModule.scala cleanly.
3083Applied patch mill-build/src/millbuild/MillJavaModule.scala cleanly.
3084Applied patch mill-build/src/millbuild/MillBaseTestsModule.scala cleanly.
3085Applied patch mill-build/src/millbuild/Deps.scala cleanly.
3086Applied patch build.mill cleanly.
3087Applied patch .mill-jvm-version cleanly.
3088No migration rewrite changes found, would not commit
3089----
3090Preparing build for 3.8.0-RC1-bin-20251020-00120c7-NIGHTLY
3091Scala binary version found: 3.8
3092Implicitly using source version 3.8
3093Scala binary version found: 3.8
3094Implicitly using source version 3.8
3095Would try to apply common scalacOption (best-effort, sbt/mill only):
3096Append: ,REQUIRE:-source:3.8
3097Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3098
3099Try apply source patch:
3100Path: mill-build/src/millbuild/Deps.scala
3101Pattern: val scalaVersion = "3\..*\"
3102Replacement: val scalaVersion = "3.8.0-RC1-bin-20251020-00120c7-NIGHTLY"
3103Successfully applied pattern 'val scalaVersion = "3\..*\"' in mill-build/src/millbuild/Deps.scala
3104----
3105Starting build for 3.8.0-RC1-bin-20251020-00120c7-NIGHTLY
3106Execute tests: false
3107Mill project found:
3108Found explicit mill version 1.0.5-31-2f0796 in build directive
3109Detected mill version=1.0.5-31-2f0796, binary version: 1.0
3110Execute project prepare script: /opencb/project-builder/prepare-scripts/com-lihaoyi/mill
3111#!/usr/bin/env -S scala-cli shebang -S 3
3112//> using toolkit default
3113
3114val projectDir = sys.env.get("OPENCB_PROJECT_DIR")
3115 .map(os.Path(_))
3116 .getOrElse(sys.error("no OPENCB_PROJECT_DIR env"))
3117
3118os.write.append(projectDir / ".mill-jvm-opts", "-XX:CompressedClassSpaceSize=1400m")
3119
3120val scalaVersion = sys.env.get("OPENCB_SCALA_VERSION")
3121 .getOrElse(sys.error("no OPENCB_SCALA_VERSION env"))
3122
3123val minJDKVersion = scalaVersion.split('.').take(2).map(_.toInt) match {
3124 case Array(3, minor) if minor >= 8 => 17
3125 case _ => 8
3126}
3127
3128val millDefsVersion = os.read
3129 .lines(projectDir / "mill-build"/ "src" / "millbuild"/ "Deps.scala")
3130 .map(_.trim)
3131 .collectFirst:
3132 case s"""val millModuledefsVersion = "$version"""" => version
3133 .getOrElse(sys.error("Failed to resolve millModuleDefs version"))
3134
3135val repositoryDir = os.temp.dir(prefix = "mill-moduledefs-")
3136os.proc("git", "clone", "https://github.com/com-lihaoyi/mill-moduledefs", repositoryDir, "-b", millDefsVersion).call(check = true)
3137
3138val updatedBuild = os.read(repositoryDir / "build.sc")
3139 .replaceAll(raw"Cross\[ModuleDefsCross]\(.*\)", s"""Cross[ModuleDefsCross](Seq("3.7.1"))""")
3140 .replaceAll(raw"Cross\[PluginCross]\(.*\)", s"""Cross[PluginCross](Seq("$scalaVersion"))""")
3141 .replace(""""-Yexplicit-nulls",""", "")
3142 .replace(""""-java-output-version", "8""", s""""-java-output-version:${minJDKVersion}""")
3143os.write.over(repositoryDir / "build.sc", updatedBuild)
3144os.write.over(repositoryDir / ".mill-version", "0.12.15-2-561986")
3145
3146val coursierRepositories = Seq(
3147 "central",
3148 "ivy2local",
3149 "https://repo.scala-lang.org/artifactory/maven-nightlies",
3150 s"https://scala3.westeurope.cloudapp.azure.com/maven2/$scalaVersion",
3151).mkString("|")
3152
3153os.proc(
3154 "./mill",
3155 "--no-server",
3156 "-D", s"coursier.repositories=$coursierRepositories",
3157 "show", s"__[$scalaVersion].publishLocal",
3158).call(cwd = repositoryDir, check = true)
3159Cloning into '/tmp/mill-moduledefs-1477969141047634376'...
3160Note: switching to '6c08190459f2336c17d118d6c2221b9fc5283c52'.
3161
3162You are in 'detached HEAD' state. You can look around, make experimental
3163changes and commit them, and you can discard any commits you make in this
3164state without impacting any branches by switching back to a branch.
3165
3166If you want to create a new branch to retain commits you create, you may
3167do so (now or later) by using -c with the switch command. Example:
3168
3169 git switch -c <new-branch-name>
3170
3171Or undo this operation with:
3172
3173 git switch -
3174
3175Turn off this advice by setting config variable advice.detachedHead to false
3176
3177================== show __[3.8.0-RC1-bin-20251020-00120c7-NIGHTLY].publishLocal ==================
3178[build.sc-61/65] compile
3179[build.sc-61] [info] compiling 1 Scala source to /tmp/mill-moduledefs-1477969141047634376/out/mill-build/compile.dest/classes ...
3180[build.sc-61] [warn] /tmp/mill-moduledefs-1477969141047634376/build.sc:76:17: 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")`
3181[build.sc-61] [warn] PathRef(millSourcePath / s"resources-$dir")
3182[build.sc-61] [warn] ^
3183[build.sc-61] [warn] /tmp/mill-moduledefs-1477969141047634376/build.sc:102:16: object Separated in object SelectMode is deprecated (since Mill 0.12.10): Use mill.define.SelectMode.Separated instead
3184[build.sc-61] [warn] SelectMode.Separated
3185[build.sc-61] [warn] ^
3186[build.sc-61] [warn] /tmp/mill-moduledefs-1477969141047634376/build.sc:102:5: object SelectMode in package resolve is deprecated (since Mill 0.12.10): Use mill.define.SelectMode instead
3187[build.sc-61] [warn] SelectMode.Separated
3188[build.sc-61] [warn] ^
3189[build.sc-61] [warn] /tmp/mill-moduledefs-1477969141047634376/build.sc:117:11: class SonatypePublisher in package publish is deprecated (since 0.12.15): Use mill.scalalib.SonatypeCentralPublisher instead
3190[build.sc-61] [warn] new SonatypePublisher(
3191[build.sc-61] [warn] ^
3192[build.sc-61] [warn] four warnings found
3193[build.sc-61] [info] done compiling
3194[1/1] show
3195[0J[1A
3196[1-119/137] moduledefs[3.7.1].compile
3197[1-119] [info] compiling 1 Scala source and 1 Java source to /tmp/mill-moduledefs-1477969141047634376/out/moduledefs/3.7.1/compile.dest/classes ...
3198[1-119] [info] done compiling
3199[1-123/137] moduledefs[3.7.1].plugin[3.8.0-RC1-bin-20251020-00120c7-NIGHTLY].compile
3200[1-123] [info] compiling 1 Scala source to /tmp/mill-moduledefs-1477969141047634376/out/moduledefs/3.7.1/plugin/3.8.0-RC1-bin-20251020-00120c7-NIGHTLY/compile.dest/classes ...
3201[1-123] [info] done compiling
3202[1-126/137] moduledefs[3.7.1].plugin[3.8.0-RC1-bin-20251020-00120c7-NIGHTLY].docJar
3203[1-126] Skipping unused scalacOptions: -no-indent
3204[1-126] Flag -classpath set repeatedly
3205[1-126] 1 warning found
3206[1-137/137] moduledefs[3.7.1].plugin[3.8.0-RC1-bin-20251020-00120c7-NIGHTLY].publishLocal
3207[1] [1-137] Publishing Artifact(com.lihaoyi,scalac-mill-moduledefs-plugin_3.8.0-RC1-bin-20251020-00120c7-NIGHTLY,0.11.10) to ivy repo /root/.ivy2/local
3208[0J[1A
3209[0J[1A
3210[1/1] =============== show __[3.8.0-RC1-bin-20251...20c7-NIGHTLY].publishLocal =============== 31s
3211Apply scalafix rules to build.mill
3212Apply scalafix rules to ./mill-build/src/millbuild/MillCommunityBuild.scala
3213Apply scalafix rules to ./mill-build/src/millbuild/MillScalaModule.scala
3214Apply scalafix rules to ./mill-build/src/millbuild/MillStableScalaModule.scala
3215Apply scalafix rules to ./mill-build/src/millbuild/Settings.scala
3216Apply scalafix rules to ./mill-build/src/millbuild/MillBaseTestsModule.scala
3217Apply scalafix rules to ./mill-build/src/millbuild/MillPublishCrossScalaModule.scala
3218Apply scalafix rules to ./mill-build/src/millbuild/MillJavaModule.scala
3219Apply scalafix rules to ./mill-build/src/millbuild/CommunityBuildCore.scala
3220Apply scalafix rules to ./mill-build/src/millbuild/MillPublishJavaModule.scala
3221Apply scalafix rules to ./mill-build/src/millbuild/Deps.scala
3222Apply scalafix rules to ./mill-build/src/millbuild/MillPublishScalaModule.scala
3223Apply scalafix rules to ./mill-build/src/millbuild/MillStableJavaModule.scala
3224##################################
3225Scala version: 3.8.0-RC1-bin-20251020-00120c7-NIGHTLY
3226Targets: com.lihaoyi%mill-contrib-artifactory com.lihaoyi%mill-contrib-buildinfo com.lihaoyi%mill-contrib-codeartifact com.lihaoyi%mill-contrib-docker com.lihaoyi%mill-contrib-flyway com.lihaoyi%mill-contrib-gitlab com.lihaoyi%mill-contrib-jmh com.lihaoyi%mill-contrib-playlib com.lihaoyi%mill-contrib-playlib-worker-2.9 com.lihaoyi%mill-contrib-playlib-worker-3.0 com.lihaoyi%mill-contrib-proguard com.lihaoyi%mill-contrib-scalapblib com.lihaoyi%mill-contrib-scoverage com.lihaoyi%mill-contrib-scoverage-worker2 com.lihaoyi%mill-contrib-sonatypecentral com.lihaoyi%mill-contrib-twirllib com.lihaoyi%mill-contrib-versionfile com.lihaoyi%mill-core-api com.lihaoyi%mill-core-api-daemon com.lihaoyi%mill-core-eval com.lihaoyi%mill-core-exec com.lihaoyi%mill-core-internal com.lihaoyi%mill-core-internal-cli com.lihaoyi%mill-core-resolve com.lihaoyi%mill-libs com.lihaoyi%mill-libs-androidlib com.lihaoyi%mill-libs-androidlib-hilt com.lihaoyi%mill-libs-androidlib-keytool com.lihaoyi%mill-libs-daemon com.lihaoyi%mill-libs-daemon-server com.lihaoyi%mill-libs-graphviz com.lihaoyi%mill-libs-init com.lihaoyi%mill-libs-init-buildgen com.lihaoyi%mill-libs-init-gradle com.lihaoyi%mill-libs-init-maven com.lihaoyi%mill-libs-init-sbt com.lihaoyi%mill-libs-init-sbt-models com.lihaoyi%mill-libs-javalib com.lihaoyi%mill-libs-javalib-api com.lihaoyi%mill-libs-javalib-classgraph-worker com.lihaoyi%mill-libs-javalib-jarjarabrams-worker com.lihaoyi%mill-libs-javalib-maven-worker com.lihaoyi%mill-libs-javalib-scalameta-worker com.lihaoyi%mill-libs-javalib-spotless-worker com.lihaoyi%mill-libs-javalib-spring-boot-worker com.lihaoyi%mill-libs-javalib-testrunner com.lihaoyi%mill-libs-javalib-worker com.lihaoyi%mill-libs-javascriptlib com.lihaoyi%mill-libs-kotlinlib com.lihaoyi%mill-libs-kotlinlib-api com.lihaoyi%mill-libs-kotlinlib-ksp2 com.lihaoyi%mill-libs-kotlinlib-ksp2-api com.lihaoyi%mill-libs-kotlinlib-worker com.lihaoyi%mill-libs-pythonlib com.lihaoyi%mill-libs-rpc com.lihaoyi%mill-libs-scalajslib com.lihaoyi%mill-libs-scalajslib-api com.lihaoyi%mill-libs-scalajslib-worker-1 com.lihaoyi%mill-libs-scalalib com.lihaoyi%mill-libs-scalanativelib com.lihaoyi%mill-libs-scalanativelib-api com.lihaoyi%mill-libs-scalanativelib-worker-0.5 com.lihaoyi%mill-libs-tabcomplete com.lihaoyi%mill-libs-util com.lihaoyi%mill-runner-bsp com.lihaoyi%mill-runner-bsp-worker com.lihaoyi%mill-runner-codesig com.lihaoyi%mill-runner-daemon com.lihaoyi%mill-runner-eclipse com.lihaoyi%mill-runner-idea com.lihaoyi%mill-runner-launcher com.lihaoyi%mill-runner-meta com.lihaoyi%mill-runner-server com.lihaoyi%mill-testkit
3227Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"mill-build/src/millbuild/Deps.scala","pattern":"val scalaVersion = \"3\\..*\\\"","replaceWith":"val scalaVersion = \"<SCALA_VERSION>\" "}]}
3228##################################
3229Server died during startup:
3230ProcessDied{server=LaunchedServer.OsProcess{process=3808}, outputs=ServerLaunchOutputs{No daemon stdout
3231
3232Daemon stderr:
3233
3234Improperly specified VM option 'CompressedClassSpaceSize=1400m-Xmx7G'
3235Error: Could not create the Java Virtual Machine.
3236Error: A fatal exception has occurred. Program will exit.
3237
3238
3239}}
3240Mill launcher ./mill failed to launch, skipping
3241Server died during startup:
3242ProcessDied{server=LaunchedServer.OsProcess{process=3826}, outputs=ServerLaunchOutputs{No daemon stdout
3243
3244Daemon stderr:
3245
3246Improperly specified VM option 'CompressedClassSpaceSize=1400m-Xmx7G'
3247Error: Could not create the Java Virtual Machine.
3248Error: A fatal exception has occurred. Program will exit.
3249
3250
3251}}
3252Mill launcher /opencb/project-builder/mill/millw failed to launch, skipping
3253No working mill launcher found