Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

CI: Cargo build getting stuck #71

Closed
cobward opened this issue Dec 20, 2021 · 2 comments · Fixed by #85
Closed

CI: Cargo build getting stuck #71

cobward opened this issue Dec 20, 2021 · 2 comments · Fixed by #85
Assignees

Comments

@cobward
Copy link
Collaborator

cobward commented Dec 20, 2021

PRs to the repo aren't building, cargo build is hanging. There are also clippy warns that don't appear when running it locally, for example:

error: field is never read: `task`
   --> src/orbit.rs:150:5
    |
150 |     task: Arc<AbortOnDrop<()>>,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `-D dead-code` implied by `-D warnings`
@cobward cobward self-assigned this Dec 20, 2021
@cobward
Copy link
Collaborator Author

cobward commented Dec 20, 2021

So far I've identified the issue to be present in cargo with version 1.57.0, but not 1.56.0.

@cobward
Copy link
Collaborator Author

cobward commented Dec 20, 2021

The issue is present in stable and beta (1.57 and 1.58) but appears to be fixed in nightly. This might be the issue (thanks @sbihel): rust-lang/rust#89195

@cobward cobward linked a pull request Mar 1, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant