Build Logs

gnp/ident • 3.8.0-RC4:2025-12-22

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-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: build.sbt
34Pattern: val Scala3Version = "3.3.0"
35Replacement: val Scala3Version = "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 Scala3Version = "3.3.0"' in build.sbt
40----
41Starting build for 3.8.0-RC4
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-RC4
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-RC4
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-RC4"
70"++3.8.0-RC4 -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-RC4 """{"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.749s.
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-RC4
97OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in identZioJson/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in identZioConfig/crossScalaVersions
99OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in identCirce/crossScalaVersions
100OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in identZioSchema/crossScalaVersions
101OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in ident/crossScalaVersions
102OpenCB::Limitting incorrect crossVersions List() -> List(2.13.11) in root/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in examples/crossScalaVersions
104[info] set current project to root (in build file:/build/repo/)
105[info] Setting Scala version to 3.8.0-RC4 on 6 projects.
106[info] Switching Scala version on:
107[info] examples (2.13.11, 3.8.0-RC4)
108[info] identCirce (2.13.11, 3.8.0-RC4)
109[info] ident (2.13.11, 3.8.0-RC4)
110[info] identZioConfig (2.13.11, 3.8.0-RC4)
111[info] identZioJson (2.13.11, 3.8.0-RC4)
112[info] identZioSchema (2.13.11, 3.8.0-RC4)
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 22, 2025, 7:06:01 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-RC4/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-RC4/classes ...
150[info] done compiling
151[info] compiling 1 Scala source to /build/repo/ident-zio-json/target/scala-3.8.0-RC4/classes ...
152[info] done compiling
153[info] compiling 1 Scala source to /build/repo/ident-zio-json/target/scala-3.8.0-RC4/test-classes ...
154[info] done compiling
155[info] Instrumenting 2 classes to /build/repo/ident-zio-json/target/scala-3.8.0-RC4/jacoco/instrumented-classes
156[info] Instrumenting 2 classes to /build/repo/ident-zio-json/target/scala-3.8.0-RC4/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 341 ms
163
164[info] Instrumenting 2 classes to /build/repo/ident-zio-json/target/scala-3.8.0-RC4/jacoco/instrumented-classes
165[info] Instrumenting 2 classes to /build/repo/ident-zio-json/target/scala-3.8.0-RC4/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-RC4/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-RC4/test-classes ...
169[info] done compiling
170[info] Instrumenting 23 classes to /build/repo/ident/target/scala-3.8.0-RC4/jacoco/instrumented-classes
171[info] Instrumenting 23 classes to /build/repo/ident/target/scala-3.8.0-RC4/jacoco/instrumented-classes
172+ LeiSpec
173 + Parse and validate conforming LEIs from ISIN_LEI_20210209.csv
174 + Conforming LEI '635400B4JJBON4TCHF02'
175 + Correctly parse
176 + Correctly validate
177 + Correctly validateAllowNonConforming(_)
178 + Conforming LEI '549300RIPPWJB5Z0FK07'
179 + Correctly parse
180 + Correctly validate
181 + Correctly validateAllowNonConforming(_)
182 + Conforming LEI '337KMNHEWWWR6B7Q7W10'
183 + Correctly validate
184 + Correctly parse
185 + Correctly validateAllowNonConforming(_)
186 + Conforming LEI '54930018SOOHBHRLWC16'
187 + Correctly validate
188 + Correctly validateAllowNonConforming(_)
189 + Correctly parse
190 + Conforming LEI '5JQ7W3GWO8J5DAE5WR19'
191 + Correctly validate
192 + Correctly validateAllowNonConforming(_)
193 + Correctly parse
194 + Conforming LEI '529900ODI3047E2LIV03'
195 + Correctly parse
196 + Correctly validate
197 + Correctly validateAllowNonConforming(_)
198 + Conforming LEI 'JJKC32MCHWDI71265Z06'
199 + Correctly validate
200 + Correctly parse
201 + Correctly validateAllowNonConforming(_)
202 + Conforming LEI '549300IYKILIU506KA05'
203 + Correctly validateAllowNonConforming(_)
204 + Correctly parse
205 + Correctly validate
206 + Conforming LEI 'Z2VZBHUMB7PWWJ63I008'
207 + Correctly validate
208 + Correctly parse
209 + Correctly validateAllowNonConforming(_)
210 + Conforming LEI '5493002F3N6V3Z14SP04'
211 + Correctly parse
212 + Correctly validate
213 + Correctly validateAllowNonConforming(_)
214 + Conforming LEI 'FRQ78DFDYWMT3XY6UR09'
215 + Correctly parse
216 + Correctly validateAllowNonConforming(_)
217 + Correctly validate
218 + Conforming LEI '549300E9PC51EN656011'
219 + Correctly parse
220 + Correctly validate
221 + Correctly validateAllowNonConforming(_)
222 + Conforming LEI '5493003WHB7TFLYQFS12'
223 + Correctly validateAllowNonConforming(_)
224 + Correctly parse
225 + Correctly validate
226 + Conforming LEI '549300C04BJ0G297NC13'
227 + Correctly validateAllowNonConforming(_)
228 + Correctly validate
229 + Correctly parse
230 + Conforming LEI 'T68X8LLAQYRNDV034K14'
231 + Correctly parse
232 + Correctly validateAllowNonConforming(_)
233 + Correctly validate
234 + Conforming LEI '95980020140005346817'
235 + Correctly validateAllowNonConforming(_)
236 + Correctly validate
237 + Correctly parse
238 + Conforming LEI '549300HMMEWVG3PPQU18'
239 + Correctly parse
240 + Correctly validate
241 + Correctly validateAllowNonConforming(_)
242 + Conforming LEI '8HWWA59ZS6Z54QLX6S15'
243 + Correctly validateAllowNonConforming(_)
244 + Correctly parse
245 + Correctly validate
246 + Conforming LEI 'AJ6VL0Z1WDC42KKJZO20'
247 + Correctly parse
248 + Correctly validate
249 + Correctly validateAllowNonConforming(_)
250 + Correctly parse and validate LEI from section A.1 example calculation in the ISO 17442-1:2020(E) spec
251 + Correctly support pattern matching
252 + Correctly support default Ordering
253 + Parse and validate non-conforming LEIs with *00 and *01 formats from ISIN_LEI_20210209.csv
254 + Non-conforming LEI '31570010000000045200'
255 + Correctly get 1 for compute_iso7064_mod97_10(_)
256 + Correctly parse
257 + Correctly fail to validate(_)
258 + Correctly validateAllowNonConforming(_)
259 + Non-conforming LEI '3157006B6JVZ5DFMSN00'
260 + Correctly parse
261 + Correctly fail to validate(_)
262 + Correctly validateAllowNonConforming(_)
263 + Correctly get 1 for compute_iso7064_mod97_10(_)
264 + Non-conforming LEI '31570010000000048401'
265 + Correctly parse
266 + Correctly validateAllowNonConforming(_)
267 + Correctly fail to validate(_)
268 + Correctly get 1 for compute_iso7064_mod97_10(_)
269 + Non-conforming LEI '315700WH3YMKHCVYW201'
270 + Correctly parse
271 + Correctly validateAllowNonConforming(_)
272 + Correctly get 1 for compute_iso7064_mod97_10(_)
273 + Correctly fail to validate(_)
274 + Non-conforming LEI '31570010000000067801'
275 + Correctly fail to validate(_)
276 + Correctly validateAllowNonConforming(_)
277 + Correctly get 1 for compute_iso7064_mod97_10(_)
278 + Correctly parse
279 + Non-conforming LEI '315700BBRQHDWX6SHZ00'
280 + Correctly parse
281 + Correctly fail to validate(_)
282 + Correctly validateAllowNonConforming(_)
283 + Correctly get 1 for compute_iso7064_mod97_10(_)
284 + Non-conforming LEI '315700G5G24XYL1TXH00'
285 + Correctly parse
286 + Correctly fail to validate(_)
287 + Correctly validateAllowNonConforming(_)
288 + Correctly get 1 for compute_iso7064_mod97_10(_)
289+ CusipSpec
290 + Correctly parse and validate the example AAPL CUSIP
291 + Correctly compute the check digit for the AAPL CUSIP
292 + Correctly parse and validate a real-world CUSIP with a '0' check digit (BCC aka Boise Cascade)
293 + Correctly validate the check digit for AAPL from the isin.org web site
294 + Correctly parse and validate a real-world CUSIP with a '3' check digit (ADP aka Automatic Data Processing)
295 + Correctly parse and validate a real-world CUSIP with a '1' check digit (ADBE aka Adobe)
296 + Correctly parse and validate a real-world CUSIP with a '2' check digit (AAL aka American Airlines)
297 + Correctly parse and validate a real-world CUSIP with a '4' check digit (IMKTA aka Ingles Markets)
298 + Correctly parse and validate a real-world CUSIP with a '5' check digit (AJRD aka Aerojet Rocketdyne Holdings)
299 + Correctly parse and validate a real-world CUSIP with a '6' check digit (XRX aka Xerox)
300 + Correctly parse and validate a real-world CUSIP with a '7' check digit (AMD aka Advanced Micro Devices)
301 + Correctly parse and validate a real-world CUSIP with a '8' check digit (VNDA aka Vanda Pharmaceuticals)
302 + Correctly parse and validate a real-world CUSIP with a '9' check digit (APT aka AlphaProTec)
303 + Correctly support default Ordering
304 + Correctly support pattern matching
305+ CikSpec
306 + Correctly allow the AAPL CIK as a Long
307 + Correctly allow the AAPL CIK as a String
308 + Correctly support pattern matching
309 + Correctly allow the AAPL CIK as a String with leading zeros
310 + Correctly support default Ordering
311+ IsinSpec
312 + Correctly parse and validate the example AAPL ISIN from the isin.org web site
313 + Correctly validate the check digit for AAPL from the isin.org web site
314 + Correctly parse and validate a real-world ISIN with a '1' check digit (INTC aka Intel)
315 + Correctly parse and validate a real-world ISIN with a '0' check digit (BCC aka Boise Cascade)
316 + Correctly parse and validate a real-world ISIN with a '3' check digit (AAL aka American Airlines)
317 + Correctly parse and validate a real-world ISIN with a '2' check digit (XRX aka Xerox)
318 + Correctly parse and validate a real-world ISIN with a '4' check digit (VNDA aka Vanda Pharmaceuticals)
319 + Correctly parse and validate a real-world ISIN with a '5' check digit (APT aka AlphaProTec)
320 + Correctly parse and validate a real-world ISIN with a '6' check digit (PRDO aka Perdoceo Education)
321 + Correctly parse and validate a real-world ISIN with a '7' check digit (MEI aka Methode Electronics)
322 + Correctly parse and validate a real-world ISIN with a '8' check digit (IMKTA aka Ingles Markets)
323 + Correctly parse and validate a real-world ISIN with a '9' check digit (SUPN aka Supernus Pharmaceuticals)
324 + Correctly support default Ordering
325 + Correctly support pattern matching
326 + Correctly compute the check digit for AAPL from the isin.org web site
327+ MicSpec
328 + Correctly allow the NASDAQ MIC
329 + Correctly allow the NYSE MIC
330 + Correctly support default Ordering
331 + Correctly support pattern matching
332+ FigiSpec
333 + Parse and validate the FIGI for ticker TNK (TeeKay Tankers)
334 + Parse and validate FIGIs from other offical documents with various check digits
335 + Correctly support pattern matching
336 + Correctly support default Ordering
337 + Parse and validate FIGIs from section 6.1.2, page 17 of the OMG spec
338464 tests passed. 0 tests failed. 0 tests ignored.
339
340Executed in 6 s 51 ms
341
342[info] Instrumenting 23 classes to /build/repo/ident/target/scala-3.8.0-RC4/jacoco/instrumented-classes
343[info] Instrumenting 23 classes to /build/repo/ident/target/scala-3.8.0-RC4/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-RC4/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-RC4/classes ...
347[info] done compiling
348[info] compiling 1 Scala source to /build/repo/ident-zio-config/target/scala-3.8.0-RC4/test-classes ...
349[info] done compiling
350[info] Instrumenting 2 classes to /build/repo/ident-zio-config/target/scala-3.8.0-RC4/jacoco/instrumented-classes
351[info] Instrumenting 2 classes to /build/repo/ident-zio-config/target/scala-3.8.0-RC4/jacoco/instrumented-classes
352+ IdentZioConfigSpec
353 + Test Cik in Config
3541 tests passed. 0 tests failed. 0 tests ignored.
355
356Executed in 175 ms
357
358[info] Instrumenting 2 classes to /build/repo/ident-zio-config/target/scala-3.8.0-RC4/jacoco/instrumented-classes
359[info] Instrumenting 2 classes to /build/repo/ident-zio-config/target/scala-3.8.0-RC4/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-RC4/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-RC4/classes ...
363[info] done compiling
364[info] Instrumenting 2 classes to /build/repo/ident-zio-schema/target/scala-3.8.0-RC4/jacoco/instrumented-classes
365[info] Instrumenting 2 classes to /build/repo/ident-zio-schema/target/scala-3.8.0-RC4/jacoco/instrumented-classes
366[info] Instrumenting 2 classes to /build/repo/ident-zio-schema/target/scala-3.8.0-RC4/jacoco/instrumented-classes
367[info] Instrumenting 2 classes to /build/repo/ident-zio-schema/target/scala-3.8.0-RC4/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-RC4/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-RC4/classes ...
371[info] done compiling
372[info] compiling 1 Scala source to /build/repo/ident-circe/target/scala-3.8.0-RC4/test-classes ...
373[info] done compiling
374[info] Instrumenting 2 classes to /build/repo/ident-circe/target/scala-3.8.0-RC4/jacoco/instrumented-classes
375[info] Instrumenting 2 classes to /build/repo/ident-circe/target/scala-3.8.0-RC4/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 316 ms
382
383[info] Instrumenting 2 classes to /build/repo/ident-circe/target/scala-3.8.0-RC4/jacoco/instrumented-classes
384[info] Instrumenting 2 classes to /build/repo/ident-circe/target/scala-3.8.0-RC4/jacoco/instrumented-classes
385
386************************
387Build summary:
388[{
389 "module": "ident-zio-json",
390 "compile": {"status": "ok", "tookMs": 10944, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
391 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
392 "test-compile": {"status": "ok", "tookMs": 1505, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
393 "test": {"status": "ok", "tookMs": 1347, "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": 58, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
401 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
402 "test-compile": {"status": "ok", "tookMs": 2957, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
403 "test": {"status": "ok", "tookMs": 2761, "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": 614, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
411 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
412 "test-compile": {"status": "ok", "tookMs": 796, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
413 "test": {"status": "ok", "tookMs": 826, "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": 451, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
421 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
422 "test-compile": {"status": "ok", "tookMs": 142, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
423 "test": {"status": "ok", "tookMs": 124, "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": 537, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
431 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
432 "test-compile": {"status": "ok", "tookMs": 666, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
433 "test": {"status": "ok", "tookMs": 904, "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: 71 s (0:01:11.0), completed Dec 22, 2025, 7:07:12 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.