Hello,
For some reasons, I can't build the package locally using your salsa repo, 3 tests fail on build:
The following tests FAILED:
2 - jwt_jwks (Failed)
8 - jwt_checker (Failed)
9 - jwt_flipflop (Failed)
Yet I've tried building and running tests locally, both on a stable and testing machines and both work fine (cmake && make && make test)
I don't know why I have such errors on sbuild though. Maybe because of a locales configuration? Like en-CA vs UTF8?
I've attached my sbuild log file if you wish to investigate.
I would suggest to add a salsa ci script to your repo [1], we may have more data from there.
2: Gen KID(8/EdDSA): JWT[MbedTLS]: Error parsing private key
2: Gen KID(10/EdDSA): JWT[MbedTLS]: Error parsing private key
Hello,
Le 2025-03-16 à 22 h 27, Ben Collins a écrit :
Might be best if I disable mbedtls for now.
Yet, if I disable MbedTLS, I still have an error on jwt_jwks. The expected error message isn't the one returned by the test
"Couldn't read a file:// file" != "Could not read a file:// file"
Looks like the error message comes from another library (jansson?)
2: ./tests/jwt_jwks.c:93:F:jwt_jwks:load_fromurl:0: Assertion 'jwks_error_msg(jwk_set) == "Couldn't read a file:// file"' failed: jwks_error_msg(jwk_set) == "Could not read a file:// file", "Couldn't read a file:// file" == "Couldn't read a file:// file"
Hello,
Le 2025-03-16 à 22 h 27, Ben Collins a écrit :
Might be best if I disable mbedtls for now.
Yet, if I disable MbedTLS, I still have an error on jwt_jwks. The expected error message isn't the one returned by the test
"Couldn't read a file:// file" != "Could not read a file:// file"
Looks like the error message comes from another library (jansson?)
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 486 |
Nodes: | 16 (2 / 14) |
Uptime: | 146:51:28 |
Calls: | 9,659 |
Calls today: | 1 |
Files: | 13,708 |
Messages: | 6,167,981 |