Build Logs
johnhungerford/zikyo • 3.8.0-RC5:2025-12-31
Errors
0
Warnings
58
Total Lines
335
1##################################
2Clonning https://github.com/johnhungerford/zikyo.git into /build/repo using revision v0.2.0
3##################################
4Note: switching to 'bff481cd7985716a73fb6c248046b5c67106c0e2'.
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
21Would override fixed Scala version: 3.4.1
22----
23Preparing build for 3.8.0-RC5
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val scala3Version = "3.4.1"
35Replacement: val scala3Version = "3.8.0-RC5"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3Version = "3.4.1"' in build.sbt
40----
41Starting build for 3.8.0-RC5
42Execute tests: true
43sbt project found:
44Sbt version 1.9.9 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project johnhungerford/zikyo
47##################################
48Scala version: 3.8.0-RC5
49Targets: io.github.johnhungerford%zikyo-core
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.0-RC5
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.0-RC5"
70"++3.8.0-RC5 -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.0-RC5 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" io.github.johnhungerford%zikyo-core"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 9.161s.
85[info] done compiling
86[info] loading settings for project repo from build.sbt...
87[info] set current project to repo (in build file:/build/repo/)
88Execute setCrossScalaVersions: 3.8.0-RC5
89OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zikyo-coreJS/crossScalaVersions
90OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zikyo-core/crossScalaVersions
91OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zikyoJVM/crossScalaVersions
92OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zikyo-examples/crossScalaVersions
93OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in repo/crossScalaVersions
94OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC5) in repo/crossScalaVersions
95[info] set current project to repo (in build file:/build/repo/)
96[info] Setting Scala version to 3.8.0-RC5 on 5 projects.
97[info] Switching Scala version on:
98[info] zikyo-coreJS (3.8.0-RC5)
99[info] zikyo-examples (3.8.0-RC5)
100[info] zikyoJVM (3.8.0-RC5)
101[info] * repo (3.8.0-RC5)
102[info] zikyo-core (3.8.0-RC5)
103[info] Excluding projects:
104[info] Reapplying settings...
105[info] set current project to repo (in build file:/build/repo/)
106Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
107[info] Reapplying settings...
108[info] set current project to repo (in build file:/build/repo/)
109[info] Defining Global / credentials, credentials and 3 others.
110[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 24 others.
111[info] Run `last` for details.
112[info] Reapplying settings...
113[info] set current project to repo (in build file:/build/repo/)
114Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
115[info] Reapplying settings...
116OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
117
118 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
119 Did you mean allExcludeDependencies ?
120 , retry without global scopes
121[info] Reapplying settings...
122[info] set current project to repo (in build file:/build/repo/)
123Execute removeScalacOptionsStartingWith: -P:wartremover
124[info] Reapplying settings...
125[info] set current project to repo (in build file:/build/repo/)
126[success] Total time: 0 s, completed Dec 31, 2025, 10:30:50 PM
127Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
128Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
129Starting build...
130Projects: Set(zikyo-core)
131Starting build for ProjectRef(file:/build/repo/,zikyo-core) (zikyo-core)... [0/1]
132OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
133OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
134OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
135Compile scalacOptions: -encoding, utf8, -unchecked, -language:implicitConversions, -Wvalue-discard, -Wunused:all, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
136[info] scalafmt: Formatting 9 Scala sources (/build/repo/zikyo-core/jvm)...
137[info] scalafmt: Formatting 1 Scala sources (/build/repo/zikyo-core/jvm)...
138[info] compiling 1 Scala source to /build/repo/zikyo-core/jvm/target/scala-3.8.0-RC5/classes ...
139[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:365:39
140[warn] 365 | def someAbortsToChoices[E1: Tag: ClassTag](
141[warn] | ^
142[warn] | unused implicit parameter in extension method someAbortsToChoices
143[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:430:12
144[warn] 430 | cta: ClassTag[A],
145[warn] | ^^^
146[warn] | unused implicit parameter in extension method swapAborts
147[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:440:12
148[warn] 440 | cte: ClassTag[E],
149[warn] | ^^^
150[warn] | unused implicit parameter in extension method swapSomeAborts
151[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:441:12
152[warn] 441 | cta: ClassTag[A],
153[warn] | ^^^
154[warn] | unused implicit parameter in extension method swapSomeAborts
155[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:477:26
156[warn] 477 | case Some(a) => Options.empty
157[warn] | ^
158[warn] | unused pattern variable
159[warn] 5 warnings found
160[info] done compiling
161[info] compiling 9 Scala sources to /build/repo/zikyo-core/jvm/target/scala-3.8.0-RC5/test-classes ...
162[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/ZiKyoTest.scala:6:45
163[warn] 6 |import org.scalatest.concurrent.ScalaFutures.*
164[warn] | ^
165[warn] | unused import
166[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/ZiKyoTest.scala:10:18
167[warn] 10 |import scala.util.Try
168[warn] | ^^^
169[warn] | unused import
170[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/abortsTest.scala:135:29
171[warn] 135 | case other => 200
172[warn] | ^^^^^
173[warn] | unused pattern variable
174[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/abortsTest.scala:142:29
175[warn] 142 | case other => 200
176[warn] | ^^^^^
177[warn] | unused pattern variable
178[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:26:16
179[warn] 26 | assertion1 <- beforeResources
180[warn] | ^^^^^^^^^^
181[warn] | unused pattern variable
182[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:27:16
183[warn] 27 | assertion2 <- handled.pure.map(_ == 50)
184[warn] | ^^^^^^^^^^
185[warn] | unused pattern variable
186[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:38:16
187[warn] 38 | ass1 <- handled.pure
188[warn] | ^^^^
189[warn] | unused pattern variable
190[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:52:16
191[warn] 52 | ass1 <- futureAss1
192[warn] | ^^^^
193[warn] | unused pattern variable
194[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:53:16
195[warn] 53 | ass2 <- handled.pure.map(v => assert(v == closeable))
196[warn] | ^^^^
197[warn] | unused pattern variable
198[warn] 9 warnings found
199[info] done compiling
200[info] abortsTest:
201[info] aborts
202[info] construct
203[info] - should construct from either (40 milliseconds)
204[info] - should construct from fail (8 milliseconds)
205[info] - should construct from try (4 milliseconds)
206[info] - should construct from a throwing block (5 milliseconds)
207[info] - should construct from a failing IO (3 milliseconds)
208[info] handle
209[info] - should handle (2 milliseconds)
210[info] - should handle incrementally (1 millisecond)
211[info] - should handle all aborts (1 millisecond)
212[info] convert
213[info] - should convert all aborts to options (1 millisecond)
214[info] - should convert some aborts to options (1 millisecond)
215[info] - should convert all aborts to choices (4 milliseconds)
216[info] - should convert some aborts to seqs (0 milliseconds)
217[info] catch
218[info] - should catch all aborts (1 millisecond)
219[info] - should catch all aborts with a partial function (1 millisecond)
220[info] - should catch some aborts (2 milliseconds)
221[info] - should catch some aborts with a partial function (2 milliseconds)
222[info] swap
223[info] - should swap aborts (0 milliseconds)
224[info] - should swap some aborts (2 milliseconds)
225[info] resourcesTest:
226[info] construct
227[info] - should construct a resource with acquireRelease (34 milliseconds)
228[info] - should construct a resource using addFinalizer (2 milliseconds)
229[info] - should construct a resource from an AutoCloseable (5 milliseconds)
230[info] ZiKyoTest:
231[info] optionsTest:
232[info] options
233[info] construct
234[info] - should construct from option (1 millisecond)
235[info] - should construct from none (1 millisecond)
236[info] handle
237[info] - should handle (0 milliseconds)
238[info] convert
239[info] - should convert options to aborts (1 millisecond)
240[info] - should convert options to throwable aborts (1 millisecond)
241[info] - should convert options to unit aborts (0 milliseconds)
242[info] - should convert options to seqs (1 millisecond)
243[info] catch
244[info] - should catch (1 millisecond)
245[info] swap
246[info] - should swap (1 millisecond)
247[info] - should swap as (1 millisecond)
248[info] envsTest:
249[info] envs
250[info] construct
251[info] - should construct from type (3 milliseconds)
252[info] - should construct from type and use (2 milliseconds)
253[info] handle
254[info] - should provide (1 millisecond)
255[info] - should provide as (1 millisecond)
256[info] - should provide incrementally (1 millisecond)
257[info] effectsTest:
258[info] all effects
259[info] - as (1 millisecond)
260Hello World
261[info] - debug (2 milliseconds)
262boolean: true
263[info] - debug(prefix) (4 milliseconds)
264[info] - discard (1 millisecond)
265[info] - *> (0 milliseconds)
266[info] - <* (1 millisecond)
267[info] - <*> (2 milliseconds)
268[info] - when (2 milliseconds)
269[info] - unless (1 millisecond)
270[info] - tap (1 millisecond)
271[info] fibersTest:
272[info] fibers
273[info] construct
274[info] - should generate fibers effect from async (139 milliseconds)
275[info] - should construct from Future (4 milliseconds)
276[info] - should construct from Promise (2 milliseconds)
277[info] - should construct from foreachPar (4 milliseconds)
278[info] - should construct from traversePar (4 milliseconds)
279[info] - should generate a fiber that doesn't complete using never (1 second, 19 milliseconds)
280[info] fork
281[info] - should fork a fibers effect (103 milliseconds)
282[info] - should join a forked effect (102 milliseconds)
283[info] - should construct from type and use (2 milliseconds)
284[info] handle
285[info] - should provide (1 millisecond)
286[info] - should provide incrementally (1 millisecond)
287[info] zip par
288[info] - should zip right par (2 milliseconds)
289[info] - should zip left par (2 milliseconds)
290[info] - should zip par (3 milliseconds)
291[info] choicesTest:
292[info] choices
293[info] construct
294[info] - should construct choices from a sequence (6 milliseconds)
295[info] handle
296[info] - should handle (1 millisecond)
297[info] filter
298[info] - should filter (2 milliseconds)
299[info] convert
300[info] - should convert choices to options, constructing Some from Seq#head (0 milliseconds)
301[info] - should convert choices to aborts, constructing Right from Seq#head (1 millisecond)
302[info] - should convert choices to throwable aborts, constructing Right from Seq#head (0 milliseconds)
303[info] - should convert choices to unit aborts, constructing Right from Seq#head (1 millisecond)
304[info] catch
305[info] - should catch (1 millisecond)
306[info] swap
307[info] - should swap (0 milliseconds)
308[info] - should swap as (1 millisecond)
309[info] iteration
310[info] - should iterate using foreach (4 milliseconds)
311[info] - should iterate using collect (1 millisecond)
312[info] - should iterate using traverse (1 millisecond)
313[info] - should iterate using traverseDiscard (2 milliseconds)
314
315************************
316Build summary:
317[{
318 "module": "zikyo-core",
319 "compile": {"status": "ok", "tookMs": 15961, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
320 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
321 "test-compile": {"status": "ok", "tookMs": 6969, "warnings": 9, "errors": 0, "sourceVersion": "3.8"},
322 "test": {"status": "ok", "tookMs": 2738, "passed": 74, "failed": 0, "ignored": 0, "skipped": 0, "total": 74, "byFramework": [{"framework": "unknown", "stats": {"passed": 74, "failed": 0, "ignored": 0, "skipped": 0, "total": 74}}]},
323 "publish": {"status": "skipped", "tookMs": 0},
324 "metadata": {
325 "crossScalaVersions": ["3.4.1"]
326}
327}]
328************************
329[success] Total time: 28 s, completed Dec 31, 2025, 10:31:17 PM
330[0JChecking patch project/plugins.sbt...
331Checking patch project/build.properties...
332Checking patch build.sbt...
333Applied patch project/plugins.sbt cleanly.
334Applied patch project/build.properties cleanly.
335Applied patch build.sbt cleanly.