Build Logs

molarmanful/sclin • 3.8.0-RC6:2026-01-08

Errors

0

Warnings

243

Total Lines

345

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