Uh oh!
There was an error while loading. Please reload this page.
Reduce verbosity of build logs - #42354
Conversation
alexcrichton
commented
Jun 1, 2017
@bors: r+ Thanks @Mark-Simulacrum! |
bors
commented
Jun 1, 2017
📌 Commit 56f448d has been approved by |
When `--quiet` is passed to rustbuild, suppress rustdoc test output unless failure. Added a `--quiet` flag to `tidy`, which suppresses the features table. The actual `--quiet` flag is enabled in rust-lang#42354. Since details of failed tests will still be printed, and the name of slow tests taking >60 to runtime will also be printed, the debugging difficulty caused by information loss should be minimal; but it is very worthwhile to keep the log under 10000 lines on Travis CI so that common errors can be spotted without reading the raw log.
Mark-Simulacrum
commented
Jun 1, 2017
Travis completed with 6,714 lines cleanly. This makes the build log nicely viewable! |
alexcrichton
commented
Jun 1, 2017
I'd love to combine test suites as well if we can eventually, right now there's hundreds of "running {0,1} tests" for all the markdown files in doc that we test but getting that into one giant list of tests would be great! |
Mark-Simulacrum
commented
Jun 1, 2017
@bors rollup |
…=alexcrichton Reduce verbosity of build logs This does two separate things. - Sets sccache logging to warn instead of info. - Makes tests when running for a given PR (not on auto branch) quiet. (cc @eddyb) r? @alexcrichton
…=alexcrichton Reduce verbosity of build logs This does two separate things. - Sets sccache logging to warn instead of info. - Makes tests when running for a given PR (not on auto branch) quiet. (cc @eddyb) r? @alexcrichton
So the rollup build #42367 has failed because the emscripten build has no output in 30 minutes during I've checked the last successful auto build, the emscripten the whole thing runs in 48m 25s. So indeed if the output is not flushed, Travis will normally cancel the job. Since (Is it expected that emscripten is so slow? The run-pass test for x86_64 only runs for 6m 42s. The cost of asm.js is 7× native?) |
Mark-Simulacrum
commented
Jun 2, 2017
@bors r- I'll investigate what we can do. Might be worth just not having stamp for PR builds... |
56f448d to
3447aa7Comparealexcrichton
commented
Jun 2, 2017
@bors: r+ |
bors
commented
Jun 2, 2017
📌 Commit 3447aa7 has been approved by |
…=alexcrichton Reduce verbosity of build logs This does two separate things. - Sets sccache logging to warn instead of info. - Makes tests when running for a given PR (not on auto branch) quiet. (cc @eddyb) r? @alexcrichton
…=alexcrichton Reduce verbosity of build logs This does two separate things. - Sets sccache logging to warn instead of info. - Makes tests when running for a given PR (not on auto branch) quiet. (cc @eddyb) r? @alexcrichton
This does two separate things.
r? @alexcrichton