Build Logs
gnp/ident • 3.8.0-RC5:2025-12-31
Errors
0
Warnings
7
Total Lines
446
1##################################
2Clonning https://github.com/gnp/ident.git into /build/repo using revision v0.3.0
3##################################
4Note: switching to '0b6834f977d48cfb8d71a4b208658f79d58b549f'.
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.3.0
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.3.0"
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.3.0"' in build.sbt
40----
41Starting build for 3.8.0-RC5
42Execute tests: true
43sbt project found:
44Sbt version 1.9.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 gnp/ident
47##################################
48Scala version: 3.8.0-RC5
49Targets: com.gregorpurdy%ident com.gregorpurdy%ident-circe com.gregorpurdy%ident-zio-config com.gregorpurdy%ident-zio-json com.gregorpurdy%ident-zio-schema
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.0\"","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":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.0\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}""" com.gregorpurdy%ident com.gregorpurdy%ident-circe com.gregorpurdy%ident-zio-config com.gregorpurdy%ident-zio-json com.gregorpurdy%ident-zio-schema"
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 3 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 8.941s.
85[info] done compiling
86[info] loading settings for project root from build.sbt, sonatype.sbt...
87[info] resolving key references (10861 settings) ...
88[info] set current project to root (in build file:/build/repo/)
89[warn] there's a key that's not used by any other settings/tasks:
90[warn]
91[warn] * ThisBuild / pomIncludeRepository
92[warn] +- /build/repo/build.sbt:34
93[warn]
94[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
95[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
96Execute setCrossScalaVersions: 3.8.0-RC5
97OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in identZioJson/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in identZioConfig/crossScalaVersions
99OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in identZioSchema/crossScalaVersions
100OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in identCirce/crossScalaVersions
101OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in ident/crossScalaVersions
102OpenCB::Limitting incorrect crossVersions List() -> List(2.13.11) in root/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examples/crossScalaVersions
104[info] set current project to root (in build file:/build/repo/)
105[info] Setting Scala version to 3.8.0-RC5 on 6 projects.
106[info] Switching Scala version on:
107[info] examples (2.13.11, 3.8.0-RC5)
108[info] identCirce (2.13.11, 3.8.0-RC5)
109[info] ident (2.13.11, 3.8.0-RC5)
110[info] identZioConfig (2.13.11, 3.8.0-RC5)
111[info] identZioJson (2.13.11, 3.8.0-RC5)
112[info] identZioSchema (2.13.11, 3.8.0-RC5)
113[info] Excluding projects:
114[info] * root (2.13.11)
115[info] docs (2.13.11)
116[info] Reapplying settings...
117[info] set current project to root (in build file:/build/repo/)
118Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
119[info] Reapplying settings...
120[info] set current project to root (in build file:/build/repo/)
121[info] Defining Global / credentials, credentials and 6 others.
122[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 40 others.
123[info] Run `last` for details.
124[info] Reapplying settings...
125[info] set current project to root (in build file:/build/repo/)
126Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
127[info] Reapplying settings...
128OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
129
130 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
131 Did you mean allExcludeDependencies ?
132 , retry without global scopes
133[info] Reapplying settings...
134[info] set current project to root (in build file:/build/repo/)
135Execute removeScalacOptionsStartingWith: -P:wartremover
136[info] Reapplying settings...
137[info] set current project to root (in build file:/build/repo/)
138[success] Total time: 0 s, completed Dec 31, 2025, 9:57:49 PM
139Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.0\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
140Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
141Starting build...
142Projects: Set(identCirce, ident, identZioConfig, identZioJson, identZioSchema)
143Starting build for ProjectRef(file:/build/repo/,identZioJson) (ident-zio-json)... [0/5]
144OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
145OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
146OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
147OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
148Compile scalacOptions: -encoding, utf-8, -unchecked, -Wunused:explicits, -Wunused:imports, -Wunused:linted, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xsemanticdb, -semanticdb-target, /build/repo/ident-zio-json/target/scala-3.8.0-RC5/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
149[info] compiling 7 Scala sources to /build/repo/ident/target/scala-3.8.0-RC5/classes ...
150[info] done compiling
151[info] compiling 1 Scala source to /build/repo/ident-zio-json/target/scala-3.8.0-RC5/classes ...
152[info] done compiling
153[info] compiling 1 Scala source to /build/repo/ident-zio-json/target/scala-3.8.0-RC5/test-classes ...
154[info] done compiling
155[info] Instrumenting 2 classes to /build/repo/ident-zio-json/target/scala-3.8.0-RC5/jacoco/instrumented-classes
156[info] Instrumenting 2 classes to /build/repo/ident-zio-json/target/scala-3.8.0-RC5/jacoco/instrumented-classes
157+ IdentZioJsonSpec
158 + Correctly parse and validate the example AAPL ISIN from the isin.org web site
159 + Correctly fail to parse an invalid JSON
1602 tests passed. 0 tests failed. 0 tests ignored.
161
162Executed in 321 ms
163
164[info] Instrumenting 2 classes to /build/repo/ident-zio-json/target/scala-3.8.0-RC5/jacoco/instrumented-classes
165[info] Instrumenting 2 classes to /build/repo/ident-zio-json/target/scala-3.8.0-RC5/jacoco/instrumented-classes
166Starting build for ProjectRef(file:/build/repo/,ident) (ident)... [1/5]
167Compile scalacOptions: -encoding, utf-8, -unchecked, -Wunused:explicits, -Wunused:imports, -Wunused:linted, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xsemanticdb, -semanticdb-target, /build/repo/ident/target/scala-3.8.0-RC5/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
168[info] compiling 6 Scala sources to /build/repo/ident/target/scala-3.8.0-RC5/test-classes ...
169[info] done compiling
170[info] Instrumenting 23 classes to /build/repo/ident/target/scala-3.8.0-RC5/jacoco/instrumented-classes
171[info] Instrumenting 23 classes to /build/repo/ident/target/scala-3.8.0-RC5/jacoco/instrumented-classes
172+ LeiSpec
173 + Parse and validate conforming LEIs from ISIN_LEI_20210209.csv
174 + Conforming LEI '635400B4JJBON4TCHF02'
175 + Correctly validateAllowNonConforming(_)
176 + Correctly validate
177 + Correctly parse
178 + Conforming LEI '5JQ7W3GWO8J5DAE5WR19'
179 + Correctly parse
180 + Correctly validateAllowNonConforming(_)
181 + Correctly validate
182 + Conforming LEI 'AJ6VL0Z1WDC42KKJZO20'
183 + Correctly parse
184 + Correctly validateAllowNonConforming(_)
185 + Correctly validate
186 + Conforming LEI '529900ODI3047E2LIV03'
187 + Correctly parse
188 + Correctly validate
189 + Correctly validateAllowNonConforming(_)
190 + Conforming LEI '549300IYKILIU506KA05'
191 + Correctly parse
192 + Correctly validateAllowNonConforming(_)
193 + Correctly validate
194 + Conforming LEI 'JJKC32MCHWDI71265Z06'
195 + Correctly validate
196 + Correctly parse
197 + Correctly validateAllowNonConforming(_)
198 + Conforming LEI 'Z2VZBHUMB7PWWJ63I008'
199 + Correctly parse
200 + Correctly validate
201 + Correctly validateAllowNonConforming(_)
202 + Conforming LEI '5493002F3N6V3Z14SP04'
203 + Correctly validateAllowNonConforming(_)
204 + Correctly parse
205 + Correctly validate
206 + Conforming LEI '549300RIPPWJB5Z0FK07'
207 + Correctly validateAllowNonConforming(_)
208 + Correctly validate
209 + Correctly parse
210 + Conforming LEI '549300E9PC51EN656011'
211 + Correctly parse
212 + Correctly validate
213 + Correctly validateAllowNonConforming(_)
214 + Conforming LEI 'FRQ78DFDYWMT3XY6UR09'
215 + Correctly parse
216 + Correctly validate
217 + Correctly validateAllowNonConforming(_)
218 + Conforming LEI '337KMNHEWWWR6B7Q7W10'
219 + Correctly parse
220 + Correctly validate
221 + Correctly validateAllowNonConforming(_)
222 + Conforming LEI '549300C04BJ0G297NC13'
223 + Correctly parse
224 + Correctly validateAllowNonConforming(_)
225 + Correctly validate
226 + Conforming LEI '5493003WHB7TFLYQFS12'
227 + Correctly parse
228 + Correctly validateAllowNonConforming(_)
229 + Correctly validate
230 + Conforming LEI 'T68X8LLAQYRNDV034K14'
231 + Correctly parse
232 + Correctly validate
233 + Correctly validateAllowNonConforming(_)
234 + Conforming LEI '8HWWA59ZS6Z54QLX6S15'
235 + Correctly parse
236 + Correctly validate
237 + Correctly validateAllowNonConforming(_)
238 + Conforming LEI '95980020140005346817'
239 + Correctly parse
240 + Correctly validate
241 + Correctly validateAllowNonConforming(_)
242 + Conforming LEI '549300HMMEWVG3PPQU18'
243 + Correctly validateAllowNonConforming(_)
244 + Correctly parse
245 + Correctly validate
246 + Conforming LEI '54930018SOOHBHRLWC16'
247 + Correctly validateAllowNonConforming(_)
248 + Correctly validate
249 + Correctly parse
250 + Correctly parse and validate LEI from section A.1 example calculation in the ISO 17442-1:2020(E) spec
251 + Correctly support default Ordering
252 + Correctly support pattern matching
253 + Parse and validate non-conforming LEIs with *00 and *01 formats from ISIN_LEI_20210209.csv
254 + Non-conforming LEI '315700BBRQHDWX6SHZ00'
255 + Correctly parse
256 + Correctly fail to validate(_)
257 + Correctly validateAllowNonConforming(_)
258 + Correctly get 1 for compute_iso7064_mod97_10(_)
259 + Non-conforming LEI '3157006B6JVZ5DFMSN00'
260 + Correctly fail to validate(_)
261 + Correctly validateAllowNonConforming(_)
262 + Correctly get 1 for compute_iso7064_mod97_10(_)
263 + Correctly parse
264 + Non-conforming LEI '31570010000000067801'
265 + Correctly parse
266 + Correctly fail to validate(_)
267 + Correctly get 1 for compute_iso7064_mod97_10(_)
268 + Correctly validateAllowNonConforming(_)
269 + Non-conforming LEI '315700G5G24XYL1TXH00'
270 + Correctly fail to validate(_)
271 + Correctly validateAllowNonConforming(_)
272 + Correctly get 1 for compute_iso7064_mod97_10(_)
273 + Correctly parse
274 + Non-conforming LEI '315700WH3YMKHCVYW201'
275 + Correctly fail to validate(_)
276 + Correctly parse
277 + Correctly validateAllowNonConforming(_)
278 + Correctly get 1 for compute_iso7064_mod97_10(_)
279 + Non-conforming LEI '31570010000000045200'
280 + Correctly validateAllowNonConforming(_)
281 + Correctly fail to validate(_)
282 + Correctly parse
283 + Correctly get 1 for compute_iso7064_mod97_10(_)
284 + Non-conforming LEI '31570010000000048401'
285 + Correctly parse
286 + Correctly validateAllowNonConforming(_)
287 + Correctly get 1 for compute_iso7064_mod97_10(_)
288 + Correctly fail to validate(_)
289+ IsinSpec
290 + Correctly parse and validate the example AAPL ISIN from the isin.org web site
291 + Correctly parse and validate a real-world ISIN with a '1' check digit (INTC aka Intel)
292 + Correctly parse and validate a real-world ISIN with a '2' check digit (XRX aka Xerox)
293 + Correctly parse and validate a real-world ISIN with a '3' check digit (AAL aka American Airlines)
294 + Correctly parse and validate a real-world ISIN with a '4' check digit (VNDA aka Vanda Pharmaceuticals)
295 + Correctly compute the check digit for AAPL from the isin.org web site
296 + Correctly parse and validate a real-world ISIN with a '6' check digit (PRDO aka Perdoceo Education)
297 + Correctly parse and validate a real-world ISIN with a '5' check digit (APT aka AlphaProTec)
298 + Correctly parse and validate a real-world ISIN with a '7' check digit (MEI aka Methode Electronics)
299 + Correctly parse and validate a real-world ISIN with a '8' check digit (IMKTA aka Ingles Markets)
300 + Correctly validate the check digit for AAPL from the isin.org web site
301 + Correctly parse and validate a real-world ISIN with a '9' check digit (SUPN aka Supernus Pharmaceuticals)
302 + Correctly parse and validate a real-world ISIN with a '0' check digit (BCC aka Boise Cascade)
303 + Correctly support default Ordering
304 + Correctly support pattern matching
305+ MicSpec
306 + Correctly support default Ordering
307 + Correctly support pattern matching
308 + Correctly allow the NYSE MIC
309 + Correctly allow the NASDAQ MIC
310+ CikSpec
311 + Correctly allow the AAPL CIK as a String
312 + Correctly allow the AAPL CIK as a Long
313 + Correctly support pattern matching
314 + Correctly allow the AAPL CIK as a String with leading zeros
315 + Correctly support default Ordering
316+ FigiSpec
317 + Correctly support default Ordering
318 + Parse and validate the FIGI for ticker TNK (TeeKay Tankers)
319 + Parse and validate FIGIs from section 6.1.2, page 17 of the OMG spec
320 + Parse and validate FIGIs from other offical documents with various check digits
321 + Correctly support pattern matching
322+ CusipSpec
323 + Correctly parse and validate the example AAPL CUSIP
324 + Correctly compute the check digit for the AAPL CUSIP
325 + Correctly parse and validate a real-world CUSIP with a '1' check digit (ADBE aka Adobe)
326 + Correctly validate the check digit for AAPL from the isin.org web site
327 + Correctly parse and validate a real-world CUSIP with a '4' check digit (IMKTA aka Ingles Markets)
328 + Correctly parse and validate a real-world CUSIP with a '0' check digit (BCC aka Boise Cascade)
329 + Correctly parse and validate a real-world CUSIP with a '3' check digit (ADP aka Automatic Data Processing)
330 + Correctly parse and validate a real-world CUSIP with a '6' check digit (XRX aka Xerox)
331 + Correctly parse and validate a real-world CUSIP with a '7' check digit (AMD aka Advanced Micro Devices)
332 + Correctly parse and validate a real-world CUSIP with a '5' check digit (AJRD aka Aerojet Rocketdyne Holdings)
333 + Correctly parse and validate a real-world CUSIP with a '8' check digit (VNDA aka Vanda Pharmaceuticals)
334 + Correctly parse and validate a real-world CUSIP with a '9' check digit (APT aka AlphaProTec)
335 + Correctly support default Ordering
336 + Correctly support pattern matching
337 + Correctly parse and validate a real-world CUSIP with a '2' check digit (AAL aka American Airlines)
338646 tests passed. 0 tests failed. 0 tests ignored.
339
340Executed in 6 s 283 ms
341
342[info] Instrumenting 23 classes to /build/repo/ident/target/scala-3.8.0-RC5/jacoco/instrumented-classes
343[info] Instrumenting 23 classes to /build/repo/ident/target/scala-3.8.0-RC5/jacoco/instrumented-classes
344Starting build for ProjectRef(file:/build/repo/,identZioConfig) (ident-zio-config)... [2/5]
345Compile scalacOptions: -encoding, utf-8, -unchecked, -Wunused:explicits, -Wunused:imports, -Wunused:linted, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xsemanticdb, -semanticdb-target, /build/repo/ident-zio-config/target/scala-3.8.0-RC5/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
346[info] compiling 1 Scala source to /build/repo/ident-zio-config/target/scala-3.8.0-RC5/classes ...
347[info] done compiling
348[info] compiling 1 Scala source to /build/repo/ident-zio-config/target/scala-3.8.0-RC5/test-classes ...
349[info] done compiling
350[info] Instrumenting 2 classes to /build/repo/ident-zio-config/target/scala-3.8.0-RC5/jacoco/instrumented-classes
351[info] Instrumenting 2 classes to /build/repo/ident-zio-config/target/scala-3.8.0-RC5/jacoco/instrumented-classes
352+ IdentZioConfigSpec
353 + Test Cik in Config
3541 tests passed. 0 tests failed. 0 tests ignored.
355
356Executed in 172 ms
357
358[info] Instrumenting 2 classes to /build/repo/ident-zio-config/target/scala-3.8.0-RC5/jacoco/instrumented-classes
359[info] Instrumenting 2 classes to /build/repo/ident-zio-config/target/scala-3.8.0-RC5/jacoco/instrumented-classes
360Starting build for ProjectRef(file:/build/repo/,identZioSchema) (ident-zio-schema)... [3/5]
361Compile scalacOptions: -encoding, utf-8, -unchecked, -Wunused:explicits, -Wunused:imports, -Wunused:linted, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xsemanticdb, -semanticdb-target, /build/repo/ident-zio-schema/target/scala-3.8.0-RC5/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
362[info] compiling 1 Scala source to /build/repo/ident-zio-schema/target/scala-3.8.0-RC5/classes ...
363[info] done compiling
364[info] Instrumenting 2 classes to /build/repo/ident-zio-schema/target/scala-3.8.0-RC5/jacoco/instrumented-classes
365[info] Instrumenting 2 classes to /build/repo/ident-zio-schema/target/scala-3.8.0-RC5/jacoco/instrumented-classes
366[info] Instrumenting 2 classes to /build/repo/ident-zio-schema/target/scala-3.8.0-RC5/jacoco/instrumented-classes
367[info] Instrumenting 2 classes to /build/repo/ident-zio-schema/target/scala-3.8.0-RC5/jacoco/instrumented-classes
368Starting build for ProjectRef(file:/build/repo/,identCirce) (ident-circe)... [4/5]
369Compile scalacOptions: -encoding, utf-8, -unchecked, -Wunused:explicits, -Wunused:imports, -Wunused:linted, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xsemanticdb, -semanticdb-target, /build/repo/ident-circe/target/scala-3.8.0-RC5/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
370[info] compiling 1 Scala source to /build/repo/ident-circe/target/scala-3.8.0-RC5/classes ...
371[info] done compiling
372[info] compiling 1 Scala source to /build/repo/ident-circe/target/scala-3.8.0-RC5/test-classes ...
373[info] done compiling
374[info] Instrumenting 2 classes to /build/repo/ident-circe/target/scala-3.8.0-RC5/jacoco/instrumented-classes
375[info] Instrumenting 2 classes to /build/repo/ident-circe/target/scala-3.8.0-RC5/jacoco/instrumented-classes
376+ IdentCirceSpec
377 + Correctly fail to parse an invalid JSON
378 + Correctly parse and validate the example AAPL ISIN from the isin.org web site
3792 tests passed. 0 tests failed. 0 tests ignored.
380
381Executed in 335 ms
382
383[info] Instrumenting 2 classes to /build/repo/ident-circe/target/scala-3.8.0-RC5/jacoco/instrumented-classes
384[info] Instrumenting 2 classes to /build/repo/ident-circe/target/scala-3.8.0-RC5/jacoco/instrumented-classes
385
386************************
387Build summary:
388[{
389 "module": "ident-zio-json",
390 "compile": {"status": "ok", "tookMs": 8137, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
391 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
392 "test-compile": {"status": "ok", "tookMs": 1503, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
393 "test": {"status": "ok", "tookMs": 1346, "passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2, "byFramework": [{"framework": "unknown", "stats": {"passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2}}]},
394 "publish": {"status": "skipped", "tookMs": 0},
395 "metadata": {
396 "crossScalaVersions": ["2.13.11", "3.3.0"]
397}
398},{
399 "module": "ident",
400 "compile": {"status": "ok", "tookMs": 59, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
401 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
402 "test-compile": {"status": "ok", "tookMs": 3211, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
403 "test": {"status": "ok", "tookMs": 2710, "passed": 132, "failed": 0, "ignored": 0, "skipped": 0, "total": 132, "byFramework": [{"framework": "unknown", "stats": {"passed": 132, "failed": 0, "ignored": 0, "skipped": 0, "total": 132}}]},
404 "publish": {"status": "skipped", "tookMs": 0},
405 "metadata": {
406 "crossScalaVersions": ["2.13.11", "3.3.0"]
407}
408},{
409 "module": "ident-zio-config",
410 "compile": {"status": "ok", "tookMs": 706, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
411 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
412 "test-compile": {"status": "ok", "tookMs": 957, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
413 "test": {"status": "ok", "tookMs": 784, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
414 "publish": {"status": "skipped", "tookMs": 0},
415 "metadata": {
416 "crossScalaVersions": ["2.13.11", "3.3.0"]
417}
418},{
419 "module": "ident-zio-schema",
420 "compile": {"status": "ok", "tookMs": 572, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
421 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
422 "test-compile": {"status": "ok", "tookMs": 152, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
423 "test": {"status": "ok", "tookMs": 133, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
424 "publish": {"status": "skipped", "tookMs": 0},
425 "metadata": {
426 "crossScalaVersions": ["2.13.11", "3.3.0"]
427}
428},{
429 "module": "ident-circe",
430 "compile": {"status": "ok", "tookMs": 571, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
431 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
432 "test-compile": {"status": "ok", "tookMs": 763, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
433 "test": {"status": "ok", "tookMs": 948, "passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2, "byFramework": [{"framework": "unknown", "stats": {"passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2}}]},
434 "publish": {"status": "skipped", "tookMs": 0},
435 "metadata": {
436 "crossScalaVersions": ["2.13.11", "3.3.0"]
437}
438}]
439************************
440[success] Total time: 30 s, completed Dec 31, 2025, 9:58:18 PM
441[0JChecking patch project/plugins.sbt...
442Checking patch project/build.properties...
443Checking patch build.sbt...
444Applied patch project/plugins.sbt cleanly.
445Applied patch project/build.properties cleanly.
446Applied patch build.sbt cleanly.