-
Notifications
You must be signed in to change notification settings - Fork 497
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
Incompatibility using nightly Rust (1.69.0-nightly) #737
Comments
Thanks for the report. Coincidentally, we were investigating a related issue on the We need the |
@ebfull just a note about
This happens because |
This will be fixed as |
Fixed by #739. (We normally close tickets when the fix is merged to |
We're seeing what we think is a miscompilation using nightly Rust (roughly 2023-02-15 onwards).
Using stable Rust, our halo2 test vectors pass. Using nightly Rust, they fail with a
ConstraintSystemFailure
:https://github.com/ZcashFoundation/zebra/actions/runs/4251106918/jobs/7393038170#step:14:1940
https://github.com/ZcashFoundation/zebra/actions/runs/4251106918/jobs/7393038041#step:14:11875
I have only tested on Linux so far.
Here's the first instance we saw on 15 February:
ZcashFoundation/zebra#6163 (comment)
The text was updated successfully, but these errors were encountered: