s2n-tls icon indicating copy to clipboard operation
s2n-tls copied to clipboard

Test failures on s390x

Open bkmgit opened this issue 1 year ago • 3 comments

Problem:

The following tests fail on s390x on Fedora rawhide (40): The following tests FAILED: 61 - s2n_early_data_io_api_test (Failed) 98 - s2n_hkdf_test (Failed) 138 - s2n_psk_test (Failed) 192 - s2n_server_new_session_ticket_test (Failed) 221 - s2n_tls13_handshake_early_data_test (Failed) 224 - s2n_tls13_hybrid_shared_secret_test (Failed) 225 - s2n_tls13_key_schedule_rfc8448_test (Failed) 227 - s2n_tls13_keys_test (Failed) 231 - s2n_tls13_prf_test (Failed) 233 - s2n_tls13_secrets_rfc8448_test (Failed)

Build log: https://kojipkgs.fedoraproject.org//work/tasks/1036/106731036/build.log

Solution:

Get tests to pass or explain why they cannot pass.

Requirements / Acceptance Criteria:

bkmgit avatar Sep 26 '23 11:09 bkmgit

Thanks for the issue. While we've done some ad-hoc testing with FC35 on x86_64, both fc40 and s390x are new territory for the project.

dougch avatar Sep 28 '23 19:09 dougch

Thanks @bkmgit. As @dougch mentioned, we currently aren't testing s390x in our CI, so we can't guarantee support for this platform. We're happy to accept PRs that add support, though.

goatgoose avatar Oct 05 '23 22:10 goatgoose

Log with stack trace https://kojipkgs.fedoraproject.org//work/tasks/8184/107168184/build.log

bkmgit avatar Oct 07 '23 09:10 bkmgit

Hi @bkmgit ! Unfortunately we have no plans to support the s390x platform, so I'll be closing this issue. But we'd be happy to take a PR to fix these issues as long as it doesn't add any complexity/forks to our codebase.

jmayclin avatar Jun 06 '24 17:06 jmayclin