-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
maturin built failed after rust 1.74 for bin/rust-gdb conflicts #1856
Comments
Oh, can't reproduce after re-run. Feel free to close if you think this issue is not related to maturin. |
Not stablely reproduced workflow log: https://github.com/apache/incubator-opendal/actions/runs/6892855330/job/18751146858 💥 maturin failed
Caused by: Failed to run rustc to get the host target
Caused by: error from command -- stderr:
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
info: downloading component 'clippy'
info: downloading component 'rust-analyzer'
info: downloading component 'rustfmt'
info: downloading component 'cargo'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: removing previous version of component 'clippy'
warning: during uninstall component clippy was not found
info: removing previous version of component 'rustfmt'
info: removing previous version of component 'cargo'
info: removing previous version of component 'rust-std'
info: removing previous version of component 'rustc'
info: installing component 'clippy'
info: rolling back changes
error: failed to install component: 'clippy-preview-x86_64-unknown-linux-gnu', detected conflict: 'bin/cargo-clippy' |
Looks like a similar issue to rust-lang/rustup#3530 |
Closing because there isn't any actionable task in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Failed workflow: https://github.com/apache/incubator-opendal/actions/runs/6892514670/job/18750110249?pr=3602
Your maturin version (
maturin --version
)maturin-1.3.2
Your Python version (
python -V
)3.11.6
Your pip version (
pip -V
)unknown
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
The text was updated successfully, but these errors were encountered: