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