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 48523 #18

Open varkor opened 6 years ago

varkor commented 6 years ago

Comment: https://github.com/rust-lang/rust/pull/48523#issuecomment-388306536 Raw log: https://api.travis-ci.org/v3/job/377631818/log.txt

Relevant section that should be displayed (i.e. starting a bit earlier):

[00:24:53]    Compiling alloc_jemalloc v0.0.0 (file:///checkout/src/liballoc_jemalloc)
[00:24:57] thread 'main' panicked at 'assertion failed: `(left == right)`
[00:24:57]   left: `0`,
[00:24:57]  right: `1`', librustc/ty/subst.rs:249:13
[00:24:57] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[00:24:57] 
[00:24:57] error: internal compiler error: unexpected panic
[00:24:57] 
[00:24:57] note: the compiler unexpectedly panicked. this is a bug.
[00:24:57] 
[00:24:57] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:24:57] 
[00:24:57] note: rustc 1.27.0-dev running on x86_64-unknown-linux-gnu
[00:24:57] 
[00:24:57] note: compiler flags: -Z force-unstable-if-unmarked -C opt-level=3 -C prefer-dynamic -C debug-assertions=y -C link-args=-Wl,-rpath,$ORIGIN/../lib --crate-type lib
[00:24:57] 
[00:24:57] note: some of the compiler flags provided by cargo are hidden
[00:24:57] 
[00:24:57] error: Could not compile `core`.

Actual displayed result:

[00:24:57] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[00:24:57] 
[00:24:57] error: internal compiler error: unexpected panic
[00:24:57] 
[00:24:57] note: the compiler unexpectedly panicked. this is a bug.
[00:24:57] 
[00:24:57] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:24:57] note: rustc 1.27.0-dev running on x86_64-unknown-linux-gnu
[00:24:57] 
[00:24:57] 
[00:24:57] note: compiler flags: -Z force-unstable-if-unmarked -C opt-level=3 -C prefer-dynamic -C debug-assertions=y -C link-args=-Wl,-rpath,$ORIGIN/../lib --crate-type lib
[00:24:57] 
[00:24:57] note: some of the compiler flags provided by cargo are hidden
[00:24:57] error: Could not compile `core`.
[00:24:57] 
[00:24:57] Caused by:
[00:24:57]   process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc --crate-name core libcore/lib.rs --color always --error-format json --crate-type lib --emit=dep-info,link -C opt-level=3 -C metadata=07c899b6c3d44697 -C extra-filename=-07c899b6c3d44697 --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/release/deps` (exit code: 101)