Build Logs

eikek/soidc • 3.8.0-RC2:2025-11-28

Errors

0

Warnings

82

Total Lines

440

1##################################
2Clonning https://github.com/eikek/soidc.git into /build/repo using revision v0.2.0
3##################################
4Note: switching to 'cac1db869d13a604d329ede1420a31fec550dba1'.
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.5
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: project/Dependencies.scala
34Pattern: val scala3 = "3.3.5"
35Replacement: val scala3 = "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 scala3 = "3.3.5"' in project/Dependencies.scala
40----
41Starting build for 3.8.0-RC2
42Execute tests: true
43sbt project found:
44Sbt version 1.10.7 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 eikek/soidc
47##################################
48Scala version: 3.8.0-RC2
49Targets: com.github.eikek%soidc-borer com.github.eikek%soidc-core com.github.eikek%soidc-http4s-client com.github.eikek%soidc-http4s-routes com.github.eikek%soidc-jwt
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<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":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.github.eikek%soidc-borer com.github.eikek%soidc-core com.github.eikek%soidc-http4s-client com.github.eikek%soidc-http4s-routes com.github.eikek%soidc-jwt"
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.756s.
85[info] done compiling
86[info] loading settings for project root from build.sbt...
87[info] set current project to soidc-root (in build file:/build/repo/)
88Execute setCrossScalaVersions: 3.8.0-RC2
89OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in borer/crossScalaVersions
90OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in borer/crossScalaVersions
91OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in http4sClient/crossScalaVersions
92OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in http4sClient/crossScalaVersions
93OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in http4sRoutes/crossScalaVersions
94OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in http4sRoutes/crossScalaVersions
95OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in core/crossScalaVersions
96OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in core/crossScalaVersions
97OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jwt/crossScalaVersions
98OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in jwt/crossScalaVersions
99OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in readme/crossScalaVersions
100OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
101OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in readme/crossScalaVersions
102OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in root/crossScalaVersions
103[info] set current project to soidc-root (in build file:/build/repo/)
104[info] Setting Scala version to 3.8.0-RC2 on 7 projects.
105[info] Switching Scala version on:
106[info] http4sRoutes (3.8.0-RC2)
107[info] * root (3.8.0-RC2)
108[info] jwt (3.8.0-RC2)
109[info] borer (3.8.0-RC2)
110[info] http4sClient (3.8.0-RC2)
111[info] readme (3.8.0-RC2)
112[info] core (3.8.0-RC2)
113[info] Excluding projects:
114[info] Reapplying settings...
115[info] set current project to soidc-root (in build file:/build/repo/)
116Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
117[info] Reapplying settings...
118[info] set current project to soidc-root (in build file:/build/repo/)
119[info] Defining Global / credentials, borer / credentials and 5 others.
120[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 56 others.
121[info] Run `last` for details.
122[info] Reapplying settings...
123[info] set current project to soidc-root (in build file:/build/repo/)
124Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
125[info] Reapplying settings...
126OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
127
128 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
129 Did you mean allExcludeDependencies ?
130 , retry without global scopes
131[info] Reapplying settings...
132[info] set current project to soidc-root (in build file:/build/repo/)
133Execute removeScalacOptionsStartingWith: -P:wartremover
134[info] Reapplying settings...
135[info] set current project to soidc-root (in build file:/build/repo/)
136[success] Total time: 0 s, completed Nov 28, 2025, 2:22:18 PM
137Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
138Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
139Starting build...
140Projects: Set(http4sRoutes, jwt, borer, http4sClient, core)
141Starting build for ProjectRef(file:/build/repo/,jwt) (soidc-jwt)... [0/5]
142OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
143OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
144OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
145OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
146OpenCB::Filter out '-Werror', matches setting pattern '^-?-Werror'
147Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/jwt/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
148[info] compiling 47 Scala sources to /build/repo/modules/jwt/target/scala-3.8.0-RC2/classes ...
149[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
150[warn] one warning found
151[info] done compiling
152[info] compiling 12 Scala sources to /build/repo/modules/jwt/target/scala-3.8.0-RC2/test-classes ...
153[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
154[warn] one warning found
155[info] done compiling
156soidc.jwt.FromJsonTest:
157 + decode array[json] 0.015s
158 + decode double 0.002s
159soidc.jwt.JoseHeaderTest:
160 + create header literal 0.018s
161 + create header from obj 0.004s
162 + remove values 0.001s
163soidc.jwt.ValidateTest:
164 + validate not before 0.044s
165 + validate expiration 0.001s
166 + validate timing 0.002s
167 + validate signature 0.084s
168 + validate no key in jwk 0.003s
169 + validate jws 0.003s
170soidc.jwt.JWKSetTest:
171 + toJson 0.002s
172 + fromJson 0.012s
173soidc.jwt.UriTest:
174 + addPath normalizes slashes 0.009s
175 + fail on invaid 0.001s
176 + success on valid 0.001s
177 + add query params 0.025s
178soidc.jwt.JWETest:
179 + check header 0.001s
180 + init vector 0.06s
181 + encrypt/decrypt cek 0.196s
182soidc.jwt.EcDerCodecTest:
183 + encode and decode java generated der signature with static key 0.058s
184 + encode/decode given der signature 0.0s
185 + encode and decode java generated der signature ES256 P256 0.02s
186 + encode and decode java generated der signature ES256 P384 0.033s
187 + encode and decode java generated der signature ES256 P521 0.102s
188 + encode and decode java generated der signature ES384 P256 0.007s
189 + encode and decode java generated der signature ES384 P384 0.012s
190 + encode and decode java generated der signature ES384 P521 0.027s
191 + encode and decode java generated der signature ES512 P256 0.011s
192 + encode and decode java generated der signature ES512 P384 0.016s
193 + encode and decode java generated der signature ES512 P521 0.033s
194soidc.jwt.JWSTest:
195 + split token 0.023s
196 + split token, no signature 0.01s
197 + split with two dots, no signature 0.001s
198 + fail when no base64 0.025s
199 + fail if no dot 0.001s
200 + decode value 0.005s
201 + JWS with HMAC signature 0.026s
202 + JWS with RSA signature 0.12s
203 + JWS with EC signature ES256 0.039s
204 + JWS with EC signature ES512 0.074s
205 + imported rsa private key 0.085s
206 + imported rsa public key 0.049s
207 + imported ec key 0.011s
208Starting build for ProjectRef(file:/build/repo/,core) (soidc-core)... [1/5]
209Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/core/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
210[info] compiling 46 Scala sources to /build/repo/modules/core/target/scala-3.8.0-RC2/classes ...
211[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
212[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala/soidc/core/AuthorizationCodeFlow.scala:152:75
213[warn] 152 | def validator: JwtValidator[F, H, C] = JwtValidator.selectF[F, H, C] { jws =>
214[warn] | ^^^
215[warn] | unused explicit parameter
216[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala/soidc/core/JwsCreate.scala:57:6
217[warn] 57 | now =>
218[warn] | ^^^
219[warn] | unused explicit parameter
220[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala/soidc/core/JwtDecodingValidator.scala:32:24
221[warn] 32 | case Some(r: Validate.Result.Valid.type) => ValidateResult.Success(jwt)
222[warn] | ^
223[warn] | unused pattern variable
224[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala/soidc/core/JwtDecryptingValidator.scala:37:24
225[warn] 37 | case Some(r: Validate.Result.Valid.type) => ValidateResult.Success(jwt)
226[warn] | ^
227[warn] | unused pattern variable
228[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala/soidc/core/OpenIdRefresh.scala:26:11
229[warn] 26 | case e: TokenResponse.Error => ???
230[warn] | ^
231[warn] | unused pattern variable
232[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala/soidc/core/model/AuthorizationRequest.scala:3:24
233[warn] 3 |import java.nio.charset.StandardCharsets
234[warn] | ^^^^^^^^^^^^^^^^
235[warn] | unused import
236[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala/soidc/core/model/TokenRequest.scala:3:24
237[warn] 3 |import java.nio.charset.StandardCharsets
238[warn] | ^^^^^^^^^^^^^^^^
239[warn] | unused import
240[warn] 8 warnings found
241[info] done compiling
242[info] compiling 2 Scala sources to /build/repo/modules/borer/target/scala-3.8.0-RC2/classes ...
243[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
244[warn] one warning found
245[info] done compiling
246[info] compiling 2 Scala sources to /build/repo/modules/borer/target/scala-3.8.0-RC2/test-classes ...
247[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
248[warn] one warning found
249[info] done compiling
250[info] compiling 4 Scala sources to /build/repo/modules/core/target/scala-3.8.0-RC2/test-classes ...
251[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
252[warn] one warning found
253[info] done compiling
254soidc.core.JwtValidatorTest:
255 + concat runs both validators and combines their results 0.094s
256 + andThem runs both validators and combines their results 0.001s
257 + orElse runs other variant on not-applicable 0.002s
258 + orElse doesn't run other variant if first fails 0.0s
259 + invalidToNotApplicable converts invalid to not applicable 0.002s
260 + scoped filters validation 0.001s
261soidc.core.OpenIdJwtValidatorTest:
262 + fetch jwks from given url 0.135s
263 + fetch jwks from given openid-config url 0.036s
264 + fetch jwks from issuer url 0.007s
265 + validate encrypted jws 0.035s
266soidc.core.JwkGenerateTest:
267 + HS256 (len=16) 0.05s
268 + HS384 (len=16) 0.004s
269 + HS512 (len=16) 0.003s
270 + RS256 (2048) 0.243s
271 + RS256 (3072) 0.611s
272 + RS256 (4096) 0.608s
273 + RS384 (2048) 0.043s
274 + RS384 (3072) 0.572s
275 + RS384 (4096) 3.926s
276 + RS512 (2048) 0.194s
277 + RS512 (3072) 0.277s
278 + RS512 (4096) 1.946s
279 + ES256 (crv=secp256r1) 0.019s
280 + ES256 (crv=secp384r1) 0.008s
281 + ES256 (crv=secp521r1) 0.014s
282 + ES384 (crv=secp256r1) 0.005s
283 + ES384 (crv=secp384r1) 0.007s
284 + ES384 (crv=secp521r1) 0.018s
285 + ES512 (crv=secp256r1) 0.005s
286 + ES512 (crv=secp384r1) 0.009s
287 + ES512 (crv=secp521r1) 0.02s
288Starting build for ProjectRef(file:/build/repo/,http4sClient) (soidc-http4s-client)... [2/5]
289Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/http4s-client/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
290[info] compiling 4 Scala sources to /build/repo/modules/http4s-client/target/scala-3.8.0-RC2/classes ...
291[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
292[warn] one warning found
293[info] done compiling
294Starting build for ProjectRef(file:/build/repo/,borer) (soidc-borer)... [3/5]
295Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/borer/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
296soidc.borer.BorerCodecTest:
297 + decode jwt header 0.047s
298 + encode jwt header 0.006s
299 + decode jwt claim 0.009s
300 + encode claim 0.006s
301 + decode obj{} 0.001s
302 + decode array[string] 0.001s
303 + decode double 0.001s
304soidc.borer.JWETest:
305 + encrypt data to jwe: RSA_OAEP / A128GCM 0.033s
306 + encrypt data to jwe: RSA_OAEP / A192GCM 0.008s
307 + encrypt data to jwe: RSA_OAEP / A256GCM 0.006s
308 + encrypt data to jwe: RSA_OAEP / A128CBC_HS256 0.014s
309 + encrypt data to jwe: RSA_OAEP / A192CBC_HS384 0.006s
310 + encrypt data to jwe: RSA_OAEP / A256CBC_HS512 0.007s
311 + encrypt data to jwe: RSA_OAEP_256 / A128GCM 0.007s
312 + encrypt data to jwe: RSA_OAEP_256 / A192GCM 0.007s
313 + encrypt data to jwe: RSA_OAEP_256 / A256GCM 0.007s
314 + encrypt data to jwe: RSA_OAEP_256 / A128CBC_HS256 0.007s
315 + encrypt data to jwe: RSA_OAEP_256 / A192CBC_HS384 0.005s
316 + encrypt data to jwe: RSA_OAEP_256 / A256CBC_HS512 0.007s
317 + decrypt rfc example 1 0.004s
318 + encrypt direct: A128GCM 0.002s
319 + encrypt direct: A192GCM 0.001s
320 + encrypt direct: A256GCM 0.002s
321 + encrypt direct: A128CBC_HS256 0.001s
322 + encrypt direct: A192CBC_HS384 0.002s
323 + encrypt direct: A256CBC_HS512 0.001s
324Starting build for ProjectRef(file:/build/repo/,http4sRoutes) (soidc-http4s-routes)... [4/5]
325Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/http4s-routes/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
326[info] compiling 10 Scala sources to /build/repo/modules/http4s-routes/target/scala-3.8.0-RC2/classes ...
327[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
328[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/main/scala/soidc/http4s/routes/AuthCodeFlow.scala:67:6
329[warn] 67 | EntityDecoder[F, OpenIdConfig],
330[warn] | ^
331[warn] | unused implicit parameter
332[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/main/scala/soidc/http4s/routes/AuthCodeFlow.scala:68:6
333[warn] 68 | EntityDecoder[F, TokenResponse],
334[warn] | ^
335[warn] | unused implicit parameter
336[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/main/scala/soidc/http4s/routes/AuthCodeFlow.scala:69:6
337[warn] 69 | StandardClaimsRead[C],
338[warn] | ^
339[warn] | unused implicit parameter
340[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/main/scala/soidc/http4s/routes/AuthCodeFlow.scala:70:6
341[warn] 70 | StandardHeaderRead[H],
342[warn] | ^
343[warn] | unused implicit parameter
344[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/main/scala/soidc/http4s/routes/AuthCodeFlow.scala:73:6
345[warn] 73 | ByteDecoder[JWKSet]
346[warn] | ^
347[warn] | unused implicit parameter
348[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/main/scala/soidc/http4s/routes/AuthCodeFlow.scala:93:63
349[warn] 93 | case req @ GET -> Root / "resume" :? Params.StateParam(authState) =>
350[warn] | ^^^^^^^^^
351[warn] | unused pattern variable
352[warn] 7 warnings found
353[info] done compiling
354[info] compiling 2 Scala sources to /build/repo/modules/http4s-routes/target/scala-3.8.0-RC2/test-classes ...
355[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
356[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/test/scala/soidc/http4s/routes/ExampleServer.scala:113:53
357[warn] 113 | case Right(AuthCodeFlow.Result.Success(at, tokenResp)) =>
358[warn] | ^^^^^^^^^
359[warn] | unused pattern variable
360[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/test/scala/soidc/http4s/routes/ExampleServer.scala:133:57
361[warn] 133 | case Right(GitHubFlow.Result.Success(user, tokenResp)) =>
362[warn] | ^^^^^^^^^
363[warn] | unused pattern variable
364[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s-routes/src/test/scala/soidc/http4s/routes/ExampleServer.scala:206:8
365[warn] 206 | server <- EmberServerBuilder
366[warn] | ^^^^^^
367[warn] | unused pattern variable
368[warn] four warnings found
369[info] done compiling
370SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
371SLF4J: Defaulting to no-operation (NOP) logger implementation
372SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
373soidc.http4s.routes.AuthenticatedRoutesTest:
374 + valid token 0.709s
375 + invalid token 0.005s
376 + invalid token format 0.005s
377
378************************
379Build summary:
380[{
381 "module": "soidc-jwt",
382 "compile": {"status": "ok", "tookMs": 16246, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
383 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
384 "test-compile": {"status": "ok", "tookMs": 2512, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
385 "test": {"status": "ok", "tookMs": 936, "passed": 44, "failed": 0, "ignored": 0, "skipped": 0, "total": 44, "byFramework": [{"framework": "munit", "stats": {"passed": 44, "failed": 0, "ignored": 0, "skipped": 0, "total": 44}}]},
386 "publish": {"status": "skipped", "tookMs": 0},
387 "metadata": {
388 "crossScalaVersions": ["2.12.20", "3.3.5"]
389}
390},{
391 "module": "soidc-core",
392 "compile": {"status": "ok", "tookMs": 7599, "warnings": 7, "errors": 0, "sourceVersion": "3.8"},
393 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
394 "test-compile": {"status": "ok", "tookMs": 3361, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
395 "test": {"status": "ok", "tookMs": 9076, "passed": 31, "failed": 0, "ignored": 0, "skipped": 0, "total": 31, "byFramework": [{"framework": "munit", "stats": {"passed": 31, "failed": 0, "ignored": 0, "skipped": 0, "total": 31}}]},
396 "publish": {"status": "skipped", "tookMs": 0},
397 "metadata": {
398 "crossScalaVersions": ["2.12.20", "3.3.5"]
399}
400},{
401 "module": "soidc-http4s-client",
402 "compile": {"status": "ok", "tookMs": 1554, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
403 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
404 "test-compile": {"status": "ok", "tookMs": 299, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
405 "test": {"status": "ok", "tookMs": 314, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
406 "publish": {"status": "skipped", "tookMs": 0},
407 "metadata": {
408 "crossScalaVersions": ["2.12.20", "3.3.5"]
409}
410},{
411 "module": "soidc-borer",
412 "compile": {"status": "ok", "tookMs": 93, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
413 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
414 "test-compile": {"status": "ok", "tookMs": 142, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
415 "test": {"status": "ok", "tookMs": 368, "passed": 26, "failed": 0, "ignored": 0, "skipped": 0, "total": 26, "byFramework": [{"framework": "munit", "stats": {"passed": 26, "failed": 0, "ignored": 0, "skipped": 0, "total": 26}}]},
416 "publish": {"status": "skipped", "tookMs": 0},
417 "metadata": {
418 "crossScalaVersions": ["2.12.20", "3.3.5"]
419}
420},{
421 "module": "soidc-http4s-routes",
422 "compile": {"status": "ok", "tookMs": 3170, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
423 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
424 "test-compile": {"status": "ok", "tookMs": 3380, "warnings": 3, "errors": 0, "sourceVersion": "3.8"},
425 "test": {"status": "ok", "tookMs": 1360, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "munit", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
426 "publish": {"status": "skipped", "tookMs": 0},
427 "metadata": {
428 "crossScalaVersions": ["2.12.20", "3.3.5"]
429}
430}]
431************************
432[success] Total time: 93 s (0:01:33.0), completed Nov 28, 2025, 2:23:51 PM
433[0JChecking patch project/plugins.sbt...
434Checking patch project/build.properties...
435Checking patch project/Dependencies.scala...
436Checking patch build.sbt...
437Applied patch project/plugins.sbt cleanly.
438Applied patch project/build.properties cleanly.
439Applied patch project/Dependencies.scala cleanly.
440Applied patch build.sbt cleanly.