-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[argon2] many tests fail on s390x, likely due to endianness issues #481
Comments
Reproduced, thanks. That's unfortunate. Normally we run our crates through |
These methods introduced in #247 are obviously not endianess-portable. For BE testing it would be nice to use MIRI instead of cc @Pjottos |
Aha! Good catch!
I don't think that's going to work. The |
Okay, got it fixed locally. Will add some cross config in CI and push up a PR. FWIW I tried running the tests under Miri. I gave it about 10 minutes to get through one of the nontrivial ones and it couldn't complete that, so I don't think it's going to work out in CI. cross with |
PR here: #482 |
I'm packaging
argon2
in Fedora, and many tests fail on s390x:https://koji.fedoraproject.org/koji/taskinfo?taskID=112000146
https://kojipkgs.fedoraproject.org/work/tasks/231/112000231/build.log
build.log
Full build.log uploaded since Fedora's build system would garbage collect scratch builds after a couple of weeks.
It succeeds on other architectures - x86_64, aarch64, ppc64le
The text was updated successfully, but these errors were encountered: