Build Logs
coursier/dependency • scheduled_3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
Errors
0
Warnings
69
Total Lines
247
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
52 15 64.6M 15 10.0M 0 0 17.1M 0 0:00:03 --:--:-- 0:00:03 17.1M
53 82 64.6M 82 53.1M 0 0 33.9M 0 0:00:01 0:00:01 --:--:-- 43.8M
54100 64.6M 100 64.6M 0 0 30.8M 0 0:00:02 0:00:02 --:--:-- 36.1M
55Preparing Java 21 runtime; this may take a minute or two ...
56======================================================== resolve _ ===================================================
57======================================================================================================================
58[build.sc-58/62] compile
59[build.sc-58] [info] compiling 5 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
60[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
61[build.sc-58] [warn] .iterator()
62[build.sc-58] [warn] ^
63[build.sc-58] [warn] one warning found
64[build.sc-58] [info] done compiling
65[1/1] resolve
66[0J[1A
67[0J[1A
68[1/1] ================================================== resolve _ =============================================== 19s
69[1] resolve
70[build.sc-60] methodCodeHashSignatures 1s
71======================================================================================================================
72[1/1] ================================================== resolve _ =============================================== 19s
73======================================================================================================================
74Try build using ./mill
75[build.sc] [info] compiling 5 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
76[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
77[build.sc] [warn] .iterator()
78[build.sc] [warn] ^
79[build.sc] [warn] one warning found
80[build.sc] [info] done compiling
81Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
82Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
83OpenCB::Use cross-version 3.7.4 instead of 3.3.4
84
85Starting build for dependency - [0/2]
86Failed to resolve scalaVersion, assume it's Scala 3 project
87[info] compiling 11 Scala sources to /build/repo/out/dependency/jvm/3.7.4/compile.dest/classes ...
88[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/CovariantSet.scala:13:18
89[warn] 13 | protected[this] override def className: String = "CovariantSet"
90[warn] | ^
91[warn] |Ignoring [this] qualifier.
92[warn] |This syntax will be deprecated in the future; it should be dropped.
93[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
94[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
95[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/CovariantSet.scala:29:43
96[warn] 29 | else if (obj.isInstanceOf[CovariantSet[_]]) {
97[warn] | ^
98[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
99[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
100[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/CovariantSet.scala:30:48
101[warn] 30 | val other = obj.asInstanceOf[CovariantSet[_]]
102[warn] | ^
103[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
105[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:99:47
106[warn] 99 | CovariantSet(${Varargs(excludes)}: _*),
107[warn] | ^
108[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
110[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:110:47
111[warn] 110 | CovariantSet(${Varargs(excludes)}: _*),
112[warn] | ^
113[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
115[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:121:47
116[warn] 121 | CovariantSet(${Varargs(excludes)}: _*),
117[warn] | ^
118[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
120[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:132:47
121[warn] 132 | CovariantSet(${Varargs(excludes)}: _*),
122[warn] | ^
123[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
125[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:143:47
126[warn] 143 | CovariantSet(${Varargs(excludes)}: _*),
127[warn] | ^
128[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
130[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala:154:47
131[warn] 154 | CovariantSet(${Varargs(excludes)}: _*),
132[warn] | ^
133[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
135[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Mappings.scala:54:31
136[warn] 54 | '{Map(${Varargs(entries)}: _*)}
137[warn] | ^
138[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
140[warn] -- Warning: /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Mappings.scala:61:31
141[warn] 61 | '{Seq(${Varargs(entries)}: _*)}
142[warn] | ^
143[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
145[info] [patched file /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Mappings.scala]
146[info] [patched file /build/repo/dependency/shared/src/main/scala-3/dependency/literal/Extensions.scala]
147[info] [patched file /build/repo/dependency/shared/src/main/scala-3/dependency/CovariantSet.scala]
148[warn] there was 1 deprecation warning; re-run with -deprecation for details
149[warn] 12 warnings found
150[info] done compiling
151Successfully evaluated dependency.jvm[3.7.4].compile
152Skipping unused scalacOptions: -source, -rewrite
153Flag -classpath set repeatedly
1541 warning found
155Successfully evaluated dependency.jvm[3.7.4].docJar
156[info] compiling 9 Scala sources to /build/repo/out/dependency/jvm/3.7.4/test/compile.dest/classes ...
157[info] done compiling
158Successfully evaluated dependency.jvm[3.7.4].test.compile
159Publishing Artifact(io.get-coursier,dependency_3,0.3.2) to ivy repo /root/.ivy2/local
160Successfully evaluated dependency.jvm[3.7.4].publishLocal
161
162Starting build for dependency-interface - [1/2]
163Failed to resolve scalaVersion, assume it's Scala 3 project
164[info] compiling 2 Scala sources to /build/repo/out/dependency-interface/3.7.4/compile.dest/classes ...
165[warn] there was 1 deprecation warning; re-run with -deprecation for details
166[warn] one warning found
167[info] done compiling
168Successfully evaluated dependency-interface[3.7.4].compile
169Skipping unused scalacOptions: -source, -rewrite
170Flag -classpath set repeatedly
1711 warning found
172Successfully evaluated dependency-interface[3.7.4].docJar
173[info] compiling 1 Scala source to /build/repo/out/dependency-interface/3.7.4/test/compile.dest/classes ...
174[info] done compiling
175Successfully evaluated dependency-interface[3.7.4].test.compile
176Publishing Artifact(io.get-coursier,dependency-interface_3,0.3.2) to ivy repo /root/.ivy2/local
177Successfully evaluated dependency-interface[3.7.4].publishLocal
178
179************************
180Build summary:
181[{
182 "module": "dependency",
183 "compile": {"status": "ok", "tookMs": 8915, "warnings": 0, "errors": 0},
184 "doc": {"status": "ok", "tookMs": 5108, "files": 1, "totalSizeKb": 2733},
185 "test-compile": {"status": "ok", "tookMs": 3493, "warnings": 0, "errors": 0},
186 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
187 "publish": {"status": "ok", "tookMs": 143},
188 "metadata": {
189 "crossScalaVersions": ["2.13.15", "3.3.4", "2.12.20"]
190}
191},{
192 "module": "dependency-interface",
193 "compile": {"status": "ok", "tookMs": 3900, "warnings": 0, "errors": 0},
194 "doc": {"status": "ok", "tookMs": 2492, "files": 1, "totalSizeKb": 2660},
195 "test-compile": {"status": "ok", "tookMs": 1635, "warnings": 0, "errors": 0},
196 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
197 "publish": {"status": "ok", "tookMs": 85},
198 "metadata": {
199 "crossScalaVersions": ["2.13.15", "3.3.4", "2.12.20"]
200}
201}]
202************************"
203
204Checking patch build.sc...
205Applied patch build.sc cleanly.
206Commit migration rewrites
207Switched to a new branch 'opencb/migrate-source-3.7'
208[opencb/migrate-source-3.7 cb70473] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
209 3 files changed, 11 insertions(+), 11 deletions(-)
210----
211Preparing build for 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
212Scala binary version found: 3.8
213Implicitly using source version 3.8
214Scala binary version found: 3.8
215Implicitly using source version 3.8
216Would try to apply common scalacOption (best-effort, sbt/mill only):
217Append: ,REQUIRE:-source:3.8
218Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
219----
220Starting build for 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
221Execute tests: false
222Mill project found:
223Found explicit mill version 0.12.2 in ./mill-version
224Force upgrade of millVersion 0.12.2 to 0.12.16
225Detected mill version=0.12.16, binary version: 0.12
226No prepare script found for project coursier/dependency
227No mill build directory found
228Apply scalafix rules to ./build.sc
229Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
230Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
231Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
232Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
233##################################
234Scala version: 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
235Targets: io.get-coursier%dependency io.get-coursier%dependency-interface
236Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
237##################################
238 % Total % Received % Xferd Average Speed Time Time Time Current
239 Dload Upload Total Spent Left Speed
240
241 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
242100 9 100 9 0 0 39 0 --:--:-- --:--:-- --:--:-- 39
243/root/.cache/mill/download/0.12.16: 1: Not: not found
244Mill launcher ./mill failed to launch, skipping
245/root/.cache/mill/download/0.12.16: 1: Not: not found
246Mill launcher /opencb/project-builder/mill/millw failed to launch, skipping
247No working mill launcher found