Build Logs
johnhungerford/kyo-test • 3.8.0-RC2:2025-11-26
Errors
0
Warnings
0
Total Lines
271
1##################################
2Clonning https://github.com/johnhungerford/kyo-test.git into /build/repo using revision v0.0.4
3##################################
4Note: switching to 'f14f485a5349d7cf4081e99c914d05b41578ce2b'.
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.7.2
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.7.2"
35Replacement: val scala3Version = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (21))
38Compiled project (Scala 3.7.3, JVM (21))
39Successfully applied pattern 'val scala3Version = "3.7.2"' in build.sbt
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.11.2 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/kyo-test
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%js io.github.johnhungerford%jvm io.github.johnhungerford%kyo-test io.github.johnhungerford%kyo-test-munit io.github.johnhungerford%kyo-test-scalatest io.github.johnhungerford%kyo-test-utest io.github.johnhungerford%kyo-test-zio
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.7.2\"","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 = '21'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/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_21
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":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.7.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" io.github.johnhungerford%js io.github.johnhungerford%jvm io.github.johnhungerford%kyo-test io.github.johnhungerford%kyo-test-munit io.github.johnhungerford%kyo-test-scalatest io.github.johnhungerford%kyo-test-utest io.github.johnhungerford%kyo-test-zio"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 21)
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.409s.
86[info] done compiling
87[info] loading settings for project root from build.sbt...
88[info] resolving key references (12158 settings) ...
89[info] set current project to root (in build file:/build/repo/)
90Execute setCrossScalaVersions: 3.8.0-RC2
91OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test-scalatest/crossScalaVersions
92OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test-scalatestJS/crossScalaVersions
93OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test-munit/crossScalaVersions
94OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test-zioJS/crossScalaVersions
95OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test-zio/crossScalaVersions
96OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in JVM/crossScalaVersions
97OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-testJS/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test-utest/crossScalaVersions
99OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
100OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test-utestJS/crossScalaVersions
101OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test-munitJS/crossScalaVersions
102OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kyo-test/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in JS/crossScalaVersions
104[info] set current project to root (in build file:/build/repo/)
105[info] Setting Scala version to 3.8.0-RC2 on 13 projects.
106[info] Switching Scala version on:
107[info] JVM (3.8.0-RC2)
108[info] kyo-test-munitJS (3.8.0-RC2)
109[info] * root (3.8.0-RC2)
110[info] kyo-testJS (3.8.0-RC2)
111[info] kyo-test-utestJS (3.8.0-RC2)
112[info] kyo-test-scalatest (3.8.0-RC2)
113[info] JS (3.8.0-RC2)
114[info] kyo-test-zio (3.8.0-RC2)
115[info] kyo-test-scalatestJS (3.8.0-RC2)
116[info] kyo-test-munit (3.8.0-RC2)
117[info] kyo-test-utest (3.8.0-RC2)
118[info] kyo-test-zioJS (3.8.0-RC2)
119[info] kyo-test (3.8.0-RC2)
120[info] Excluding projects:
121[info] Reapplying settings...
122[info] set current project to root (in build file:/build/repo/)
123Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
124[info] Reapplying settings...
125[info] set current project to root (in build file:/build/repo/)
126[info] Defining Global / credentials, JS / credentials and 11 others.
127[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 103 others.
128[info] Run `last` for details.
129[info] Reapplying settings...
130[info] set current project to root (in build file:/build/repo/)
131Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
132[info] Reapplying settings...
133OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
134
135 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
136 Did you mean allExcludeDependencies ?
137 , retry without global scopes
138[info] Reapplying settings...
139[info] set current project to root (in build file:/build/repo/)
140Execute removeScalacOptionsStartingWith: -P:wartremover
141[info] Reapplying settings...
142[info] set current project to root (in build file:/build/repo/)
143[success] Total time: 0 s, completed Nov 26, 2025, 5:22:08 PM
144Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.7.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
145Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
146Starting build...
147Projects: Set(JVM, kyo-test-scalatest, JS, kyo-test-zio, kyo-test-munit, kyo-test-utest, kyo-test)
148Starting build for ProjectRef(file:/build/repo/,JVM) (jvm)... [0/7]
149OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
150Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
151Starting build for ProjectRef(file:/build/repo/,kyo-test-utest) (kyo-test-utest)... [1/7]
152Compile scalacOptions: -Wvalue-discard, -Wnonunit-statement, -Wconf:msg=(unused.*value|discarded.*value|pure.*statement):error, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
153[info] scalafmt: Formatting 1 Scala sources (/build/repo/kyo-test-utest/jvm)...
154[info] scalafmt: Formatting 1 Scala sources (/build/repo/kyo-test/jvm)...
155[info] compiling 1 Scala source to /build/repo/kyo-test/jvm/target/scala-3.8.0-RC2/classes ...
156[info] scalafmt: Formatting 2 Scala sources (/build/repo/kyo-test-utest/jvm)...
157[info] done compiling
158[info] compiling 2 Scala sources to /build/repo/kyo-test-utest/jvm/target/scala-3.8.0-RC2/classes ...
159[info] done compiling
160[info] compiling 1 Scala source to /build/repo/kyo-test-utest/jvm/target/scala-3.8.0-RC2/test-classes ...
161[info] done compiling
162Starting build for ProjectRef(file:/build/repo/,kyo-test-zio) (kyo-test-zio)... [2/7]
163Compile scalacOptions: -Wvalue-discard, -Wnonunit-statement, -Wconf:msg=(unused.*value|discarded.*value|pure.*statement):error, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
164[info] scalafmt: Formatting 1 Scala sources (/build/repo/kyo-test-zio/jvm)...
165[info] scalafmt: Formatting 2 Scala sources (/build/repo/kyo-test-zio/jvm)...
166[info] compiling 2 Scala sources to /build/repo/kyo-test-zio/jvm/target/scala-3.8.0-RC2/classes ...
167[info] done compiling
168[info] compiling 1 Scala source to /build/repo/kyo-test-zio/jvm/target/scala-3.8.0-RC2/test-classes ...
169[info] done compiling
170Starting build for ProjectRef(file:/build/repo/,kyo-test-munit) (kyo-test-munit)... [3/7]
171Compile scalacOptions: -Wvalue-discard, -Wnonunit-statement, -Wconf:msg=(unused.*value|discarded.*value|pure.*statement):error, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
172[info] scalafmt: Formatting 1 Scala sources (/build/repo/kyo-test-munit/jvm)...
173[info] scalafmt: Formatting 2 Scala sources (/build/repo/kyo-test-munit/jvm)...
174[info] compiling 2 Scala sources to /build/repo/kyo-test-munit/jvm/target/scala-3.8.0-RC2/classes ...
175[info] done compiling
176[info] compiling 1 Scala source to /build/repo/kyo-test-munit/jvm/target/scala-3.8.0-RC2/test-classes ...
177[info] done compiling
178Starting build for ProjectRef(file:/build/repo/,kyo-test) (kyo-test)... [4/7]
179Compile scalacOptions: -Wvalue-discard, -Wnonunit-statement, -Wconf:msg=(unused.*value|discarded.*value|pure.*statement):error, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
180Starting build for ProjectRef(file:/build/repo/,JS) (js)... [5/7]
181Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
182Starting build for ProjectRef(file:/build/repo/,kyo-test-scalatest) (kyo-test-scalatest)... [6/7]
183Compile scalacOptions: -Wvalue-discard, -Wnonunit-statement, -Wconf:msg=(unused.*value|discarded.*value|pure.*statement):error, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
184[info] scalafmt: Formatting 2 Scala sources (/build/repo/kyo-test-scalatest/jvm)...
185[info] scalafmt: Formatting 2 Scala sources (/build/repo/kyo-test-scalatest/jvm)...
186[info] compiling 2 Scala sources to /build/repo/kyo-test-scalatest/jvm/target/scala-3.8.0-RC2/classes ...
187[info] done compiling
188[info] compiling 2 Scala sources to /build/repo/kyo-test-scalatest/jvm/target/scala-3.8.0-RC2/test-classes ...
189[info] done compiling
190
191************************
192Build summary:
193[{
194 "module": "jvm",
195 "compile": {"status": "ok", "tookMs": 4264, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
196 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
197 "test-compile": {"status": "ok", "tookMs": 118, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
198 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
199 "publish": {"status": "skipped", "tookMs": 0},
200 "metadata": {
201 "crossScalaVersions": ["3.7.2"]
202}
203},{
204 "module": "kyo-test-utest",
205 "compile": {"status": "ok", "tookMs": 16345, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
206 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
207 "test-compile": {"status": "ok", "tookMs": 3321, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
208 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
209 "publish": {"status": "skipped", "tookMs": 0},
210 "metadata": {
211 "crossScalaVersions": ["3.7.2"]
212}
213},{
214 "module": "kyo-test-zio",
215 "compile": {"status": "ok", "tookMs": 1854, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
216 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
217 "test-compile": {"status": "ok", "tookMs": 2773, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
218 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
219 "publish": {"status": "skipped", "tookMs": 0},
220 "metadata": {
221 "crossScalaVersions": ["3.7.2"]
222}
223},{
224 "module": "kyo-test-munit",
225 "compile": {"status": "ok", "tookMs": 1424, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
226 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
227 "test-compile": {"status": "ok", "tookMs": 1318, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
228 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
229 "publish": {"status": "skipped", "tookMs": 0},
230 "metadata": {
231 "crossScalaVersions": ["3.7.2"]
232}
233},{
234 "module": "kyo-test",
235 "compile": {"status": "ok", "tookMs": 43, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
236 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
237 "test-compile": {"status": "ok", "tookMs": 69, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
238 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
239 "publish": {"status": "skipped", "tookMs": 0},
240 "metadata": {
241 "crossScalaVersions": ["3.7.2"]
242}
243},{
244 "module": "js",
245 "compile": {"status": "ok", "tookMs": 51, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
246 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
247 "test-compile": {"status": "ok", "tookMs": 65, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
248 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
249 "publish": {"status": "skipped", "tookMs": 0},
250 "metadata": {
251 "crossScalaVersions": ["3.7.2"]
252}
253},{
254 "module": "kyo-test-scalatest",
255 "compile": {"status": "ok", "tookMs": 1247, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
256 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
257 "test-compile": {"status": "ok", "tookMs": 2233, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
258 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
259 "publish": {"status": "skipped", "tookMs": 0},
260 "metadata": {
261 "crossScalaVersions": ["3.7.2"]
262}
263}]
264************************
265[success] Total time: 77 s (0:01:17.0), completed Nov 26, 2025, 5:23:25 PM
266[0JChecking patch project/plugins.sbt...
267Checking patch project/build.properties...
268Checking patch build.sbt...
269Applied patch project/plugins.sbt cleanly.
270Applied patch project/build.properties cleanly.
271Applied patch build.sbt cleanly.