-
Notifications
You must be signed in to change notification settings - Fork 100
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
cargo test fails on Fedora with 0.2.x #234
Comments
Which command are you executing? |
Ah sorry, I see the |
It is both -C opt-level=3 and --release. We are using latest rust 1.39.0, with system LLVM. |
https://kojipkgs.fedoraproject.org//work/tasks/7372/39387372/build.log here is the full log. |
Could you try to reproduce with rustup's rust 1.39.0 ? If that doesn't reproduce, this might be due to the system LLVM used being too old or missing some Rust specific optimizations. We should definitely have a feature or define in the build.rs to opt-out of no-panic for these use cases. |
@gnzlbg sorry for replying late. I have tried rustup's rust 1.39.0 and the same problem happens. I have boiled it down to the
without this parameter, the tests work. |
Seems that the problem is in |
I did some bisecting:
|
well, that one seems to trigger some other error... so I am not entirely sure =( Hopefully these findings helped. |
The text was updated successfully, but these errors were encountered: