Build Logs
sake92/mill-local-vs-publish-repro • 3.7.4:2025-11-06
Errors
0
Warnings
15
Total Lines
111
1##################################
2Clonning https://github.com/sake92/mill-local-vs-publish-repro.git into /build/repo using revision 0.0.1
3##################################
4Note: switching to '8f0f5d4e472ea98d6a09a723076a5f582109a71a'.
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
21----
22Preparing build for 3.7.4
23Scala binary version found: 3.7
24Implicitly using source version 3.7
25Scala binary version found: 3.7
26Implicitly using source version 3.7
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.7
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.7.4
32Execute tests: false
33Mill project found:
34Found explicit mill version 0.12.4 in ./mill-version
35Detected mill version=0.12.4, binary version: 0.12
36No prepare script found for project sake92/mill-local-vs-publish-repro
37No mill build directory found
38Apply scalafix rules to build.mill
39##################################
40Scala version: 3.7.4
41Targets: ba.sake%mill-local-vs-publish-runtime-deps
42Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
43##################################
44Downloading mill 0.12.4 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.4/mill-dist-0.12.4.jar ...
45 % Total % Received % Xferd Average Speed Time Time Time Current
46 Dload Upload Total Spent Left Speed
47
48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
50 94 62.7M 94 59.2M 0 0 55.7M 0 0:00:01 0:00:01 --:--:-- 55.7M
51100 62.7M 100 62.7M 0 0 56.1M 0 0:00:01 0:00:01 --:--:-- 56.1M
52Preparing Java 17.0.8 runtime; this may take a minute or two ...
53============================== resolve _ ==============================
54[build.mill-64/68] compile
55[build.mill-64] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
56[build.mill-64] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
57[build.mill-64] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
58[build.mill-64] [warn] ^
59[build.mill-64] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
60[build.mill-64] [warn] .iterator()
61[build.mill-64] [warn] ^
62[build.mill-64] [warn] two warnings found
63[build.mill-64] [info] done compiling
64[1/1] resolve
65[0J[1A
66[0J[1A
67[1/1] ============================== resolve _ ============================== 16s
68Try build using ./mill
69[build.mill] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
70[build.mill] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
71[build.mill] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
72[build.mill] [warn] ^
73[build.mill] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
74[build.mill] [warn] .iterator()
75[build.mill] [warn] ^
76[build.mill] [warn] two warnings found
77[build.mill] [info] done compiling
78Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
79Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
80
81Starting build for mill-local-vs-publish-runtime-deps - [0/1]
82No test module defined in mill-local-vs-publish-runtime-deps
83Failed to resolve scalaVersion, assume it's Scala 3 project
84Successfully evaluated mill-local-vs-publish-runtime-deps.compile
85Successfully evaluated mill-local-vs-publish-runtime-deps.docJar
86Module mill-local-vs-publish-runtime-deps is not a publish module, skipping publishing
87
88************************
89Build summary:
90[{
91 "module": "mill-local-vs-publish-runtime-deps",
92 "compile": {"status": "ok", "tookMs": 1831, "warnings": 0, "errors": 0},
93 "doc": {"status": "ok", "tookMs": 395, "files": 1, "totalSizeKb": 0},
94 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
95 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
96 "publish": {"status": "skipped", "tookMs": 0},
97 "metadata": {
98 "crossScalaVersions": []
99}
100}]
101************************"
102
103/build/build.patch:61: trailing whitespace.
104
105/build/build.patch:67: trailing whitespace.
106
107/build/build.patch:73: trailing whitespace.
108
109Checking patch build.mill...
110Applied patch build.mill cleanly.
111warning: 3 lines add whitespace errors.