Build Logs

coursier/dependency • scheduled_3.8.1-RC1-bin-20251219-d71e859-NIGHTLY

Errors

0

Warnings

69

Total Lines

245

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