Build Logs
coursier/dependency • 3.8.0-RC4:2025-12-22
Errors
0
Warnings
69
Total Lines
244
1##################################
2Clonning https://github.com/coursier/dependency.git into /build/repo using revision v0.3.2
3##################################
4Note: switching to 'e53529f5f81c124c05a85a32cdcd5dd8623c7982'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.7 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4
30Execute tests: false
31Mill project found:
32Found explicit mill version 0.12.2 in ./mill-version
33Detected mill version=0.12.2, binary version: 0.12
34No prepare script found for project coursier/dependency
35No mill build directory found
36Apply scalafix rules to ./build.sc
37Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
38Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
39Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
40Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
41##################################
42Scala version: 3.7.4
43Targets: io.get-coursier%dependency io.get-coursier%dependency-interface
44Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
45##################################
46 % Total % Received % Xferd Average Speed Time Time Time Current
47 Dload Upload Total Spent Left Speed
48
49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
51
52100 64.6M 100 64.6M 0 0 84.2M 0 --:--:-- --:--:-- --:--:-- 84.2M
53Preparing Java 21 runtime; this may take a minute or two ...
54======================================================== resolve _ ===================================================
55======================================================================================================================
56[build.sc-58/62] compile
57[build.sc-58] [info] compiling 5 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
58[build.sc-58] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
59[build.sc-58] [warn] .iterator()
60[build.sc-58] [warn] ^
61[build.sc-58] [warn] one warning found
62[build.sc-58] [info] done compiling
63[1/1] resolve
64[0J[1A
65[0J[1A
66[1/1] ================================================== resolve _ =============================================== 19s
67[1] resolve
68======================================================================================================================
69[1/1] ================================================== resolve _ =============================================== 19s
70======================================================================================================================
71Try build using ./mill
72[build.sc] [info] compiling 5 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
73[build.sc] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
74[build.sc] [warn] .iterator()
75[build.sc] [warn] ^
76[build.sc] [warn] one warning found
77[build.sc] [info] done compiling
78Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
79Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
80OpenCB::Use cross-version 3.7.4 instead of 3.3.4
81
82Starting build for dependency - [0/2]
83Failed to resolve scalaVersion, assume it's Scala 3 project
84[info] compiling 11 Scala sources to /build/repo/out/dependency/jvm/3.7.4/compile.dest/classes ...
85[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/CovariantSet.scala:13:18
86[warn] 13 | protected[this] override def className: String = "CovariantSet"
87[warn] | ^
88[warn] |Ignoring [this] qualifier.
89[warn] |This syntax will be deprecated in the future; it should be dropped.
90[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
91[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
92[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/CovariantSet.scala:29:43
93[warn] 29 | else if (obj.isInstanceOf[CovariantSet[_]]) {
94[warn] | ^
95[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
96[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
97[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/CovariantSet.scala:30:48
98[warn] 30 | val other = obj.asInstanceOf[CovariantSet[_]]
99[warn] | ^
100[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
102[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:99:47
103[warn] 99 | CovariantSet(${Varargs(excludes)}: _*),
104[warn] | ^
105[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
107[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:110:47
108[warn] 110 | CovariantSet(${Varargs(excludes)}: _*),
109[warn] | ^
110[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
112[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:121:47
113[warn] 121 | CovariantSet(${Varargs(excludes)}: _*),
114[warn] | ^
115[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
117[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:132:47
118[warn] 132 | CovariantSet(${Varargs(excludes)}: _*),
119[warn] | ^
120[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
122[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:143:47
123[warn] 143 | CovariantSet(${Varargs(excludes)}: _*),
124[warn] | ^
125[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
127[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:154:47
128[warn] 154 | CovariantSet(${Varargs(excludes)}: _*),
129[warn] | ^
130[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
132[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Mappings.scala:54:31
133[warn] 54 | '{Map(${Varargs(entries)}: _*)}
134[warn] | ^
135[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
137[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Mappings.scala:61:31
138[warn] 61 | '{Seq(${Varargs(entries)}: _*)}
139[warn] | ^
140[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
142[info] [patched file /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Mappings.scala]
143[info] [patched file /build/repo/dependency/shared/src/main/scala-3/dependency/CovariantSet.scala]
144[info] [patched file /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala]
145[warn] there was 1 deprecation warning; re-run with -deprecation for details
146[warn] 12 warnings found
147[info] done compiling
148Successfully evaluated dependency.jvm[3.7.4].compile
149Skipping unused scalacOptions: -source, -rewrite
150Flag -classpath set repeatedly
1511 warning found
152Successfully evaluated dependency.jvm[3.7.4].docJar
153[info] compiling 9 Scala sources to /build/repo/out/dependency/jvm/3.7.4/test/compile.dest/classes ...
154[info] done compiling
155Successfully evaluated dependency.jvm[3.7.4].test.compile
156Publishing Artifact(io.get-coursier,dependency_3,0.3.2) to ivy repo /root/.ivy2/local
157Successfully evaluated dependency.jvm[3.7.4].publishLocal
158
159Starting build for dependency-interface - [1/2]
160Failed to resolve scalaVersion, assume it's Scala 3 project
161[info] compiling 2 Scala sources to /build/repo/out/dependency-interface/3.7.4/compile.dest/classes ...
162[warn] there was 1 deprecation warning; re-run with -deprecation for details
163[warn] one warning found
164[info] done compiling
165Successfully evaluated dependency-interface[3.7.4].compile
166Skipping unused scalacOptions: -source, -rewrite
167Flag -classpath set repeatedly
1681 warning found
169Successfully evaluated dependency-interface[3.7.4].docJar
170[info] compiling 1 Scala source to /build/repo/out/dependency-interface/3.7.4/test/compile.dest/classes ...
171[info] done compiling
172Successfully evaluated dependency-interface[3.7.4].test.compile
173Publishing Artifact(io.get-coursier,dependency-interface_3,0.3.2) to ivy repo /root/.ivy2/local
174Successfully evaluated dependency-interface[3.7.4].publishLocal
175
176************************
177Build summary:
178[{
179 "module": "dependency",
180 "compile": {"status": "ok", "tookMs": 8814, "warnings": 0, "errors": 0},
181 "doc": {"status": "ok", "tookMs": 5194, "files": 1, "totalSizeKb": 2733},
182 "test-compile": {"status": "ok", "tookMs": 3371, "warnings": 0, "errors": 0},
183 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
184 "publish": {"status": "ok", "tookMs": 120},
185 "metadata": {
186 "crossScalaVersions": ["2.13.15", "3.3.4", "2.12.20"]
187}
188},{
189 "module": "dependency-interface",
190 "compile": {"status": "ok", "tookMs": 3626, "warnings": 0, "errors": 0},
191 "doc": {"status": "ok", "tookMs": 2304, "files": 1, "totalSizeKb": 2660},
192 "test-compile": {"status": "ok", "tookMs": 1553, "warnings": 0, "errors": 0},
193 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
194 "publish": {"status": "ok", "tookMs": 92},
195 "metadata": {
196 "crossScalaVersions": ["2.13.15", "3.3.4", "2.12.20"]
197}
198}]
199************************"
200
201Checking patch build.sc...
202Applied patch build.sc cleanly.
203Commit migration rewrites
204Switched to a new branch 'opencb/migrate-source-3.7'
205[opencb/migrate-source-3.7 1fa5a70] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
206 3 files changed, 11 insertions(+), 11 deletions(-)
207----
208Preparing build for 3.8.0-RC4
209Scala binary version found: 3.8
210Implicitly using source version 3.8
211Scala binary version found: 3.8
212Implicitly using source version 3.8
213Would try to apply common scalacOption (best-effort, sbt/mill only):
214Append: ,REQUIRE:-source:3.8
215Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
216----
217Starting build for 3.8.0-RC4
218Execute tests: true
219Mill project found:
220Found explicit mill version 0.12.2 in ./mill-version
221Force upgrade of millVersion 0.12.2 to 0.12.16
222Detected mill version=0.12.16, binary version: 0.12
223No prepare script found for project coursier/dependency
224No mill build directory found
225Apply scalafix rules to ./build.sc
226Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
227Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
228Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
229Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
230##################################
231Scala version: 3.8.0-RC4
232Targets: io.get-coursier%dependency io.get-coursier%dependency-interface
233Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}
234##################################
235 % Total % Received % Xferd Average Speed Time Time Time Current
236 Dload Upload Total Spent Left Speed
237
238 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
239100 9 100 9 0 0 90 0 --:--:-- --:--:-- --:--:-- 91
240/root/.cache/mill/download/0.12.16: 1: Not: not found
241Mill launcher ./mill failed to launch, skipping
242/root/.cache/mill/download/0.12.16: 1: Not: not found
243Mill launcher /opencb/project-builder/mill/millw failed to launch, skipping
244No working mill launcher found