crater
crater copied to clipboard
Run experiments across parts of the Rust ecosystem!
The two tables contains almost duplicated data, so it would be better to merge them since they can grow quite large (20k new rows in each for each experiment). Logs...
As far as I understood, we want to execute Crater runs between a nightly and the same nightly with rustfix and the edition enabled, as part of the Rust 2018...
The tests for tarpaulin run `cargo clean`, which nukes the target directory. https://github.com/xd009642/tarpaulin/blob/083fec9ef018dd38516d1929b0fbedf06042fd60/src/lib.rs#L109
Low priority, but we are losing some information. See https://github.com/rust-lang-nursery/crater/issues/186#issuecomment-373222369
Some crates consistently fail to build. The docker image currently installs 'a bunch of stuff' in the hope this will help more crates build, but there are things like tex...
crates are craterred with default features only, thus broken optional dependencies are not reported (case in point: rust-lang/rust#49799 breaks `ocl-0.15.0` and `clfft-0.3.1`, but not `basic_dsp_vector-0.5.2` which optionally uses those with...
At the moment an agent calls that endpoint and then sleeps. It would be nicer to implement long polling for this.
Currently there is no way to pause an existing experiment other than logging into the machine and killing the agent. There should be a bot command to do that.
Going through cargobomb reports is rather tedious and involves quite a lot of clicking. I think the reports could summarize some information that would make them so much more useful....