Build Logs
johnhungerford/zikyo • 3.8.0-RC2:2025-11-25
Errors
0
Warnings
58
Total Lines
222
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-RC2
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-RC2"
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-RC2
42Execute tests: false
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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.8.0-RC2
50Targets: io.github.johnhungerford%zikyo-core
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.8
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.8.0-RC2
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.8.0-RC2"
71"++3.8.0-RC2 -v"
72"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" io.github.johnhungerford%zikyo-core"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
84[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
85[info] Compilation completed in 8.684s.
86[info] done compiling
87[info] loading settings for project repo from build.sbt...
88[info] set current project to repo (in build file:/build/repo/)
89Execute setCrossScalaVersions: 3.8.0-RC2
90OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zikyo-coreJS/crossScalaVersions
91OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zikyo-core/crossScalaVersions
92OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zikyo-examples/crossScalaVersions
93OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zikyoJVM/crossScalaVersions
94OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in repo/crossScalaVersions
95OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in repo/crossScalaVersions
96[info] set current project to repo (in build file:/build/repo/)
97[info] Setting Scala version to 3.8.0-RC2 on 5 projects.
98[info] Switching Scala version on:
99[info] zikyo-coreJS (3.8.0-RC2)
100[info] zikyo-examples (3.8.0-RC2)
101[info] zikyoJVM (3.8.0-RC2)
102[info] * repo (3.8.0-RC2)
103[info] zikyo-core (3.8.0-RC2)
104[info] Excluding projects:
105[info] Reapplying settings...
106[info] set current project to repo (in build file:/build/repo/)
107Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
108[info] Reapplying settings...
109[info] set current project to repo (in build file:/build/repo/)
110[info] Defining Global / credentials, credentials and 3 others.
111[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 24 others.
112[info] Run `last` for details.
113[info] Reapplying settings...
114[info] set current project to repo (in build file:/build/repo/)
115Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
116[info] Reapplying settings...
117OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
118
119 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
120 Did you mean allExcludeDependencies ?
121 , retry without global scopes
122[info] Reapplying settings...
123[info] set current project to repo (in build file:/build/repo/)
124Execute removeScalacOptionsStartingWith: -P:wartremover
125[info] Reapplying settings...
126[info] set current project to repo (in build file:/build/repo/)
127[success] Total time: 0 s, completed Nov 25, 2025, 1:34:31 PM
128Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
129Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
130Starting build...
131Projects: Set(zikyo-core)
132Starting build for ProjectRef(file:/build/repo/,zikyo-core) (zikyo-core)... [0/1]
133OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
134OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
135OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
136Compile 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
137[info] scalafmt: Formatting 9 Scala sources (/build/repo/zikyo-core/jvm)...
138[info] scalafmt: Formatting 1 Scala sources (/build/repo/zikyo-core/jvm)...
139[info] compiling 1 Scala source to /build/repo/zikyo-core/jvm/target/scala-3.8.0-RC2/classes ...
140[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:365:39
141[warn] 365 | def someAbortsToChoices[E1: Tag: ClassTag](
142[warn] | ^
143[warn] | unused implicit parameter in extension method someAbortsToChoices
144[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:430:12
145[warn] 430 | cta: ClassTag[A],
146[warn] | ^^^
147[warn] | unused implicit parameter in extension method swapAborts
148[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:440:12
149[warn] 440 | cte: ClassTag[E],
150[warn] | ^^^
151[warn] | unused implicit parameter in extension method swapSomeAborts
152[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:441:12
153[warn] 441 | cta: ClassTag[A],
154[warn] | ^^^
155[warn] | unused implicit parameter in extension method swapSomeAborts
156[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/main/scala/zikyo/package.scala:477:26
157[warn] 477 | case Some(a) => Options.empty
158[warn] | ^
159[warn] | unused pattern variable
160[warn] 5 warnings found
161[info] done compiling
162[info] compiling 9 Scala sources to /build/repo/zikyo-core/jvm/target/scala-3.8.0-RC2/test-classes ...
163[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/ZiKyoTest.scala:6:45
164[warn] 6 |import org.scalatest.concurrent.ScalaFutures.*
165[warn] | ^
166[warn] | unused import
167[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/ZiKyoTest.scala:10:18
168[warn] 10 |import scala.util.Try
169[warn] | ^^^
170[warn] | unused import
171[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/abortsTest.scala:135:29
172[warn] 135 | case other => 200
173[warn] | ^^^^^
174[warn] | unused pattern variable
175[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/abortsTest.scala:142:29
176[warn] 142 | case other => 200
177[warn] | ^^^^^
178[warn] | unused pattern variable
179[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:26:16
180[warn] 26 | assertion1 <- beforeResources
181[warn] | ^^^^^^^^^^
182[warn] | unused pattern variable
183[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:27:16
184[warn] 27 | assertion2 <- handled.pure.map(_ == 50)
185[warn] | ^^^^^^^^^^
186[warn] | unused pattern variable
187[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:38:16
188[warn] 38 | ass1 <- handled.pure
189[warn] | ^^^^
190[warn] | unused pattern variable
191[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:52:16
192[warn] 52 | ass1 <- futureAss1
193[warn] | ^^^^
194[warn] | unused pattern variable
195[warn] -- [E198] Unused Symbol Warning: /build/repo/zikyo-core/shared/src/test/scala/zikyoTest/resourcesTest.scala:53:16
196[warn] 53 | ass2 <- handled.pure.map(v => assert(v == closeable))
197[warn] | ^^^^
198[warn] | unused pattern variable
199[warn] 9 warnings found
200[info] done compiling
201
202************************
203Build summary:
204[{
205 "module": "zikyo-core",
206 "compile": {"status": "ok", "tookMs": 23864, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
207 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
208 "test-compile": {"status": "ok", "tookMs": 6694, "warnings": 9, "errors": 0, "sourceVersion": "3.8"},
209 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
210 "publish": {"status": "skipped", "tookMs": 0},
211 "metadata": {
212 "crossScalaVersions": ["3.4.1"]
213}
214}]
215************************
216[success] Total time: 47 s, completed Nov 25, 2025, 1:35:18 PM
217[0JChecking patch project/plugins.sbt...
218Checking patch project/build.properties...
219Checking patch build.sbt...
220Applied patch project/plugins.sbt cleanly.
221Applied patch project/build.properties cleanly.
222Applied patch build.sbt cleanly.