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