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
Not sure exactly what is going on, but bisect-rustc is instantly finding that every single version is regressed, even though some aren't. Using --prompt showed some more info, it seems it's somehow not calling cargo +toolchain correctly.
Console output:
$ cargo bisect-rustc --start=2024-03-01 --end=2024-03-19 --prompt
checking the start range to find a passing nightly
installing nightly-2024-03-01
rust-std-nightly-x86_64-pc-windows-msvc: 20.03 MB / 20.03 MB [============================================================================================================================================] 100.00 % 10.58 MB/s testing...
error: no such command: `+bisector-nightly-2024-03-01-x86_64-pc-windows-msvc`
Cargo does not handle `+toolchain` directives.
Did you mean to invoke `cargo` through `rustup` instead?
nightly-2024-03-01 finished with exit code Some(101).
please selectan action to take:
> mark regressed
mark baseline
retry
Calling cargo directly seems to work as expected:
$ cargo +nightly-2024-03-01-x86_64-pc-windows-msvc test
Compiling indexmap v2.1.0
Compiling winnow v0.5.30
Compiling syn v2.0.42
...
The text was updated successfully, but these errors were encountered:
MingweiSamuel
changed the title
Cargo error "no such command: +bisector-nightly-2024-03-01-x86_64-pc-windows-msvc"
Cargo error on Windows: "no such command: +bisector-nightly-2024-03-01-x86_64-pc-windows-msvc"
Apr 11, 2024
MingweiSamuel
changed the title
Cargo error on Windows: "no such command: +bisector-nightly-2024-03-01-x86_64-pc-windows-msvc"
Error on Windows calling cargo: "no such command: +bisector-nightly-2024-03-01-x86_64-pc-windows-msvc"
Apr 11, 2024
Not sure exactly what is going on, but bisect-rustc is instantly finding that every single version is regressed, even though some aren't. Using
--prompt
showed some more info, it seems it's somehow not callingcargo +toolchain
correctly.Console output:
Calling cargo directly seems to work as expected:
$ cargo +nightly-2024-03-01-x86_64-pc-windows-msvc test Compiling indexmap v2.1.0 Compiling winnow v0.5.30 Compiling syn v2.0.42 ...
cargo -Vv
The text was updated successfully, but these errors were encountered: