crater
crater copied to clipboard
Run experiments across parts of the Rust ecosystem!
Would it make sense to run crater on two identical commits every now and then (when the queue is empty), and then add all crates that regress on that run...
https://crater-reports.s3.amazonaws.com/pr-115235/try%235a3d3b91048a0adf280e7a4e589c1dda6443f172/gh/SapientAsh.solstice_calculator/log.txt This is a spurious error but isn't marked as such. ``` [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld...
The `tokio` crate has over of 100 million downloads and is a widely used crate in the Rust ecosystem, yet... https://github.com/rust-lang/crater/blob/365c12fe336b6d5784323d4e846d3d84b2285bf8/config.toml#L112
This should help diagnose root crates (e.g. when libc's build script fails, it's not attributed to `libc`).
Sadly, we have plenty of false positives (Cc https://github.com/rust-lang/crater/issues/663 but there are other common problems, too, such as strange proc-macro trait failures). Besides the ever-going question of reducing those, I...
These crates are discovered during crater run of https://github.com/rust-lang/rust/pull/116088 to be flaky, details [here](https://github.com/rust-lang/rust/pull/116088#issuecomment-1870577466). I only included the crates that I have determined (by examining source code and reproducing flakiness...
This is a proposed solution to the OOM class of issues mentioned in #589 , in particular the pattern where a large number of integration tests are launched in parallel....
See for instance [this report](https://crater-reports.s3.amazonaws.com/pr-124661/index.html): it seems that the log of a "current run", such as [this](https://crater-reports.s3.amazonaws.com/pr-124661/try%238348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/reg/ctti-0.2.0/log.txt), is actually the concatenation of the log for the previous run and the...
The crater run at https://crater-reports.s3.amazonaws.com/beta-1.78-1/index.html tested version 2.0.1 of the stabby-abi crate. However, at the time of that crater run (which unfortunately not visible in the report, you have to...
Details found in https://github.com/rust-lang/rust/issues/128899