Build Logs
tkrs/mess • 3.8.0-RC4:2025-12-22
Errors
0
Warnings
20
Total Lines
332
1##################################
2Clonning https://github.com/tkrs/mess.git into /build/repo using revision v1.0.2
3##################################
4Note: switching to '3ffaad0d149e0a58db083294410f00b89358acc6'.
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.1
22----
23Preparing build for 3.8.0-RC4
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: project/Dependencies.scala
34Pattern: val scala3 = "3.7.1"
35Replacement: val scala3 = "3.8.0-RC4"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.7.1"' in project/Dependencies.scala
40----
41Starting build for 3.8.0-RC4
42Execute tests: true
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 tkrs/mess
47##################################
48Scala version: 3.8.0-RC4
49Targets: com.github.tkrs%mess-core
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.7.1\"","replaceWith":"val scala3 = \"<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-Xms512M
60-Xmx4096M
61-Xss2M
62-XX:MaxMetaspaceSize=1024M
63-Dcommunitybuild.scala=3.8.0-RC4
64-Dcommunitybuild.project.dependencies.add=
65-Xmx7G
66-Xms4G
67-Xss8M
68-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
69-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
70-jar
71/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
72"setCrossScalaVersions 3.8.0-RC4"
73"++3.8.0-RC4 -v"
74"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
75"set every credentials := Nil"
76"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
77"removeScalacOptionsStartingWith -P:wartremover"
78
79moduleMappings
80"runBuild 3.8.0-RC4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.7.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.github.tkrs%mess-core"
81
82[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
83[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
84[info] loading project definition from /build/repo/project
85[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
86[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
87[info] Compilation completed in 8.09s.
88[warn] three feature warnings; re-run with -feature for details
89[warn] one warning found
90[info] done compiling
91[info] loading settings for project mess from build.sbt...
92[info] loading settings for project benchmark from build.sbt...
93[info] set current project to mess (in build file:/build/repo/)
94Execute setCrossScalaVersions: 3.8.0-RC4
95OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in core/crossScalaVersions
96OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in benchmark/crossScalaVersions
97OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in mess/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in examples/crossScalaVersions
99[info] set current project to mess (in build file:/build/repo/)
100[info] Setting Scala version to 3.8.0-RC4 on 4 projects.
101[info] Switching Scala version on:
102[info] * mess (2.13.16, 3.8.0-RC4)
103[info] core (2.13.16, 3.8.0-RC4)
104[info] examples (2.13.16, 3.8.0-RC4)
105[info] benchmark (2.13.16, 3.8.0-RC4)
106[info] Excluding projects:
107[info] Reapplying settings...
108[info] set current project to mess (in build file:/build/repo/)
109Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
110[info] Reapplying settings...
111[info] set current project to mess (in build file:/build/repo/)
112[info] Defining Global / credentials, benchmark / credentials and 2 others.
113[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 32 others.
114[info] Run `last` for details.
115[info] Reapplying settings...
116[info] set current project to mess (in build file:/build/repo/)
117Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
118[info] Reapplying settings...
119OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
120
121 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
122 Did you mean allExcludeDependencies ?
123 , retry without global scopes
124[info] Reapplying settings...
125[info] set current project to mess (in build file:/build/repo/)
126Execute removeScalacOptionsStartingWith: -P:wartremover
127[info] Reapplying settings...
128[info] set current project to mess (in build file:/build/repo/)
129[success] Total time: 0 s, completed Dec 22, 2025, 6:50:03 PM
130Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.7.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
131Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
132Starting build...
133Projects: Set(core)
134Starting build for ProjectRef(file:/build/repo/,core) (mess-core)... [0/1]
135OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
136OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
137OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
138Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Wunused:imports, -Xsemanticdb, -semanticdb-target, /build/repo/modules/core/target/scala-3.8.0-RC4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
139[info] scalafmt: Formatting 6 Scala sources (/build/repo/modules/core)...
140[info] scalafmt: Formatting 10 Scala sources (/build/repo/modules/core)...
141[info] compiling 12 Scala sources to /build/repo/modules/core/target/scala-3.8.0-RC4/classes ...
142[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala_3/mess/codec/MirrorEncoder.scala:8:25
143[warn] 8 |import scala.compiletime.summonInline
144[warn] | ^^^^^^^^^^^^
145[warn] | unused import
146[warn] one warning found
147[info] done compiling
148[info] Running scalafix on 10 Scala sources
149[info] scalafmt: Formatting 1 Scala sources (/build/repo/modules/core)...
150[info] compiling 1 Scala source to /build/repo/modules/core/target/scala-3.8.0-RC4/classes ...
151[info] done compiling
152[info] Running scalafix on 1 Scala sources (incremental)
153[info] compiling 6 Scala sources to /build/repo/modules/core/target/scala-3.8.0-RC4/test-classes ...
154[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/test/scala/mess/codec/DecoderSpec.scala:267:27
155[warn] 267 | import mess.codec.auto._
156[warn] | ^
157[warn] | unused import
158[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/test/scala/mess/codec/DecoderSpec.scala:287:27
159[warn] 287 | import mess.codec.auto._
160[warn] | ^
161[warn] | unused import
162[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/test/scala_3/com/github/tkrs/CodecCheckerAdt.scala:6:27
163[warn] 6 |import mess.codec.semiauto.*
164[warn] | ^
165[warn] | unused import
166[warn] three warnings found
167[info] done compiling
168[info] Running scalafix on 6 Scala sources
169[info] scalafmt: Formatting 2 Scala sources (/build/repo/modules/core)...
170[info] compiling 2 Scala sources to /build/repo/modules/core/target/scala-3.8.0-RC4/test-classes ...
171[info] done compiling
172[info] Running scalafix on 2 Scala sources (incremental)
173com.github.tkrs.CodecCheckerAdt:
174 + ADT 0.102s
175 + Enum 0.001s
176com.github.tkrs.CodecChecker:
177 + Boolean 0.006s
178 + Array[Byte] 0.004s
179 + Byte 0.0s
180 + Short 0.001s
181 + Int 0.0s
182 + Long 0.001s
183 + Float 0.002s
184 + Double 0.001s
185 + String 0.001s
186 + BigInt 0.001s
187 + Timestamp 0.001s
188 + Map[String, Int] 0.002s
189 + Map[String, Long] 0.001s
190 + Map[String, Float] 0.0s
191 + Map[String, Double] 0.001s
192 + Map[String, BigInt] 0.0s
193 + Map[String, String] 0.001s
194 + Map[Int, BigInt] 0.0s
195 + Vector[Int] 0.002s
196 + Vector[Long] 0.0s
197 + Vector[Float] 0.001s
198 + Vector[Double] 0.0s
199 + Vector[BigInt] 0.001s
200 + Vector[String] 0.0s
201 + List[Int] 0.001s
202 + List[Long] 0.0s
203 + List[Float] 0.0s
204 + List[Double] 0.0s
205 + List[BigInt] 0.0s
206 + List[String] 0.001s
207 + Seq[Int] 0.0s
208 + Seq[Long] 0.001s
209 + Seq[Float] 0.0s
210 + Seq[Double] 0.0s
211 + Seq[BigInt] 0.001s
212 + Seq[String] 0.0s
213 + Set[Int] 0.001s
214 + Set[Long] 0.0s
215 + Set[Float] 0.0s
216 + Set[Double] 0.001s
217 + Set[BigInt] 0.0s
218 + Set[String] 0.0s
219 + User[List] 0.004s
220 + Tuple1 0.001s
221 + Tuple2 0.0s
222 + Tuple3 0.002s
223 + Tuple4 0.002s
224 + Tuple5 0.001s
225 + Tuple6 0.003s
226 + Tuple7 0.002s
227 + Tuple8 0.003s
228 + Tuple9 0.002s
229 + Tuple10 0.002s
230 + Tuple11 0.003s
231 + Tuple12 0.002s
232 + Tuple13 0.003s
233 + Tuple14 0.003s
234 + Tuple15 0.004s
235 + Tuple16 0.004s
236 + Tuple17 0.003s
237 + Tuple18 0.004s
238 + Tuple19 0.003s
239 + Tuple20 0.003s
240 + Tuple21 0.003s
241 + Tuple22 0.003s
242 + null should be converted to the empty value of the corresponding data types 0.012s
243 + An empty array should be converted to the empty value of the corresponding data types 0.001s
244mess.codec.DecoderSpec:
245 + Decoder[Some[A]] 0.001s
246 + Decoder[Char] 0.001s
247 + Decoder[Array[Byte]] 0.001s
248 + Decoder[Char] failure 0.001s
249 + Decoder[None.type] 0.001s
250 + Decoder[Option[A]] 0.002s
251 + Decoder[Boolean] 0.0s
252 + Decoder[Boolean] failure 0.0s
253 + Decoder[Byte] 0.0s
254 + Decoder[Byte] failure 0.001s
255 + Decoder[Short] 0.0s
256 + Decoder[Short] failure 0.0s
257 + Decoder[Int] 0.001s
258 + Decoder[Int] failure 0.001s
259 + Decoder[Long] 0.0s
260 + Decoder[Long] failure 0.0s
261 + Decoder[BigInt] 0.0s
262 + Decoder[BigInt] failure 0.0s
263 + Decoder[Double] 0.0s
264 + Decoder[Double] failure 0.0s
265 + Decoder[Float] 0.0s
266 + Decoder[Float] failure 0.0s
267 + Decoder[String] 0.001s
268 + Decoder[String] failure 0.0s
269 + Decoder[Seq[A]] 0.0s
270 + Decoder[Seq[A]] failure 0.001s
271 + Decoder[immutable.Seq[A]] 0.0s
272 + Decoder[immutable.Seq[A]] failure 0.0s
273 + Decoder[Tuple2[A]] 0.0s
274 + Decoder[Tuple2[A]] failure 0.0s
275 + Decoder[List[A]] 0.0s
276 + Decoder[Vector[A]] 0.001s
277 + Decoder[Map[A, B]] 0.0s
278 + Decoder[Map[A, B]] failure 0.001s
279 + Decoder[Map[A, Bar]] 0.0s
280 + Decoder[Qux] 0.001s
281 + Decoder[Qux] failure 0.0s
282 + Decoder[Z] 0.001s
283 + Decoder[Z] failure 0.003s
284 + map 0.004s
285 + mapF 0.001s
286 + flatMap 0.001s
287mess.codec.EncoderSpec:
288 + Encoder[Some[A]] 0.005s
289 + Encoder[Char] 0.0s
290 + Encoder[None.type] 0.0s
291 + Encoder[Option[A]] 0.0s
292 + Encoder[Boolean] 0.0s
293 + Encoder[Byte] 0.001s
294 + Encoder[Short] 0.0s
295 + Encoder[Int] 0.004s
296 + Encoder[Long] 0.0s
297 + Encoder[BigInt] 0.001s
298 + Encoder[Double] 0.003s
299 + Encoder[Float] 0.0s
300 + Encoder[Seq[A]] 0.001s
301 + Encoder[immutable.Seq[A]] 0.001s
302 + Encoder[List[A]] 0.0s
303 + Encoder[Vector[A]] 0.001s
304 + Encoder[Map[A, B]] 0.003s
305 + Encoder[Map[A, Bar]] 0.004s
306 + Encoder[Qux] 0.001s
307 + contramap 0.003s
308 + map 0.002s
309
310************************
311Build summary:
312[{
313 "module": "mess-core",
314 "compile": {"status": "ok", "tookMs": 27510, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
315 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
316 "test-compile": {"status": "ok", "tookMs": 8035, "warnings": 3, "errors": 0, "sourceVersion": "3.8"},
317 "test": {"status": "ok", "tookMs": 3647, "passed": 132, "failed": 0, "ignored": 0, "skipped": 0, "total": 132, "byFramework": [{"framework": "munit", "stats": {"passed": 132, "failed": 0, "ignored": 0, "skipped": 0, "total": 132}}]},
318 "publish": {"status": "skipped", "tookMs": 0},
319 "metadata": {
320 "crossScalaVersions": ["2.13.16", "3.7.1"]
321}
322}]
323************************
324[success] Total time: 54 s, completed Dec 22, 2025, 6:50:57 PM
325[0JChecking patch project/plugins.sbt...
326Checking patch project/build.properties...
327Checking patch project/Dependencies.scala...
328Checking patch build.sbt...
329Applied patch project/plugins.sbt cleanly.
330Applied patch project/build.properties cleanly.
331Applied patch project/Dependencies.scala cleanly.
332Applied patch build.sbt cleanly.