Build Logs
aparo/zio-json-extra • 3.8.0:2026-01-13
Errors
13
Warnings
34
Total Lines
232
1##################################
2Clonning https://github.com/aparo/zio-json-extra.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13----
14Starting build for 3.8.0
15Execute tests: true
16sbt project found:
17Sbt version 1.10.11 is not supported, minimal supported version is 1.11.5
18Enforcing usage of sbt in version 1.11.5
19No prepare script found for project aparo/zio-json-extra
20##################################
21Scala version: 3.8.0
22Targets: io.megl%zio-json-diffson io.megl%zio-json-exception io.megl%zio-json-extra
23Project projectConfig: {"tests":null}
24##################################
25Using extra scalacOptions: ,REQUIRE:-source:3.8
26Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
27[sbt_options] declare -a sbt_options=()
28[process_args] java_version = '17'
29[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
30# Executing command line:
31java
32-Dfile.encoding=UTF-8
33-Dcommunitybuild.scala=3.8.0
34-Dcommunitybuild.project.dependencies.add=
35-Xmx7G
36-Xms4G
37-Xss8M
38-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
39-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
40-jar
41/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
42"setCrossScalaVersions 3.8.0"
43"++3.8.0 -v"
44"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
45"set every credentials := Nil"
46"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
47"removeScalacOptionsStartingWith -P:wartremover"
48
49moduleMappings
50"runBuild 3.8.0 """{"tests":null}""" io.megl%zio-json-diffson io.megl%zio-json-exception io.megl%zio-json-extra"
51
52[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
53[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
54[info] loading project definition from /build/repo/project
55[info] compiling 8 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
56[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
57[info] Compilation completed in 9.073s.
58[info] done compiling
59[info] loading settings for project root from build.sbt, version.sbt...
60[info] set current project to root (in build file:/build/repo/)
61[warn] there's a key that's not used by any other settings/tasks:
62[warn]
63[warn] * ThisBuild / publishMavenStyle
64[warn] +- /build/repo/build.sbt:6
65[warn]
66[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
67[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
68Execute setCrossScalaVersions: 3.8.0
69OpenCB::Changing crossVersion 3.3.5 -> 3.8.0 in zioJsonException/crossScalaVersions
70OpenCB::Changing crossVersion 3.3.5 -> 3.8.0 in zioJsonExtra/crossScalaVersions
71OpenCB::Changing crossVersion 3.3.5 -> 3.8.0 in zioJsonExtraJS/crossScalaVersions
72OpenCB::Changing crossVersion 3.3.5 -> 3.8.0 in zioJsonDiffsonJS/crossScalaVersions
73OpenCB::Changing crossVersion 3.3.5 -> 3.8.0 in zioJsonDiffson/crossScalaVersions
74OpenCB::Changing crossVersion 3.3.5 -> 3.8.0 in zioJsonExceptionJS/crossScalaVersions
75[info] set current project to root (in build file:/build/repo/)
76[info] Setting Scala version to 3.8.0 on 6 projects.
77[info] Switching Scala version on:
78[info] zioJsonExtraJS (2.12.20, 2.13.16, 3.8.0)
79[info] zioJsonExtra (2.12.20, 2.13.16, 3.8.0)
80[info] zioJsonException (2.12.20, 2.13.16, 3.8.0)
81[info] zioJsonDiffson (2.12.20, 2.13.16, 3.8.0)
82[info] zioJsonDiffsonJS (2.12.20, 2.13.16, 3.8.0)
83[info] zioJsonExceptionJS (2.12.20, 2.13.16, 3.8.0)
84[info] Excluding projects:
85[info] * root (2.12.20)
86[info] Reapplying settings...
87[info] set current project to root (in build file:/build/repo/)
88Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
89[info] Reapplying settings...
90[info] set current project to root (in build file:/build/repo/)
91[info] Defining Global / credentials, credentials and 5 others.
92[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 56 others.
93[info] Run `last` for details.
94[info] Reapplying settings...
95[info] set current project to root (in build file:/build/repo/)
96Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
97[info] Reapplying settings...
98OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
99
100 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
101 Did you mean allExcludeDependencies ?
102 , retry without global scopes
103[info] Reapplying settings...
104[info] set current project to root (in build file:/build/repo/)
105Execute removeScalacOptionsStartingWith: -P:wartremover
106[info] Reapplying settings...
107[info] set current project to root (in build file:/build/repo/)
108[success] Total time: 0 s, completed Jan 13, 2026, 3:13:39 PM
109Build config: {"tests":null}
110Parsed config: Failure(sjsonnew.DeserializationException: Expected String as JString, but got JNull)
111Starting build...
112Projects: Set(zioJsonDiffson, zioJsonException, zioJsonExtra)
113Starting build for ProjectRef(file:/build/repo/,zioJsonDiffson) (zio-json-diffson)... [0/3]
114OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
115OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
116OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
117Compile scalacOptions: -encoding, utf8, -unchecked, -language:postfixOps, -language:existentials, -language:higherKinds, -language:implicitConversions, -Ywarn-dead-code, -Ywarn-numeric-widen, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
118[info] compiling 10 Scala sources to /build/repo/zio-json-extra/.jvm/target/scala-3.8.0/classes ...
119[warn] bad option '-Ywarn-dead-code' was ignored
120[warn] bad option '-Ywarn-numeric-widen' was ignored
121[warn] two warnings found
122[info] done compiling
123[info] compiling 1 Scala source to /build/repo/zio-json-diffson/.jvm/target/scala-3.8.0/classes ...
124[warn] bad option '-Ywarn-dead-code' was ignored
125[warn] bad option '-Ywarn-numeric-widen' was ignored
126[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/zio-json-diffson/src/main/scala/diffson/zjson/package.scala:131:16
127[warn] 131 | records.find(_.isLeft) match {
128[warn] | ^^^^^^^^^^^^^^^^^^^^^^
129[warn] | match may not be exhaustive.
130[warn] |
131[warn] | It would fail on pattern case: Some(Right(_))
132[warn] |
133[warn] | longer explanation available when compiling with `-explain`
134[warn] three warnings found
135[info] done compiling
136[warn] javaOptions will be ignored, fork is set to false
137Starting build for ProjectRef(file:/build/repo/,zioJsonException) (zio-json-exception)... [1/3]
138Compile scalacOptions: -encoding, utf8, -unchecked, -language:postfixOps, -language:existentials, -language:higherKinds, -language:implicitConversions, -Ywarn-dead-code, -Ywarn-numeric-widen, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
139[info] compiling 10 Scala sources to /build/repo/zio-json-exception/.jvm/target/scala-3.8.0/classes ...
140[warn] bad option '-Ywarn-dead-code' was ignored
141[warn] bad option '-Ywarn-numeric-widen' was ignored
142[warn] there were 4 deprecation warnings; re-run with -deprecation for details
143[warn] three warnings found
144[info] done compiling
145[info] compiling 1 Scala source to /build/repo/zio-json-exception/.jvm/target/scala-3.8.0/test-classes ...
146[warn] bad option '-Ywarn-dead-code' was ignored
147[warn] bad option '-Ywarn-numeric-widen' was ignored
148[warn] two warnings found
149[info] done compiling
150[warn] javaOptions will be ignored, fork is set to false
151+ FrameworkException
152 + encode and decode correctly direct type
153 + encode and decode correctly subtypes
1542 tests passed. 0 tests failed. 0 tests ignored.
155
156Executed in 432 ms
157
158Starting build for ProjectRef(file:/build/repo/,zioJsonExtra) (zio-json-extra)... [2/3]
159Compile scalacOptions: -encoding, utf8, -unchecked, -language:postfixOps, -language:existentials, -language:higherKinds, -language:implicitConversions, -Ywarn-dead-code, -Ywarn-numeric-widen, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
160[info] compiling 4 Scala sources to /build/repo/zio-json-extra/.jvm/target/scala-3.8.0/test-classes ...
161[warn] bad option '-Ywarn-dead-code' was ignored
162[warn] bad option '-Ywarn-numeric-widen' was ignored
163[warn] two warnings found
164[info] done compiling
165[warn] javaOptions will be ignored, fork is set to false
166+ Extended ast
167 + deepMerge should merge with correct mode
168+ JsonUtils
169 + mergeJson merge two json
170 + resolveFieldMultiple should produce a List from Json
171+ enum encoder
172 + encode simple enum value
173 + encode case class with enum value
174 + encode simple enum lower value
175 + encode case class with enum lower value
176 + encode case class with enum upper value
177 + encode simple enum upper value
178+ enum decoder
179 + simple enum value
180 + case class with enum lower value
181 + case class with enum value
182 + simple enum lower value
183 + case class with enum upper value
184 + simple enum upper value
185+ Time
186 + should serialize/deserialize FiniteDuration
18716 tests passed. 0 tests failed. 0 tests ignored.
188
189Executed in 598 ms
190
191
192************************
193Build summary:
194[{
195 "module": "zio-json-diffson",
196 "compile": {"status": "ok", "tookMs": 11294, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
197 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
198 "test-compile": {"status": "ok", "tookMs": 304, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
199 "test": {"status": "ok", "tookMs": 253, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
200 "publish": {"status": "skipped", "tookMs": 0},
201 "metadata": {
202 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
203}
204},{
205 "module": "zio-json-exception",
206 "compile": {"status": "ok", "tookMs": 8962, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
207 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
208 "test-compile": {"status": "ok", "tookMs": 885, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
209 "test": {"status": "ok", "tookMs": 1266, "passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2, "byFramework": [{"framework": "unknown", "stats": {"passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2}}]},
210 "publish": {"status": "skipped", "tookMs": 0},
211 "metadata": {
212 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
213}
214},{
215 "module": "zio-json-extra",
216 "compile": {"status": "ok", "tookMs": 53, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
217 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
218 "test-compile": {"status": "ok", "tookMs": 2435, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
219 "test": {"status": "ok", "tookMs": 1102, "passed": 16, "failed": 0, "ignored": 0, "skipped": 0, "total": 16, "byFramework": [{"framework": "unknown", "stats": {"passed": 16, "failed": 0, "ignored": 0, "skipped": 0, "total": 16}}]},
220 "publish": {"status": "skipped", "tookMs": 0},
221 "metadata": {
222 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
223}
224}]
225************************
226[success] Total time: 30 s, completed Jan 13, 2026, 3:14:09 PM
227[0JChecking patch project/plugins.sbt...
228Checking patch project/build.properties...
229Checking patch build.sbt...
230Applied patch project/plugins.sbt cleanly.
231Applied patch project/build.properties cleanly.
232Applied patch build.sbt cleanly.