rust-lang / rust-log-analyzer

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

rust-log-analyzer doesn't spot "build-fail" state change errors #26

Open varkor opened 5 years ago

varkor commented 5 years ago

https://github.com/rust-lang/rust/pull/59276#issuecomment-492627870 didn't find the correct error messages, which were:

[01:44:07] The state of "clippy-driver" has changed from "test-pass" to "build-fail"
[01:44:07] The state of "rls" has changed from "test-fail" to "build-fail"
[01:44:07] The state of "clippy-driver" has regressed from "test-pass" to "build-fail"
[01:44:07] The state of "rls" has regressed from "test-fail" to "build-fail"