Build Logs

coursier/dependency • scheduled_3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY

Errors

0

Warnings

69

Total Lines

249

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