Oct 27 22:22:27.206 INFO checking fix-rs-0.2.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:22:27.206 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 22:22:27.562 INFO blam! 36f149329341a629d8fd0bb36390ea7cc1eedc30f3866702a738535930016638 Oct 27 22:22:27.564 INFO running `"docker" "start" "-a" "36f149329341a629d8fd0bb36390ea7cc1eedc30f3866702a738535930016638"` Oct 27 22:22:28.563 INFO kablam! usermod: no changes Oct 27 22:22:28.699 INFO kablam! Compiling fix-rs-macros v0.2.1 Oct 27 22:22:33.249 INFO kablam! Checking fix-rs v0.2.1 (/source) Oct 27 22:22:47.731 INFO kablam! warning: unused variable: `end_seq_no` Oct 27 22:22:47.731 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Oct 27 22:22:47.731 INFO kablam! | Oct 27 22:22:47.731 INFO kablam! 1200 | let end_seq_no = if resend_request.end_seq_no > connection.outbound_msg_seq_num || resend_request.end_seq_no == 0 { Oct 27 22:22:47.731 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Oct 27 22:22:47.731 INFO kablam! | Oct 27 22:22:47.731 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 22:22:47.731 INFO kablam! Oct 27 22:22:47.731 INFO kablam! warning: unused variable: `logout` Oct 27 22:22:47.731 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Oct 27 22:22:47.731 INFO kablam! | Oct 27 22:22:47.731 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 27 22:22:47.731 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 27 22:22:47.731 INFO kablam! Oct 27 22:22:47.731 INFO kablam! warning: unused variable: `logging_out_initiator` Oct 27 22:22:47.731 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Oct 27 22:22:47.731 INFO kablam! | Oct 27 22:22:47.731 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Oct 27 22:22:47.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Oct 27 22:22:47.731 INFO kablam! Oct 27 22:22:47.731 INFO kablam! warning: unused variable: `logout` Oct 27 22:22:47.731 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Oct 27 22:22:47.731 INFO kablam! | Oct 27 22:22:47.731 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 27 22:22:47.731 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 27 22:22:47.731 INFO kablam! Oct 27 22:22:48.385 INFO kablam! warning: unused variable: `end_seq_no` Oct 27 22:22:48.386 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Oct 27 22:22:48.386 INFO kablam! | Oct 27 22:22:48.386 INFO kablam! 1200 | let end_seq_no = if resend_request.end_seq_no > connection.outbound_msg_seq_num || resend_request.end_seq_no == 0 { Oct 27 22:22:48.386 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Oct 27 22:22:48.386 INFO kablam! | Oct 27 22:22:48.386 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 22:22:48.386 INFO kablam! Oct 27 22:22:48.386 INFO kablam! warning: unused variable: `logout` Oct 27 22:22:48.386 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Oct 27 22:22:48.386 INFO kablam! | Oct 27 22:22:48.386 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 27 22:22:48.386 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 27 22:22:48.386 INFO kablam! Oct 27 22:22:48.386 INFO kablam! warning: unused variable: `logging_out_initiator` Oct 27 22:22:48.386 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Oct 27 22:22:48.386 INFO kablam! | Oct 27 22:22:48.386 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Oct 27 22:22:48.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Oct 27 22:22:48.386 INFO kablam! Oct 27 22:22:48.391 INFO kablam! warning: unused variable: `logout` Oct 27 22:22:48.391 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Oct 27 22:22:48.391 INFO kablam! | Oct 27 22:22:48.391 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 27 22:22:48.391 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 27 22:22:48.391 INFO kablam! Oct 27 22:22:51.098 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 22:22:51.098 INFO kablam! --> src/lib.rs:26:12 Oct 27 22:22:51.098 INFO kablam! | Oct 27 22:22:51.099 INFO kablam! 26 | #![feature(attr_literals)] Oct 27 22:22:51.099 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:22:51.099 INFO kablam! | Oct 27 22:22:51.100 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 22:22:51.100 INFO kablam! Oct 27 22:22:51.110 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 22:22:51.110 INFO kablam! --> src/lib.rs:28:12 Oct 27 22:22:51.110 INFO kablam! | Oct 27 22:22:51.111 INFO kablam! 28 | #![feature(proc_macro)] Oct 27 22:22:51.111 INFO kablam! | ^^^^^^^^^^ Oct 27 22:22:51.111 INFO kablam! Oct 27 22:22:51.145 INFO kablam! thread 'main' panicked at 'allocation missing in dead_alloc_map', libcore/option.rs:1008:5 Oct 27 22:22:51.156 INFO kablam! stack backtrace: Oct 27 22:22:51.399 INFO kablam! 0: 0x7ff24ec4471f - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hf8ab61302c24284c Oct 27 22:22:51.399 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 27 22:22:51.399 INFO kablam! 1: 0x7ff24ec29697 - std::sys_common::backtrace::print::h6c93ab6be75b9d39 Oct 27 22:22:51.399 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 27 22:22:51.411 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 27 22:22:51.411 INFO kablam! 2: 0x7ff24ec4fadf - std::panicking::default_hook::{{closure}}::h611aa709adbce723 Oct 27 22:22:51.411 INFO kablam! at libstd/panicking.rs:211 Oct 27 22:22:51.411 INFO kablam! 3: 0x7ff24ec4f844 - std::panicking::default_hook::h638eabd3231038cc Oct 27 22:22:51.411 INFO kablam! at libstd/panicking.rs:227 Oct 27 22:22:51.411 INFO kablam! 4: 0x7ff24b2aa2e1 - rustc::util::common::panic_hook::hf50bec47a39de6e1 Oct 27 22:22:51.411 INFO kablam! 5: 0x7ff24ec502d6 - std::panicking::rust_panic_with_hook::h07995597da01f254 Oct 27 22:22:51.413 INFO kablam! at libstd/panicking.rs:480 Oct 27 22:22:51.413 INFO kablam! 6: 0x7ff24ec4fe21 - std::panicking::continue_panic_fmt::he3c34ed30d9ec907 Oct 27 22:22:51.413 INFO kablam! at libstd/panicking.rs:390 Oct 27 22:22:51.413 INFO kablam! 7: 0x7ff24ec4fd05 - rust_begin_unwind Oct 27 22:22:51.413 INFO kablam! at libstd/panicking.rs:325 Oct 27 22:22:51.413 INFO kablam! 8: 0x7ff24ecb1bac - core::panicking::panic_fmt::hfebc7648cf933e48 Oct 27 22:22:51.414 INFO kablam! at libcore/panicking.rs:77 Oct 27 22:22:51.414 INFO kablam! 9: 0x7ff24ecb2042 - core::option::expect_failed::h9ffb48d8f1dd1e9e Oct 27 22:22:51.414 INFO kablam! at libcore/option.rs:1008 Oct 27 22:22:51.414 INFO kablam! 10: 0x7ff24c73b8e9 - >::check_align::h7f5917eb376260dd Oct 27 22:22:51.414 INFO kablam! 11: 0x7ff24c7640a3 - rustc_mir::interpret::validity::>::validate_primitive_type::h5ab3802cd02a1a14 Oct 27 22:22:51.415 INFO kablam! 12: 0x7ff24c75d5ba - rustc_mir::interpret::validity::>::validate_operand::h41b6021f2a74bcae Oct 27 22:22:51.416 INFO kablam! 13: 0x7ff24c75cbc8 - rustc_mir::interpret::validity::>::validate_operand::h41b6021f2a74bcae Oct 27 22:22:51.417 INFO kablam! 14: 0x7ff24c75cbc8 - rustc_mir::interpret::validity::>::validate_operand::h41b6021f2a74bcae Oct 27 22:22:51.417 INFO kablam! 15: 0x7ff24c778164 - rustc_lint::builtin::check_const::h9b07c5fd0836fa5f Oct 27 22:22:51.417 INFO kablam! 16: 0x7ff24c73a910 - >::check_item::hdf56f804c04709e1 Oct 27 22:22:51.418 INFO kablam! 17: 0x7ff24b27902c - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.418 INFO kablam! 18: 0x7ff24b27bc3c - as rustc::hir::intravisit::Visitor<'tcx>>::visit_block::h08a83c20359663f1 Oct 27 22:22:51.418 INFO kablam! 19: 0x7ff24b279b8a - as rustc::hir::intravisit::Visitor<'tcx>>::visit_expr::hf84e5f3300272cfe Oct 27 22:22:51.419 INFO kablam! 20: 0x7ff24b278bef - as rustc::hir::intravisit::Visitor<'tcx>>::visit_body::h9c688a25c2a7848f Oct 27 22:22:51.423 INFO kablam! 21: 0x7ff24b278a37 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_nested_body::h6c7361f041cd6c68 Oct 27 22:22:51.423 INFO kablam! 22: 0x7ff24b27a314 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_fn::h1356d61f436559c4 Oct 27 22:22:51.424 INFO kablam! 23: 0x7ff24b2253ff - rustc::hir::intravisit::walk_impl_item::hee584d0413cbe805 Oct 27 22:22:51.427 INFO kablam! 24: 0x7ff24b27d2fb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_impl_item::h1bfe9478301c1d2c Oct 27 22:22:51.427 INFO kablam! 25: 0x7ff24b1f1051 - rustc::hir::intravisit::walk_item::h20866ffb836281e9 Oct 27 22:22:51.428 INFO kablam! 26: 0x7ff24b2790eb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.428 INFO kablam! 27: 0x7ff24b27b5f0 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h35d4e35bb25f4b86 Oct 27 22:22:51.429 INFO kablam! 28: 0x7ff24b1f0e75 - rustc::hir::intravisit::walk_item::h20866ffb836281e9 Oct 27 22:22:51.429 INFO kablam! 29: 0x7ff24b2790eb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.430 INFO kablam! 30: 0x7ff24b27b5f0 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h35d4e35bb25f4b86 Oct 27 22:22:51.430 INFO kablam! 31: 0x7ff24b1f0e75 - rustc::hir::intravisit::walk_item::h20866ffb836281e9 Oct 27 22:22:51.431 INFO kablam! 32: 0x7ff24b2790eb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.431 INFO kablam! 33: 0x7ff24b27b5f0 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h35d4e35bb25f4b86 Oct 27 22:22:51.431 INFO kablam! 34: 0x7ff24b1f0e75 - rustc::hir::intravisit::walk_item::h20866ffb836281e9 Oct 27 22:22:51.431 INFO kablam! 35: 0x7ff24b2790eb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.432 INFO kablam! 36: 0x7ff24b27b5f0 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h35d4e35bb25f4b86 Oct 27 22:22:51.432 INFO kablam! 37: 0x7ff24b1eaafe - rustc::hir::intravisit::walk_crate::h269dc043f5ea877a Oct 27 22:22:51.432 INFO kablam! 38: 0x7ff24b28291a - rustc::lint::context::check_crate::h3b59809c7e7d59ce Oct 27 22:22:51.433 INFO kablam! 39: 0x7ff24efd9b05 - rustc::util::common::time::h1cf2382349e39556 Oct 27 22:22:51.439 INFO kablam! 40: 0x7ff24ef7d765 - rustc::ty::context::tls::enter_context::hb0ca8cfeffb409bb Oct 27 22:22:51.439 INFO kablam! 41: 0x7ff24f01d5c1 - >::with::ha4060dca8dc6df80 Oct 27 22:22:51.440 INFO kablam! 42: 0x7ff24f0719d8 - rustc::ty::context::TyCtxt::create_and_enter::he3366f0f823a0d56 Oct 27 22:22:51.440 INFO kablam! 43: 0x7ff24efc3944 - rustc_driver::driver::compile_input::hc8c36a3eee7d3b4d Oct 27 22:22:51.440 INFO kablam! 44: 0x7ff24f08e304 - rustc_driver::run_compiler_with_pool::h20d6155454937f15 Oct 27 22:22:51.441 INFO kablam! 45: 0x7ff24efc196b - rustc_driver::driver::spawn_thread_pool::ha0c063191b9f63ec Oct 27 22:22:51.441 INFO kablam! 46: 0x7ff24f08d337 - rustc_driver::run_compiler::hf9e1dcca270c237a Oct 27 22:22:51.441 INFO kablam! 47: 0x7ff24efac1f4 - >::set::h0aa15a56cf0826d6 Oct 27 22:22:51.442 INFO kablam! 48: 0x7ff24ef9f5f2 - as core::ops::function::FnOnce<()>>::call_once::hc8f62f84b8b097ae Oct 27 22:22:51.442 INFO kablam! 49: 0x7ff24ec5da59 - __rust_maybe_catch_panic Oct 27 22:22:51.442 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 22:22:51.443 INFO kablam! 50: 0x7ff24f08b465 - rustc_driver::run::h4cf8da0e18300993 Oct 27 22:22:51.443 INFO kablam! 51: 0x7ff24f098f7b - rustc_driver::main::h2c075e4bd6d44917 Oct 27 22:22:51.443 INFO kablam! 52: 0x5621e98a6962 - std::rt::lang_start::{{closure}}::hae377255a33ab020 Oct 27 22:22:51.443 INFO kablam! 53: 0x7ff24ec4fca2 - std::panicking::try::do_call::h160e0c9759e29092 Oct 27 22:22:51.444 INFO kablam! at libstd/rt.rs:59 Oct 27 22:22:51.444 INFO kablam! at libstd/panicking.rs:310 Oct 27 22:22:51.444 INFO kablam! 54: 0x7ff24ec5da59 - __rust_maybe_catch_panic Oct 27 22:22:51.445 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 22:22:51.445 INFO kablam! 55: 0x7ff24ec15a8a - std::rt::lang_start_internal::h61865a8519f9c176 Oct 27 22:22:51.451 INFO kablam! at libstd/panicking.rs:289 Oct 27 22:22:51.451 INFO kablam! at libstd/panic.rs:392 Oct 27 22:22:51.452 INFO kablam! at libstd/rt.rs:58 Oct 27 22:22:51.452 INFO kablam! 56: 0x5621e98a6954 - main Oct 27 22:22:51.452 INFO kablam! 57: 0x7ff24e82082f - __libc_start_main Oct 27 22:22:51.453 INFO kablam! 58: 0x5621e98a6808 - Oct 27 22:22:51.453 INFO kablam! query stack during panic: Oct 27 22:22:51.453 INFO kablam! end of query stack Oct 27 22:22:51.583 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 22:22:51.584 INFO kablam! --> src/lib.rs:26:12 Oct 27 22:22:51.584 INFO kablam! | Oct 27 22:22:51.584 INFO kablam! 26 | #![feature(attr_literals)] Oct 27 22:22:51.585 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:22:51.585 INFO kablam! | Oct 27 22:22:51.585 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 22:22:51.585 INFO kablam! Oct 27 22:22:51.586 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 22:22:51.586 INFO kablam! --> src/lib.rs:28:12 Oct 27 22:22:51.586 INFO kablam! | Oct 27 22:22:51.587 INFO kablam! 28 | #![feature(proc_macro)] Oct 27 22:22:51.587 INFO kablam! | ^^^^^^^^^^ Oct 27 22:22:51.587 INFO kablam! Oct 27 22:22:51.631 INFO kablam! thread 'main' panicked at 'allocation missing in dead_alloc_map', libcore/option.rs:1008:5 Oct 27 22:22:51.631 INFO kablam! stack backtrace: Oct 27 22:22:51.722 INFO kablam! Oct 27 22:22:51.722 INFO kablam! error: internal compiler error: unexpected panic Oct 27 22:22:51.722 INFO kablam! Oct 27 22:22:51.722 INFO kablam! note: the compiler unexpectedly panicked. this is a bug. Oct 27 22:22:51.722 INFO kablam! Oct 27 22:22:51.722 INFO kablam! note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports Oct 27 22:22:51.723 INFO kablam! Oct 27 22:22:51.723 INFO kablam! note: rustc 1.31.0-nightly (19f01b935 2018-10-20) running on x86_64-unknown-linux-gnu Oct 27 22:22:51.723 INFO kablam! Oct 27 22:22:51.723 INFO kablam! note: compiler flags: -C debuginfo=2 Oct 27 22:22:51.723 INFO kablam! Oct 27 22:22:51.723 INFO kablam! note: some of the compiler flags provided by cargo are hidden Oct 27 22:22:51.723 INFO kablam! Oct 27 22:22:51.732 INFO kablam! error: Could not compile `fix-rs`. Oct 27 22:22:51.732 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:22:51.760 INFO kablam! 0: 0x7fae50ec471f - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hf8ab61302c24284c Oct 27 22:22:51.763 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 27 22:22:51.763 INFO kablam! 1: 0x7fae50ea9697 - std::sys_common::backtrace::print::h6c93ab6be75b9d39 Oct 27 22:22:51.763 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 27 22:22:51.763 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 27 22:22:51.763 INFO kablam! 2: 0x7fae50ecfadf - std::panicking::default_hook::{{closure}}::h611aa709adbce723 Oct 27 22:22:51.763 INFO kablam! at libstd/panicking.rs:211 Oct 27 22:22:51.763 INFO kablam! 3: 0x7fae50ecf844 - std::panicking::default_hook::h638eabd3231038cc Oct 27 22:22:51.763 INFO kablam! at libstd/panicking.rs:227 Oct 27 22:22:51.763 INFO kablam! 4: 0x7fae4d52a2e1 - rustc::util::common::panic_hook::hf50bec47a39de6e1 Oct 27 22:22:51.763 INFO kablam! 5: 0x7fae50ed02d6 - std::panicking::rust_panic_with_hook::h07995597da01f254 Oct 27 22:22:51.763 INFO kablam! at libstd/panicking.rs:480 Oct 27 22:22:51.763 INFO kablam! 6: 0x7fae50ecfe21 - std::panicking::continue_panic_fmt::he3c34ed30d9ec907 Oct 27 22:22:51.763 INFO kablam! at libstd/panicking.rs:390 Oct 27 22:22:51.763 INFO kablam! 7: 0x7fae50ecfd05 - rust_begin_unwind Oct 27 22:22:51.763 INFO kablam! at libstd/panicking.rs:325 Oct 27 22:22:51.763 INFO kablam! 8: 0x7fae50f31bac - core::panicking::panic_fmt::hfebc7648cf933e48 Oct 27 22:22:51.769 INFO kablam! at libcore/panicking.rs:77 Oct 27 22:22:51.769 INFO kablam! 9: 0x7fae50f32042 - core::option::expect_failed::h9ffb48d8f1dd1e9e Oct 27 22:22:51.769 INFO kablam! at libcore/option.rs:1008 Oct 27 22:22:51.769 INFO kablam! 10: 0x7fae4e9bb8e9 - >::check_align::h7f5917eb376260dd Oct 27 22:22:51.769 INFO kablam! 11: 0x7fae4e9e40a3 - rustc_mir::interpret::validity::>::validate_primitive_type::h5ab3802cd02a1a14 Oct 27 22:22:51.769 INFO kablam! 12: 0x7fae4e9dd5ba - rustc_mir::interpret::validity::>::validate_operand::h41b6021f2a74bcae Oct 27 22:22:51.769 INFO kablam! 13: 0x7fae4e9dcbc8 - rustc_mir::interpret::validity::>::validate_operand::h41b6021f2a74bcae Oct 27 22:22:51.769 INFO kablam! 14: 0x7fae4e9dcbc8 - rustc_mir::interpret::validity::>::validate_operand::h41b6021f2a74bcae Oct 27 22:22:51.769 INFO kablam! 15: 0x7fae4e9f8164 - rustc_lint::builtin::check_const::h9b07c5fd0836fa5f Oct 27 22:22:51.769 INFO kablam! 16: 0x7fae4e9ba910 - >::check_item::hdf56f804c04709e1 Oct 27 22:22:51.769 INFO kablam! 17: 0x7fae4d4f902c - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.769 INFO kablam! 18: 0x7fae4d4fbc3c - as rustc::hir::intravisit::Visitor<'tcx>>::visit_block::h08a83c20359663f1 Oct 27 22:22:51.769 INFO kablam! 19: 0x7fae4d4f9b8a - as rustc::hir::intravisit::Visitor<'tcx>>::visit_expr::hf84e5f3300272cfe Oct 27 22:22:51.769 INFO kablam! 20: 0x7fae4d4f8bef - as rustc::hir::intravisit::Visitor<'tcx>>::visit_body::h9c688a25c2a7848f Oct 27 22:22:51.769 INFO kablam! 21: 0x7fae4d4f8a37 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_nested_body::h6c7361f041cd6c68 Oct 27 22:22:51.769 INFO kablam! 22: 0x7fae4d4fa314 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_fn::h1356d61f436559c4 Oct 27 22:22:51.769 INFO kablam! 23: 0x7fae4d4a53ff - rustc::hir::intravisit::walk_impl_item::hee584d0413cbe805 Oct 27 22:22:51.769 INFO kablam! 24: 0x7fae4d4fd2fb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_impl_item::h1bfe9478301c1d2c Oct 27 22:22:51.769 INFO kablam! 25: 0x7fae4d471051 - rustc::hir::intravisit::walk_item::h20866ffb836281e9 Oct 27 22:22:51.769 INFO kablam! 26: 0x7fae4d4f90eb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.769 INFO kablam! 27: 0x7fae4d4fb5f0 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h35d4e35bb25f4b86 Oct 27 22:22:51.770 INFO kablam! 28: 0x7fae4d470e75 - rustc::hir::intravisit::walk_item::h20866ffb836281e9 Oct 27 22:22:51.770 INFO kablam! 29: 0x7fae4d4f90eb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.770 INFO kablam! 30: 0x7fae4d4fb5f0 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h35d4e35bb25f4b86 Oct 27 22:22:51.770 INFO kablam! 31: 0x7fae4d470e75 - rustc::hir::intravisit::walk_item::h20866ffb836281e9 Oct 27 22:22:51.770 INFO kablam! 32: 0x7fae4d4f90eb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.770 INFO kablam! 33: 0x7fae4d4fb5f0 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h35d4e35bb25f4b86 Oct 27 22:22:51.770 INFO kablam! 34: 0x7fae4d470e75 - rustc::hir::intravisit::walk_item::h20866ffb836281e9 Oct 27 22:22:51.770 INFO kablam! 35: 0x7fae4d4f90eb - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h5f2317ee7e613104 Oct 27 22:22:51.770 INFO kablam! 36: 0x7fae4d4fb5f0 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h35d4e35bb25f4b86 Oct 27 22:22:51.770 INFO kablam! 37: 0x7fae4d46aafe - rustc::hir::intravisit::walk_crate::h269dc043f5ea877a Oct 27 22:22:51.770 INFO kablam! 38: 0x7fae4d50291a - rustc::lint::context::check_crate::h3b59809c7e7d59ce Oct 27 22:22:51.770 INFO kablam! 39: 0x7fae51259b05 - rustc::util::common::time::h1cf2382349e39556 Oct 27 22:22:51.770 INFO kablam! 40: 0x7fae511fd765 - rustc::ty::context::tls::enter_context::hb0ca8cfeffb409bb Oct 27 22:22:51.770 INFO kablam! 41: 0x7fae5129d5c1 - >::with::ha4060dca8dc6df80 Oct 27 22:22:51.770 INFO kablam! 42: 0x7fae512f19d8 - rustc::ty::context::TyCtxt::create_and_enter::he3366f0f823a0d56 Oct 27 22:22:51.770 INFO kablam! 43: 0x7fae51243944 - rustc_driver::driver::compile_input::hc8c36a3eee7d3b4d Oct 27 22:22:51.770 INFO kablam! 44: 0x7fae5130e304 - rustc_driver::run_compiler_with_pool::h20d6155454937f15 Oct 27 22:22:51.770 INFO kablam! 45: 0x7fae5124196b - rustc_driver::driver::spawn_thread_pool::ha0c063191b9f63ec Oct 27 22:22:51.770 INFO kablam! 46: 0x7fae5130d337 - rustc_driver::run_compiler::hf9e1dcca270c237a Oct 27 22:22:51.770 INFO kablam! 47: 0x7fae5122c1f4 - >::set::h0aa15a56cf0826d6 Oct 27 22:22:51.770 INFO kablam! 48: 0x7fae5121f5f2 - as core::ops::function::FnOnce<()>>::call_once::hc8f62f84b8b097ae Oct 27 22:22:51.770 INFO kablam! 49: 0x7fae50edda59 - __rust_maybe_catch_panic Oct 27 22:22:51.770 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 22:22:51.770 INFO kablam! 50: 0x7fae5130b465 - rustc_driver::run::h4cf8da0e18300993 Oct 27 22:22:51.770 INFO kablam! 51: 0x7fae51318f7b - rustc_driver::main::h2c075e4bd6d44917 Oct 27 22:22:51.770 INFO kablam! 52: 0x564079d86962 - std::rt::lang_start::{{closure}}::hae377255a33ab020 Oct 27 22:22:51.770 INFO kablam! 53: 0x7fae50ecfca2 - std::panicking::try::do_call::h160e0c9759e29092 Oct 27 22:22:51.770 INFO kablam! at libstd/rt.rs:59 Oct 27 22:22:51.770 INFO kablam! at libstd/panicking.rs:310 Oct 27 22:22:51.770 INFO kablam! 54: 0x7fae50edda59 - __rust_maybe_catch_panic Oct 27 22:22:51.770 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 22:22:51.770 INFO kablam! 55: 0x7fae50e95a8a - std::rt::lang_start_internal::h61865a8519f9c176 Oct 27 22:22:51.770 INFO kablam! at libstd/panicking.rs:289 Oct 27 22:22:51.770 INFO kablam! at libstd/panic.rs:392 Oct 27 22:22:51.770 INFO kablam! at libstd/rt.rs:58 Oct 27 22:22:51.770 INFO kablam! 56: 0x564079d86954 - main Oct 27 22:22:51.770 INFO kablam! 57: 0x7fae50aa082f - __libc_start_main Oct 27 22:22:51.776 INFO kablam! 58: 0x564079d86808 - Oct 27 22:22:51.776 INFO kablam! query stack during panic: Oct 27 22:22:51.776 INFO kablam! end of query stack Oct 27 22:22:51.959 INFO kablam! Oct 27 22:22:51.959 INFO kablam! error: internal compiler error: unexpected panic Oct 27 22:22:51.959 INFO kablam! Oct 27 22:22:51.959 INFO kablam! note: the compiler unexpectedly panicked. this is a bug. Oct 27 22:22:51.959 INFO kablam! Oct 27 22:22:51.959 INFO kablam! note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports Oct 27 22:22:51.959 INFO kablam! Oct 27 22:22:51.959 INFO kablam! note: rustc 1.31.0-nightly (19f01b935 2018-10-20) running on x86_64-unknown-linux-gnu Oct 27 22:22:51.959 INFO kablam! Oct 27 22:22:51.959 INFO kablam! note: compiler flags: -C debuginfo=2 --crate-type lib Oct 27 22:22:51.959 INFO kablam! Oct 27 22:22:51.959 INFO kablam! note: some of the compiler flags provided by cargo are hidden Oct 27 22:22:51.959 INFO kablam! Oct 27 22:22:51.974 INFO kablam! error: Could not compile `fix-rs`. Oct 27 22:22:51.975 INFO kablam! Oct 27 22:22:51.975 INFO kablam! To learn more, run the command again with --verbose. Oct 27 22:22:51.975 INFO kablam! su: No module specific data is present Oct 27 22:22:52.317 INFO running `"docker" "rm" "-f" "36f149329341a629d8fd0bb36390ea7cc1eedc30f3866702a738535930016638"` Oct 27 22:22:52.677 INFO blam! 36f149329341a629d8fd0bb36390ea7cc1eedc30f3866702a738535930016638