crater icon indicating copy to clipboard operation
crater copied to clipboard

Run experiments across parts of the Rust ecosystem!

Results 111 crater issues
Sort by recently updated
recently updated
newest added

Hi all, I'm hoping to use crater to regression test pre-releases of core libraries, specifically at the moment the [embedded-hal](https://github.com/rust-embedded/embedded-hal) crate which underpins the entire embedded ecosystem (and thus causes...

Crater has a number of inefficiencies that can be resolved to make life better for everyone. #### Impactful - [x] https://github.com/rust-lang-nursery/crater/issues/96 - generate-lockfile does a registry update - [x] https://github.com/rust-lang-nursery/crater/issues/101...

`run-graph` can easily overload the machine with an higher enough number of threads (for example with 8 threads the prod machine reaches ~60 load average). The runner should implement the...

A-runner
C-new-feature

As more crates in the ecosystem gets yanked, the number of crates Crater can test decreases. Crater regenerates lockfiles on every run, so we need to pass a flag to...

C-enhancement
A-increase-coverage

At the moment Crater uploads logs to S3 in parallel, and that's taking a long time with thousands of them. We should parallelize the uploading loop.

C-enhancement
A-report
E-easy

The Crater database is growing larger since it stores all the logs in it before uploading them in batch to S3. Even deleting them wouldn't easily solve the problem, since...

C-refactoring
A-craterbot

It would be nice for URL stability and potentially URL rewriting and/or some other dynamic generation if we served logs from crater.rust-lang.org instead of the S3 bucket; this can internally...

At least from my quick trial, it seems editing a message is an ineffective way to trigger craterbot. Editing small mistakes can be slightly more convenient than making an almost-duplicate...

C-enhancement
A-craterbot
C-needs-decision

rustc is providing an exit code of 1 even if there are no errors inside the Crater environment. Example: https://crater-reports.s3.amazonaws.com/pr-53426-2/master%23fccde0018a618eb6f45d2a3c97f629809994dff6/reg/opcua-server-0.3.0/log.txt

C-bug

Hi, It often happens that a crate brakes causing many downstream build failures. It would be nice to know in the ui if a crate `build-fail` on its own code...