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