Build Logs

gnp/ident • 3.8.0-RC3:2025-12-04

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