You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several Cargo commands spuriously fail within a workspace. They sometimes work fine and sometimes produce a workspace error. See the 'steps' section for the actual error message.
Steps
$ git clone https://github.com/knurling-rs/defmt
$ cd defmt/firmware/qemu
$ git checkout 00b1813
$ rustup default nightly-2022-07-11
$ # run this command ten times
# # about 3-4 of those will fail with the following error
$ cargo cleanerror: package `/tmp/defmt/firmware/defmt-itm/Cargo.toml` is a member of the wrong workspaceexpected: /tmp/defmt/firmware/Cargo.tomlactual: /tmp/defmt/Cargo.toml
Possible Solution(s)
nightly-2022-07-10 and older nightlies have no issues
Notes
Also observed on GitHub Actions with Ubuntu 20.04. Build logs.
Problem
Several Cargo commands spuriously fail within a workspace. They sometimes work fine and sometimes produce a workspace error. See the 'steps' section for the actual error message.
Steps
Possible Solution(s)
nightly-2022-07-10
and older nightlies have no issuesNotes
Also observed on GitHub Actions with Ubuntu 20.04. Build logs.
Version
The text was updated successfully, but these errors were encountered: