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
While troubleshooting rust-lang/rust#81221 I ran into a panic in cargo-bisect-rust where it encountered a UnexpectedVersionFormat error while installing nightly-2020-10-23.
$ cargo bisect-rustc --preserve --start 2020-07-27 --verbose -- buildinstalling nightly-2020-07-27testing...RESULT: nightly-2020-07-27, ===> Noinstalling nightly-2021-01-19testing...RESULT: nightly-2021-01-19, ===> Yesinstalling nightly-2020-10-23thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: UnexpectedVersionFormat', /home/michael/.cargo/registry/src/gb.xjqchip.workers.dev-1ecc6299db9ec823/cargo-bisect-rustc-0.6.0/src/toolchains.rs:91:58note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The annoying part is that I tried to run it again with RUST_BACKTRACE=1, and installing nightly-2020-10-23 completed without an issue.
The text was updated successfully, but these errors were encountered:
Closing as I believe this is essentially resolved by #152. I'm uncertain what the exact circumstances that lead to the above error, so it is difficult to reproduce. However, as of that PR, it will ignore nightly if it can't determine the version from it (perhaps it somehow was a dev version?).
While troubleshooting rust-lang/rust#81221 I ran into a panic in
cargo-bisect-rust
where it encountered aUnexpectedVersionFormat
error while installingnightly-2020-10-23
.The annoying part is that I tried to run it again with
RUST_BACKTRACE=1
, and installingnightly-2020-10-23
completed without an issue.The text was updated successfully, but these errors were encountered: