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