Build Logs
molarmanful/sclin • 3.8.0-RC2:2025-11-26
Errors
0
Warnings
249
Total Lines
352
1##################################
2Clonning https://github.com/molarmanful/sclin.git into /build/repo using revision v0.4.6
3##################################
4Note: switching to '1da877dd34b6c28932f24d3bfb8d7665acb98fdd'.
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
21----
22Preparing build for 3.8.0-RC2
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC2
32Execute tests: false
33Mill project found:
34Found explicit mill version 0.11.6 in ./mill-version
35Force upgrade of millVersion 0.11.6 to 0.11.13
36Detected mill version=0.11.13, binary version: 0.11
37No prepare script found for project molarmanful/sclin
38Apply scalafix rules to ./build.sc
39Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
40Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
41Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
42##################################
43Scala version: 3.8.0-RC2
44Targets: io.github.molarmanful%sclin
45Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
46##################################
47 % Total % Received % Xferd Average Speed Time Time Time Current
48 Dload Upload Total Spent Left Speed
49
50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
52
53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
54
55 64 59.2M 64 38.4M 0 0 87.0M 0 --:--:-- --:--:-- --:--:-- 87.0M
56100 59.2M 100 59.2M 0 0 114M 0 --:--:-- --:--:-- --:--:-- 281M
57Preparing Java 21 runtime; this may take a minute or two ...
58[info] compiling 5 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
59[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
60[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
61[warn] ^
62[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
63[warn] .iterator()
64[warn] ^
65[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
66[warn] case module: CommunityBuildPublishModule =>
67[warn] ^
68[warn] three warnings found
69[info] done compiling
70Try build using ./mill
71[info] compiling 5 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
72[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
73[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
74[warn] ^
75[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
76[warn] .iterator()
77[warn] ^
78[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
79[warn] case module: CommunityBuildPublishModule =>
80[warn] ^
81[warn] three warnings found
82[info] done compiling
83Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
84Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
85
86Starting build for sclin - [0/1]
87Failed to resolve scalaVersion, assume it's Scala 3 project
88OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
89OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
90[info] compiling 14 Scala sources to /build/repo/out/sclin/compile.dest/classes ...
91[warn] -- Warning: /build/repo/sclin/src/ANY.scala:337:40 -----------------------------
92[warn] 337 | case (Itr(x), Itr(y)) => x.zip(y)(_ mul$$ _).flat
93[warn] | ^^^^^
94[warn] |Alphanumeric method mul$ is not declared infix; it should not be used as infix operator.
95[warn] |Instead, use method syntax .mul$$(...) or backticked identifier `mul$`.
96[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
97[warn] -- Warning: /build/repo/sclin/src/ANY.scala:888:31 -----------------------------
98[warn] 888 | case Lsy(x) => x.sortBy(f)(OrdANY).mSEQ(this)
99[warn] | ^^^^^^
100[warn] |Implicit parameters should be provided with a `using` clause.
101[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
102[warn] |To disable the warning, please use the following option:
103[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
104[warn] -- Warning: /build/repo/sclin/src/ANY.scala:889:31 -----------------------------
105[warn] 889 | case ARR(x) => x.sortBy(f)(OrdANY).toARR
106[warn] | ^^^^^^
107[warn] |Implicit parameters should be provided with a `using` clause.
108[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
109[warn] |To disable the warning, please use the following option:
110[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
111[warn] -- Warning: /build/repo/sclin/src/ANY.scala:893:31 -----------------------------
112[warn] 893 | x.toSeq.sortBy(f.tupled)(OrdANY).to(VectorMap).toMAP
113[warn] | ^^^^^^
114[warn] |Implicit parameters should be provided with a `using` clause.
115[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
116[warn] |To disable the warning, please use the following option:
117[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
118[warn] -- Warning: /build/repo/sclin/src/LibFS.scala:97:50 ----------------------------
119[warn] 97 | Task(x.toFile.newBufferedReader(Util.charset(s.toString)))
120[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
121[warn] |Implicit parameters should be provided with a `using` clause.
122[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
123[warn] |To disable the warning, please use the following option:
124[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
125[warn] -- Warning: /build/repo/sclin/src/LibItr.scala:37:32 ---------------------------
126[warn] 37 | def reshape: ENV = env.mod2(_ reshape _.toARR.x.map(_.toInt))
127[warn] | ^^^^^^^
128[warn] |Alphanumeric method reshape is not declared infix; it should not be used as infix operator.
129[warn] |Instead, use method syntax .reshape(...) or backticked identifier `reshape`.
130[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
131[warn] -- Warning: /build/repo/sclin/src/LibItr.scala:142:30 --------------------------
132[warn] 142 | def paxes: ENV = env.mod2(_ paxes _.toARR.x.map(_.toInt))
133[warn] | ^^^^^
134[warn] |Alphanumeric method paxes is not declared infix; it should not be used as infix operator.
135[warn] |Instead, use method syntax .paxes(...) or backticked identifier `paxes`.
136[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
137[warn] -- Warning: /build/repo/sclin/src/LibMath.scala:44:31 --------------------------
138[warn] 44 | def add$$ : ENV = env.mod2(_ add$$ _)
139[warn] | ^^^^^
140[warn] |Alphanumeric method add$ is not declared infix; it should not be used as infix operator.
141[warn] |Instead, use method syntax .add$$(...) or backticked identifier `add$`.
142[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
143[warn] -- Warning: /build/repo/sclin/src/LibMath.scala:45:31 --------------------------
144[warn] 45 | def cons: ENV = env.mod2(_ cons _)
145[warn] | ^^^^
146[warn] |Alphanumeric method cons is not declared infix; it should not be used as infix operator.
147[warn] |Instead, use method syntax .cons(...) or backticked identifier `cons`.
148[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
149[warn] -- Warning: /build/repo/sclin/src/LibMath.scala:46:31 --------------------------
150[warn] 46 | def snoc: ENV = env.mod2(_ snoc _)
151[warn] | ^^^^
152[warn] |Alphanumeric method snoc is not declared infix; it should not be used as infix operator.
153[warn] |Instead, use method syntax .snoc(...) or backticked identifier `snoc`.
154[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
155[warn] -- Warning: /build/repo/sclin/src/LibMath.scala:52:31 --------------------------
156[warn] 52 | def sub$$ : ENV = env.mod2(_ sub$$ _)
157[warn] | ^^^^^
158[warn] |Alphanumeric method sub$ is not declared infix; it should not be used as infix operator.
159[warn] |Instead, use method syntax .sub$$(...) or backticked identifier `sub$`.
160[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
161[warn] -- Warning: /build/repo/sclin/src/LibMath.scala:56:31 --------------------------
162[warn] 56 | def mul$$ : ENV = env.mod2(_ mul$$ _)
163[warn] | ^^^^^
164[warn] |Alphanumeric method mul$ is not declared infix; it should not be used as infix operator.
165[warn] |Instead, use method syntax .mul$$(...) or backticked identifier `mul$`.
166[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
167[warn] -- Warning: /build/repo/sclin/src/LibMath.scala:69:48 --------------------------
168[warn] 69 | def div$$ : ENV = env.mod2((x, y) => y.vec1(x div$$ _.toInt))
169[warn] | ^^^^^
170[warn] |Alphanumeric method div$ is not declared infix; it should not be used as infix operator.
171[warn] |Instead, use method syntax .div$$(...) or backticked identifier `div$`.
172[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
173[warn] -- Warning: /build/repo/sclin/src/LibMath.scala:79:48 --------------------------
174[warn] 79 | def mod$$ : ENV = env.mod2((x, y) => y.vec1(x mod$$ _.toInt))
175[warn] | ^^^^^
176[warn] |Alphanumeric method mod$ is not declared infix; it should not be used as infix operator.
177[warn] |Instead, use method syntax .mod$$(...) or backticked identifier `mod$`.
178[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
179[warn] -- [E198] Unused Symbol Warning: /build/repo/sclin/src/Lib.scala:14:14 ---------
180[warn] 14 |import Lambda.*
181[warn] | ^
182[warn] | unused import
183[warn] -- [E198] Unused Symbol Warning: /build/repo/sclin/src/Lib.scala:122:14 --------
184[warn] 122 | val (s, f) = env.getLine(l).getOrElse((STR(""), UN))
185[warn] | ^
186[warn] | unused pattern variable
187[warn] -- [E198] Unused Symbol Warning: /build/repo/sclin/src/Main.scala:5:27 ---------
188[warn] 5 |import scala.util.chaining.*
189[warn] | ^
190[warn] | unused import
191[warn] -- [E198] Unused Symbol Warning: /build/repo/sclin/src/Misc.scala:9:21 ---------
192[warn] 9 |import util.chaining.*
193[warn] | ^
194[warn] | unused import
195[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ANY.scala:616:12
196[warn] 616 | case MAP(x) =>
197[warn] | ^
198[warn] |match may not be exhaustive.
199[warn] |
200[warn] |It would fail on pattern case: sclin.ANY.SEQ(_), sclin.ANY.ARR(_), sclin.ANY.STR(_), sclin.ANY.NUM(_), sclin.ANY.DBL(_), sclin.ANY.TF(_)
201[warn] |(More unmatched cases are elided)
202[warn] |
203[warn] | longer explanation available when compiling with `-explain`
204[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ANY.scala:741:67
205[warn] 741 | def reduceMH(f: (ANY, (ANY, ANY)) => ANY)(t: ANY, s: ANY): ANY = s match
206[warn] | ^
207[warn] |match may not be exhaustive.
208[warn] |
209[warn] |It would fail on pattern case: sclin.ANY.SEQ(_), sclin.ANY.ARR(_), sclin.ANY.MAP(_), sclin.ANY.STR(_), sclin.ANY.NUM(_), sclin.ANY.DBL(_)
210[warn] |(More unmatched cases are elided)
211[warn] |
212[warn] | longer explanation available when compiling with `-explain`
213[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ANY.scala:978:16
214[warn] 978 | x.toARR.x match
215[warn] | ^^^^^^^^^
216[warn] |match may not be exhaustive.
217[warn] |
218[warn] |It would fail on pattern case: Vector(_, _, _, _*), Vector(_), Vector()
219[warn] |
220[warn] | longer explanation available when compiling with `-explain`
221[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:118:10
222[warn] 118 | y match
223[warn] | ^
224[warn] |match may not be exhaustive.
225[warn] |
226[warn] |It would fail on pattern case: sclin.ANY.SEQ(_), sclin.ANY.ARR(_), sclin.ANY.MAP(_), sclin.ANY.STR(_), sclin.ANY.NUM(_), sclin.ANY.DBL(_)
227[warn] |(More unmatched cases are elided)
228[warn] |
229[warn] | longer explanation available when compiling with `-explain`
230[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:201:4
231[warn] 201 | case (Vector(x), env) => f(x, env)
232[warn] | ^
233[warn] |match may not be exhaustive.
234[warn] |
235[warn] |It would fail on pattern case: (Vector(_, _, _*), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _)), (Vector(), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _))
236[warn] |
237[warn] | longer explanation available when compiling with `-explain`
238[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:203:4
239[warn] 203 | case (Vector(x, y), env) => f(x, y, env)
240[warn] | ^
241[warn] |match may not be exhaustive.
242[warn] |
243[warn] |It would fail on pattern case: (Vector(_, _, _, _*), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _)), (Vector(_), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _)), (Vector(), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _))
244[warn] |
245[warn] | longer explanation available when compiling with `-explain`
246[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:205:4
247[warn] 205 | case (Vector(x, y, z), env) => f(x, y, z, env)
248[warn] | ^
249[warn] |match may not be exhaustive.
250[warn] |
251[warn] |It would fail on pattern case: (Vector(_, _, _, _, _*), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _)), (Vector(_, _), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _)), (Vector(_), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _)), (Vector(), sclin.ENV(_, _, _, _, _, _, _, _, _, _, _, _, _))
252[warn] |
253[warn] | longer explanation available when compiling with `-explain`
254[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:208:4
255[warn] 208 | case Vector(x) => f(x)
256[warn] | ^
257[warn] | match may not be exhaustive.
258[warn] |
259[warn] | It would fail on pattern case: Vector(_, _, _*), Vector()
260[warn] |
261[warn] | longer explanation available when compiling with `-explain`
262[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:210:4
263[warn] 210 | case Vector(x, y) => f(x, y)
264[warn] | ^
265[warn] |match may not be exhaustive.
266[warn] |
267[warn] |It would fail on pattern case: Vector(_, _, _, _*), Vector(_), Vector()
268[warn] |
269[warn] | longer explanation available when compiling with `-explain`
270[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:212:4
271[warn] 212 | case Vector(x, y, z) => f(x, y, z)
272[warn] | ^
273[warn] |match may not be exhaustive.
274[warn] |
275[warn] |It would fail on pattern case: Vector(_, _, _, _, _*), Vector(_, _), Vector(_), Vector()
276[warn] |
277[warn] | longer explanation available when compiling with `-explain`
278[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:215:4
279[warn] 215 | case Vector(x) => f(x)
280[warn] | ^
281[warn] | match may not be exhaustive.
282[warn] |
283[warn] | It would fail on pattern case: Vector(_, _, _*), Vector()
284[warn] |
285[warn] | longer explanation available when compiling with `-explain`
286[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:217:4
287[warn] 217 | case Vector(x, y) => f(x, y)
288[warn] | ^
289[warn] |match may not be exhaustive.
290[warn] |
291[warn] |It would fail on pattern case: Vector(_, _, _, _*), Vector(_), Vector()
292[warn] |
293[warn] | longer explanation available when compiling with `-explain`
294[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/ENV.scala:219:4
295[warn] 219 | case Vector(x, y, z) => f(x, y, z)
296[warn] | ^
297[warn] |match may not be exhaustive.
298[warn] |
299[warn] |It would fail on pattern case: Vector(_, _, _, _, _*), Vector(_, _), Vector(_), Vector()
300[warn] |
301[warn] | longer explanation available when compiling with `-explain`
302[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/LibAsync.scala:128:4
303[warn] 128 | case Vector(x, y, v, w) =>
304[warn] | ^
305[warn] |match may not be exhaustive.
306[warn] |
307[warn] |It would fail on pattern case: Vector(_, _, _, _, _, _*), Vector(_, _, _), Vector(_, _), Vector(_), Vector()
308[warn] |
309[warn] | longer explanation available when compiling with `-explain`
310[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/sclin/src/LibItr.scala:189:4
311[warn] 189 | case Vector(x, y, v, w, z) => z.vec1(f => x.zipAll(y, v, w, env.SIG_2f1(f)))
312[warn] | ^
313[warn] |match may not be exhaustive.
314[warn] |
315[warn] |It would fail on pattern case: Vector(_, _, _, _, _, _, _*), Vector(_, _, _, _), Vector(_, _, _), Vector(_, _), Vector(_), Vector()
316[warn] |
317[warn] | longer explanation available when compiling with `-explain`
318[warn] 33 warnings found
319[info] done compiling
320Successfully evaluated sclin.compile
321Option -classpath was updated
322-- Warning: sclin/src/Main.scala:60:8 ------------------------------------------
32360 | def read(strs: Seq[String]): Right[Nothing, File] = Right(File(strs.head))
324 | ^
325 | Couldn't resolve a member for the given link query: T
3262 warnings found
327Successfully evaluated sclin.docJar
328[info] compiling 5 Scala sources to /build/repo/out/sclin/test/compile.dest/classes ...
329[info] done compiling
330Successfully evaluated sclin.test.compile
331Publishing Artifact(io.github.molarmanful,sclin_3,0.4.6-DIRTY58e1554e) to ivy repo /root/.ivy2/local
332Successfully evaluated sclin.publishLocal
333
334************************
335Build summary:
336[{
337 "module": "sclin",
338 "compile": {"status": "ok", "tookMs": 20449, "warnings": 0, "errors": 0},
339 "doc": {"status": "ok", "tookMs": 9350, "files": 1, "totalSizeKb": 2905},
340 "test-compile": {"status": "ok", "tookMs": 6429, "warnings": 0, "errors": 0},
341 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
342 "publish": {"status": "ok", "tookMs": 475},
343 "metadata": {
344 "crossScalaVersions": []
345}
346}]
347************************"
348
349Checking patch build.sc...
350Checking patch .mill-version...
351Applied patch build.sc cleanly.
352Applied patch .mill-version cleanly.