rust-lang / rust-log-analyzer

Analyzing Travis and Azure Pipelines logs to find encountered errors
MIT License
40 stars 27 forks source link

Unideal log for PR 49913 #14

Open varkor opened 6 years ago

varkor commented 6 years ago

https://github.com/rust-lang/rust/pull/49913#issuecomment-380983084

https://travis-ci.org/rust-lang/rust/jobs/365860984

Ideally, the error message would have included:

Testing rustc_driver stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
[01:18:27]    Compiling rustc_driver v0.0.0 (file:///checkout/src/librustc_driver)
[01:18:29] error[E0308]: mismatched types
[01:18:29]    --> librustc_driver/test.rs:314:13
[01:18:29]     |

which is necessary to debug the issue.