rust-lang / rust-log-analyzer

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

Log analysis error for PR 49626 at 2018-04-07T00:31:34Z (PR-CI test, stage0-rustc compile error) #13

Open kennytm opened 6 years ago

kennytm commented 6 years ago

Comment: https://github.com/rust-lang/rust/pull/49626#issuecomment-379418598 Raw Log: https://api.travis-ci.org/v3/job/363361635/log.txt

Relevant section which should be displayed ``` [00:23:22] Compiling rustc_traits v0.0.0 (file:///checkout/src/librustc_traits) [00:23:23] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [00:23:23] --> librustc_traits/lowering.rs:226:18 [00:23:23] | [00:23:23] 226 | let clause = Clause::Implies(where_clauses, normalize_goal); [00:23:23] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [00:23:23] [00:23:23] error: aborting due to previous error [00:23:23] [00:23:23] error: Could not compile `rustc_traits`. ```
Invalid analysis result ``` Resolving deltas: 100% (611592/611592), completed with 4857 local objects. --- [00:00:55] configure: rust.quiet-tests := True --- $ find $HOME/Library/Logs/DiagnosticReports -type f -name '*.crash' -not -name '*.stage2-*.crash' -not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash' -exec printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" {} \; -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true find: `/home/travis/Library/Logs/DiagnosticReports': No such file or directory travis_time:end:046c5333:start=1523061092073389157,finish=1523061092080636946,duration=7247789 travis_fold:end:after_failure.3 travis_fold:start:after_failure.4 travis_time:start:22b74af9 $ dmesg | grep -i kill [ 10.964306] init: failsafe main process (1092) killed by TERM signal ```