cargo-bisect-rustc
cargo-bisect-rustc copied to clipboard
Bisects rustc, either nightlies or CI artifacts
So I recently had to reinstall and the generated toolchains by `cargo-bisect-rustc` are not working. It feels has if they are not been found so the stable (my default and...
We could avoid network traffic (which to me seems like the big bottleneck, at least when one isn't using the `--preserve` flag to `cargo-bisect-rustc`) by looking at what nightlies the...
https://docs.rs/rustc-artifacts/0.2.0/rustc_artifacts/fn.master_commits.html provides access to bors commit data that doesn't depend on the GitHub API. It provides less information than we might want today, but I would be willing to expand...
I ran bisect-rustc with the new GitHub API support (#63) for a [rust ICE](https://github.com/rust-lang/rust/issues/69913#issuecomment-597606399) and landed on a nightly that is outside of the 167 day range for CI /...
From a conversation that began in https://github.com/rust-lang/cargo-bisect-rustc/pull/53#issuecomment-590008841 It would be helpful to be able to define link failure errors as the regression definition. This could be supported through a new...
(spawned off of https://github.com/rust-lang/cargo-bisect-rustc/pull/63/files#r387222802 ) Expanding a commit from a given sha prefix should include more info. Most notably, the summary message associated with the commit could be included in...
After identifying a rustc regression in a March 2019 nightly with a shell script that executes rustc directly, the tool fails and exits with a non-zero exit status code during...
I wanted to bisect with a feature enabled in my project. I used this command: ``` cargo bisect-rustc -- --features=c_avx512 ``` Of course, that's a mistake. I didn't realize that...
Outputs a simple "No such file or directory (os error 2)".
``` bisecting ci builds starting at a01b0bf0fbd870bec1747318bc081ac4a0606fb8, ending at 2442823ef572a65092fbc46f6975633f983b50b6 fetching commits from a01b0bf0fbd870bec1747318bc081ac4a0606fb8 to 2442823ef572a65092fbc46f6975633f983b50b6 opening existing repository at "rust.git" refreshing repository looking up first commit looking up second...