Build Logs

molarmanful/sclin • 3.8.0:2026-01-13

Errors

0

Warnings

243

Total Lines

346

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