-
Notifications
You must be signed in to change notification settings - Fork 13.4k
LLVM assertion failed when attempting to install cargo-criterion #98076
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@rustbot labels +A-llvm |
Can you please run cargo under |
Do you mean |
Oh you must mean |
Thanks, I can reproduce an assertion failure under
This is likely llvm/llvm-project#51333. |
Upstream fix: llvm/llvm-project@560e694 |
Could you please check whether this issue has been resolved? The LLVM fix and update landed a while ago already. |
Oops, thanks for reminder. Yes I can confirm that my example no longer reproduces. |
I install all my utilities in a bit of a unique setup with the goal of finding bugs. Perhaps like this one. I pull the latest rust commit, set
And run
x build
, with a custom toolchain set up calledmaster-stage1
to the stage1 artifacts. Then I install utilities with this:A long list of binary crates follows. But currently,
cargo-criterion
does not build. I see this error:I would attach the intermediate artifacts, but as a
.tar.gz
they exceed the GitHub file size limit, and GitHub is rejecting my attempt to upload a.tar.xz
. Do let me know if there is some file in particular that would be helpful.The text was updated successfully, but these errors were encountered: