Build Logs

coursier/dependency • scheduled_3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY

Errors

0

Warnings

69

Total Lines

246

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