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