Oct 27 22:22:27.938 INFO checking fix-rs-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:22:27.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:28.491 INFO blam! 956d77b82da6dd06e3768f598910d21e3256147b9962c55d81df38857311d6c6 Oct 27 22:22:28.499 INFO running `"docker" "start" "-a" "956d77b82da6dd06e3768f598910d21e3256147b9962c55d81df38857311d6c6"` Oct 27 22:22:29.968 INFO kablam! usermod: no changes Oct 27 22:22:30.192 INFO kablam! Compiling fix-rs-macros v0.2.1 Oct 27 22:22:34.851 INFO kablam! Checking fix-rs v0.2.1 (/source) Oct 27 22:22:49.665 INFO kablam! warning: unused variable: `end_seq_no` Oct 27 22:22:49.665 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Oct 27 22:22:49.665 INFO kablam! | Oct 27 22:22:49.665 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:49.665 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Oct 27 22:22:49.665 INFO kablam! | Oct 27 22:22:49.665 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 22:22:49.665 INFO kablam! Oct 27 22:22:49.667 INFO kablam! warning: unused variable: `logout` Oct 27 22:22:49.667 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Oct 27 22:22:49.667 INFO kablam! | Oct 27 22:22:49.667 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 27 22:22:49.667 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 27 22:22:49.667 INFO kablam! Oct 27 22:22:49.669 INFO kablam! warning: unused variable: `logging_out_initiator` Oct 27 22:22:49.669 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Oct 27 22:22:49.669 INFO kablam! | Oct 27 22:22:49.669 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Oct 27 22:22:49.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Oct 27 22:22:49.669 INFO kablam! Oct 27 22:22:49.669 INFO kablam! warning: unused variable: `logout` Oct 27 22:22:49.669 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Oct 27 22:22:49.669 INFO kablam! | Oct 27 22:22:49.669 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 27 22:22:49.669 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 27 22:22:49.671 INFO kablam! Oct 27 22:22:51.203 INFO kablam! warning: unused variable: `end_seq_no` Oct 27 22:22:51.203 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Oct 27 22:22:51.203 INFO kablam! | Oct 27 22:22:51.204 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:51.204 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Oct 27 22:22:51.204 INFO kablam! | Oct 27 22:22:51.204 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 22:22:51.204 INFO kablam! Oct 27 22:22:51.204 INFO kablam! warning: unused variable: `logout` Oct 27 22:22:51.204 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Oct 27 22:22:51.205 INFO kablam! | Oct 27 22:22:51.205 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 27 22:22:51.205 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 27 22:22:51.205 INFO kablam! Oct 27 22:22:51.205 INFO kablam! warning: unused variable: `logging_out_initiator` Oct 27 22:22:51.205 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Oct 27 22:22:51.205 INFO kablam! | Oct 27 22:22:51.206 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Oct 27 22:22:51.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Oct 27 22:22:51.206 INFO kablam! Oct 27 22:22:51.206 INFO kablam! warning: unused variable: `logout` Oct 27 22:22:51.206 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Oct 27 22:22:51.206 INFO kablam! | Oct 27 22:22:51.207 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 27 22:22:51.207 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 27 22:22:51.207 INFO kablam! Oct 27 22:22:52.827 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:52.827 INFO kablam! --> src/lib.rs:26:12 Oct 27 22:22:52.827 INFO kablam! | Oct 27 22:22:52.827 INFO kablam! 26 | #![feature(attr_literals)] Oct 27 22:22:52.827 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:22:52.827 INFO kablam! | Oct 27 22:22:52.827 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 22:22:52.827 INFO kablam! Oct 27 22:22:52.827 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:52.827 INFO kablam! --> src/lib.rs:28:12 Oct 27 22:22:52.827 INFO kablam! | Oct 27 22:22:52.827 INFO kablam! 28 | #![feature(proc_macro)] Oct 27 22:22:52.827 INFO kablam! | ^^^^^^^^^^ Oct 27 22:22:52.827 INFO kablam! Oct 27 22:22:52.864 INFO kablam! thread 'main' panicked at 'allocation missing in dead_alloc_map', libcore/option.rs:1008:5 Oct 27 22:22:52.875 INFO kablam! stack backtrace: Oct 27 22:22:53.027 INFO kablam! 0: 0x7f628cc9f70f - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hc790a6047650a25c Oct 27 22:22:53.027 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 27 22:22:53.027 INFO kablam! 1: 0x7f628cc84687 - std::sys_common::backtrace::print::hef8e97456550ddc1 Oct 27 22:22:53.028 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 27 22:22:53.028 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 27 22:22:53.028 INFO kablam! 2: 0x7f628ccaaadf - std::panicking::default_hook::{{closure}}::h0141030dd350a192 Oct 27 22:22:53.030 INFO kablam! at libstd/panicking.rs:211 Oct 27 22:22:53.030 INFO kablam! 3: 0x7f628ccaa844 - std::panicking::default_hook::hff5fb27020d8e71b Oct 27 22:22:53.030 INFO kablam! at libstd/panicking.rs:227 Oct 27 22:22:53.030 INFO kablam! 4: 0x7f6289304461 - rustc::util::common::panic_hook::hc481878d35934a53 Oct 27 22:22:53.030 INFO kablam! 5: 0x7f628ccab2d6 - std::panicking::rust_panic_with_hook::h91281e711b2e81db Oct 27 22:22:53.032 INFO kablam! at libstd/panicking.rs:480 Oct 27 22:22:53.032 INFO kablam! 6: 0x7f628ccaae21 - std::panicking::continue_panic_fmt::h7fc7caf72cdba016 Oct 27 22:22:53.032 INFO kablam! at libstd/panicking.rs:390 Oct 27 22:22:53.032 INFO kablam! 7: 0x7f628ccaad05 - rust_begin_unwind Oct 27 22:22:53.032 INFO kablam! at libstd/panicking.rs:325 Oct 27 22:22:53.032 INFO kablam! 8: 0x7f628cd0cbac - core::panicking::panic_fmt::h7d86341392b60304 Oct 27 22:22:53.033 INFO kablam! at libcore/panicking.rs:77 Oct 27 22:22:53.033 INFO kablam! 9: 0x7f628cd0d042 - core::option::expect_failed::hc0bb85a9351990d4 Oct 27 22:22:53.033 INFO kablam! at libcore/option.rs:1008 Oct 27 22:22:53.033 INFO kablam! 10: 0x7f628a7958a9 - >::check_align::haf1be55bed9a6c5f Oct 27 22:22:53.034 INFO kablam! 11: 0x7f628a7bdb23 - rustc_mir::interpret::validity::>::validate_primitive_type::hf7733d8eef9c99fd Oct 27 22:22:53.034 INFO kablam! 12: 0x7f628a7b703a - rustc_mir::interpret::validity::>::validate_operand::h8f242dfc607f2745 Oct 27 22:22:53.034 INFO kablam! 13: 0x7f628a7b6648 - rustc_mir::interpret::validity::>::validate_operand::h8f242dfc607f2745 Oct 27 22:22:53.034 INFO kablam! 14: 0x7f628a7b6648 - rustc_mir::interpret::validity::>::validate_operand::h8f242dfc607f2745 Oct 27 22:22:53.035 INFO kablam! 15: 0x7f628a7d1be4 - rustc_lint::builtin::check_const::h56b8ea62031ff533 Oct 27 22:22:53.035 INFO kablam! 16: 0x7f628a7948d0 - >::check_item::h01fb41523489bc4b Oct 27 22:22:53.035 INFO kablam! 17: 0x7f62892d31ac - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:53.036 INFO kablam! 18: 0x7f62892d5dbc - as rustc::hir::intravisit::Visitor<'tcx>>::visit_block::h62b2207dc6f6f9c5 Oct 27 22:22:53.036 INFO kablam! 19: 0x7f62892d3d0a - as rustc::hir::intravisit::Visitor<'tcx>>::visit_expr::h30a380da0bd87e44 Oct 27 22:22:53.036 INFO kablam! 20: 0x7f62892d2d6f - as rustc::hir::intravisit::Visitor<'tcx>>::visit_body::h6391259f6ac77de0 Oct 27 22:22:53.037 INFO kablam! 21: 0x7f62892d2bb7 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_nested_body::hfb91418a47256010 Oct 27 22:22:53.037 INFO kablam! 22: 0x7f62892d4494 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_fn::h6106927a0bc40071 Oct 27 22:22:53.037 INFO kablam! 23: 0x7f628927d3cf - rustc::hir::intravisit::walk_impl_item::h5ff2947d342a0b8f Oct 27 22:22:53.037 INFO kablam! 24: 0x7f62892d747b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_impl_item::h09db78269eff430b Oct 27 22:22:53.037 INFO kablam! 25: 0x7f628924e3f1 - rustc::hir::intravisit::walk_item::h61d298535dcc8897 Oct 27 22:22:53.037 INFO kablam! 26: 0x7f62892d326b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:53.039 INFO kablam! 27: 0x7f62892d5770 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h812100fdf5a6dfa1 Oct 27 22:22:53.039 INFO kablam! 28: 0x7f628924e215 - rustc::hir::intravisit::walk_item::h61d298535dcc8897 Oct 27 22:22:53.039 INFO kablam! 29: 0x7f62892d326b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:53.039 INFO kablam! 30: 0x7f62892d5770 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h812100fdf5a6dfa1 Oct 27 22:22:53.042 INFO kablam! 31: 0x7f628924e215 - rustc::hir::intravisit::walk_item::h61d298535dcc8897 Oct 27 22:22:53.043 INFO kablam! 32: 0x7f62892d326b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:53.043 INFO kablam! 33: 0x7f62892d5770 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h812100fdf5a6dfa1 Oct 27 22:22:53.043 INFO kablam! 34: 0x7f628924e215 - rustc::hir::intravisit::walk_item::h61d298535dcc8897 Oct 27 22:22:53.043 INFO kablam! 35: 0x7f62892d326b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:53.043 INFO kablam! 36: 0x7f62892d5770 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h812100fdf5a6dfa1 Oct 27 22:22:53.043 INFO kablam! 37: 0x7f6289244fce - rustc::hir::intravisit::walk_crate::hf52f894c17555ade Oct 27 22:22:53.047 INFO kablam! 38: 0x7f62892dca9a - rustc::lint::context::check_crate::hffdd2a22c06cdc75 Oct 27 22:22:53.047 INFO kablam! 39: 0x7f628d0369b5 - rustc::util::common::time::h044d275b07176669 Oct 27 22:22:53.047 INFO kablam! 40: 0x7f628cfd9895 - rustc::ty::context::tls::enter_context::h83693421b1f7e2ac Oct 27 22:22:53.047 INFO kablam! 41: 0x7f628d07bec1 - >::with::haf102807228eb550 Oct 27 22:22:53.047 INFO kablam! 42: 0x7f628d0cd61d - rustc::ty::context::TyCtxt::create_and_enter::h84e3e7bd321d7315 Oct 27 22:22:53.047 INFO kablam! 43: 0x7f628d021174 - rustc_driver::driver::compile_input::he36f1941c84e959e Oct 27 22:22:53.047 INFO kablam! 44: 0x7f628d0ed684 - rustc_driver::run_compiler_with_pool::h5bf41eb8821bbd5e Oct 27 22:22:53.047 INFO kablam! 45: 0x7f628d01f18b - rustc_driver::driver::spawn_thread_pool::h00461881d0854d6b Oct 27 22:22:53.047 INFO kablam! 46: 0x7f628d0ec6b7 - rustc_driver::run_compiler::h956a05419c7640d8 Oct 27 22:22:53.047 INFO kablam! 47: 0x7f628d0099c4 - >::set::hecd202198c1a2d4f Oct 27 22:22:53.047 INFO kablam! 48: 0x7f628cffbe72 - as core::ops::function::FnOnce<()>>::call_once::h3afa2b39498c5cc4 Oct 27 22:22:53.047 INFO kablam! 49: 0x7f628ccb85e9 - __rust_maybe_catch_panic Oct 27 22:22:53.047 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 22:22:53.047 INFO kablam! 50: 0x7f628d0ea7e5 - rustc_driver::run::h15ff99cba7c722c5 Oct 27 22:22:53.047 INFO kablam! 51: 0x7f628d0f831b - rustc_driver::main::h618945cd6fee4ac7 Oct 27 22:22:53.047 INFO kablam! 52: 0x561df108d962 - std::rt::lang_start::{{closure}}::h1b85a41d7167b5fd Oct 27 22:22:53.047 INFO kablam! 53: 0x7f628ccaaca2 - std::panicking::try::do_call::hb6cb84b90f739540 Oct 27 22:22:53.047 INFO kablam! at libstd/rt.rs:59 Oct 27 22:22:53.047 INFO kablam! at libstd/panicking.rs:310 Oct 27 22:22:53.047 INFO kablam! 54: 0x7f628ccb85e9 - __rust_maybe_catch_panic Oct 27 22:22:53.047 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 22:22:53.047 INFO kablam! 55: 0x7f628cc70a5a - std::rt::lang_start_internal::h5161ad4624811397 Oct 27 22:22:53.047 INFO kablam! at libstd/panicking.rs:289 Oct 27 22:22:53.047 INFO kablam! at libstd/panic.rs:392 Oct 27 22:22:53.047 INFO kablam! at libstd/rt.rs:58 Oct 27 22:22:53.047 INFO kablam! 56: 0x561df108d954 - main Oct 27 22:22:53.047 INFO kablam! 57: 0x7f628c87b82f - __libc_start_main Oct 27 22:22:53.047 INFO kablam! 58: 0x561df108d808 - Oct 27 22:22:53.047 INFO kablam! query stack during panic: Oct 27 22:22:53.047 INFO kablam! end of query stack Oct 27 22:22:53.244 INFO kablam! Oct 27 22:22:53.244 INFO kablam! error: internal compiler error: unexpected panic Oct 27 22:22:53.244 INFO kablam! Oct 27 22:22:53.244 INFO kablam! note: the compiler unexpectedly panicked. this is a bug. Oct 27 22:22:53.244 INFO kablam! Oct 27 22:22:53.244 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:53.244 INFO kablam! Oct 27 22:22:53.244 INFO kablam! note: rustc 1.31.0-nightly (155510e37 2018-10-20) running on x86_64-unknown-linux-gnu Oct 27 22:22:53.244 INFO kablam! Oct 27 22:22:53.244 INFO kablam! note: compiler flags: -C debuginfo=2 Oct 27 22:22:53.244 INFO kablam! Oct 27 22:22:53.244 INFO kablam! note: some of the compiler flags provided by cargo are hidden Oct 27 22:22:53.244 INFO kablam! Oct 27 22:22:53.255 INFO kablam! error: Could not compile `fix-rs`. Oct 27 22:22:53.255 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:22:53.858 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:53.858 INFO kablam! --> src/lib.rs:26:12 Oct 27 22:22:53.858 INFO kablam! | Oct 27 22:22:53.858 INFO kablam! 26 | #![feature(attr_literals)] Oct 27 22:22:53.858 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:22:53.858 INFO kablam! | Oct 27 22:22:53.858 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 22:22:53.858 INFO kablam! Oct 27 22:22:53.858 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:53.858 INFO kablam! --> src/lib.rs:28:12 Oct 27 22:22:53.858 INFO kablam! | Oct 27 22:22:53.858 INFO kablam! 28 | #![feature(proc_macro)] Oct 27 22:22:53.858 INFO kablam! | ^^^^^^^^^^ Oct 27 22:22:53.858 INFO kablam! Oct 27 22:22:53.898 INFO kablam! thread 'main' panicked at 'allocation missing in dead_alloc_map', libcore/option.rs:1008:5 Oct 27 22:22:53.898 INFO kablam! stack backtrace: Oct 27 22:22:53.999 INFO kablam! 0: 0x7f11799c970f - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hc790a6047650a25c Oct 27 22:22:53.999 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 27 22:22:53.999 INFO kablam! 1: 0x7f11799ae687 - std::sys_common::backtrace::print::hef8e97456550ddc1 Oct 27 22:22:54.000 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 27 22:22:54.000 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 27 22:22:54.000 INFO kablam! 2: 0x7f11799d4adf - std::panicking::default_hook::{{closure}}::h0141030dd350a192 Oct 27 22:22:54.001 INFO kablam! at libstd/panicking.rs:211 Oct 27 22:22:54.001 INFO kablam! 3: 0x7f11799d4844 - std::panicking::default_hook::hff5fb27020d8e71b Oct 27 22:22:54.001 INFO kablam! at libstd/panicking.rs:227 Oct 27 22:22:54.001 INFO kablam! 4: 0x7f117602e461 - rustc::util::common::panic_hook::hc481878d35934a53 Oct 27 22:22:54.001 INFO kablam! 5: 0x7f11799d52d6 - std::panicking::rust_panic_with_hook::h91281e711b2e81db Oct 27 22:22:54.001 INFO kablam! at libstd/panicking.rs:480 Oct 27 22:22:54.001 INFO kablam! 6: 0x7f11799d4e21 - std::panicking::continue_panic_fmt::h7fc7caf72cdba016 Oct 27 22:22:54.001 INFO kablam! at libstd/panicking.rs:390 Oct 27 22:22:54.001 INFO kablam! 7: 0x7f11799d4d05 - rust_begin_unwind Oct 27 22:22:54.001 INFO kablam! at libstd/panicking.rs:325 Oct 27 22:22:54.001 INFO kablam! 8: 0x7f1179a36bac - core::panicking::panic_fmt::h7d86341392b60304 Oct 27 22:22:54.001 INFO kablam! at libcore/panicking.rs:77 Oct 27 22:22:54.001 INFO kablam! 9: 0x7f1179a37042 - core::option::expect_failed::hc0bb85a9351990d4 Oct 27 22:22:54.001 INFO kablam! at libcore/option.rs:1008 Oct 27 22:22:54.001 INFO kablam! 10: 0x7f11774bf8a9 - >::check_align::haf1be55bed9a6c5f Oct 27 22:22:54.001 INFO kablam! 11: 0x7f11774e7b23 - rustc_mir::interpret::validity::>::validate_primitive_type::hf7733d8eef9c99fd Oct 27 22:22:54.001 INFO kablam! 12: 0x7f11774e103a - rustc_mir::interpret::validity::>::validate_operand::h8f242dfc607f2745 Oct 27 22:22:54.001 INFO kablam! 13: 0x7f11774e0648 - rustc_mir::interpret::validity::>::validate_operand::h8f242dfc607f2745 Oct 27 22:22:54.001 INFO kablam! 14: 0x7f11774e0648 - rustc_mir::interpret::validity::>::validate_operand::h8f242dfc607f2745 Oct 27 22:22:54.002 INFO kablam! 15: 0x7f11774fbbe4 - rustc_lint::builtin::check_const::h56b8ea62031ff533 Oct 27 22:22:54.002 INFO kablam! 16: 0x7f11774be8d0 - >::check_item::h01fb41523489bc4b Oct 27 22:22:54.002 INFO kablam! 17: 0x7f1175ffd1ac - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:54.002 INFO kablam! 18: 0x7f1175fffdbc - as rustc::hir::intravisit::Visitor<'tcx>>::visit_block::h62b2207dc6f6f9c5 Oct 27 22:22:54.002 INFO kablam! 19: 0x7f1175ffdd0a - as rustc::hir::intravisit::Visitor<'tcx>>::visit_expr::h30a380da0bd87e44 Oct 27 22:22:54.002 INFO kablam! 20: 0x7f1175ffcd6f - as rustc::hir::intravisit::Visitor<'tcx>>::visit_body::h6391259f6ac77de0 Oct 27 22:22:54.002 INFO kablam! 21: 0x7f1175ffcbb7 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_nested_body::hfb91418a47256010 Oct 27 22:22:54.002 INFO kablam! 22: 0x7f1175ffe494 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_fn::h6106927a0bc40071 Oct 27 22:22:54.002 INFO kablam! 23: 0x7f1175fa73cf - rustc::hir::intravisit::walk_impl_item::h5ff2947d342a0b8f Oct 27 22:22:54.002 INFO kablam! 24: 0x7f117600147b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_impl_item::h09db78269eff430b Oct 27 22:22:54.002 INFO kablam! 25: 0x7f1175f783f1 - rustc::hir::intravisit::walk_item::h61d298535dcc8897 Oct 27 22:22:54.002 INFO kablam! 26: 0x7f1175ffd26b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:54.002 INFO kablam! 27: 0x7f1175fff770 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h812100fdf5a6dfa1 Oct 27 22:22:54.002 INFO kablam! 28: 0x7f1175f78215 - rustc::hir::intravisit::walk_item::h61d298535dcc8897 Oct 27 22:22:54.002 INFO kablam! 29: 0x7f1175ffd26b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:54.002 INFO kablam! 30: 0x7f1175fff770 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h812100fdf5a6dfa1 Oct 27 22:22:54.002 INFO kablam! 31: 0x7f1175f78215 - rustc::hir::intravisit::walk_item::h61d298535dcc8897 Oct 27 22:22:54.002 INFO kablam! 32: 0x7f1175ffd26b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:54.002 INFO kablam! 33: 0x7f1175fff770 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h812100fdf5a6dfa1 Oct 27 22:22:54.002 INFO kablam! 34: 0x7f1175f78215 - rustc::hir::intravisit::walk_item::h61d298535dcc8897 Oct 27 22:22:54.003 INFO kablam! 35: 0x7f1175ffd26b - as rustc::hir::intravisit::Visitor<'tcx>>::visit_item::h20978e16a2497343 Oct 27 22:22:54.003 INFO kablam! 36: 0x7f1175fff770 - as rustc::hir::intravisit::Visitor<'tcx>>::visit_mod::h812100fdf5a6dfa1 Oct 27 22:22:54.003 INFO kablam! 37: 0x7f1175f6efce - rustc::hir::intravisit::walk_crate::hf52f894c17555ade Oct 27 22:22:54.003 INFO kablam! 38: 0x7f1176006a9a - rustc::lint::context::check_crate::hffdd2a22c06cdc75 Oct 27 22:22:54.003 INFO kablam! 39: 0x7f1179d609b5 - rustc::util::common::time::h044d275b07176669 Oct 27 22:22:54.003 INFO kablam! 40: 0x7f1179d03895 - rustc::ty::context::tls::enter_context::h83693421b1f7e2ac Oct 27 22:22:54.003 INFO kablam! 41: 0x7f1179da5ec1 - >::with::haf102807228eb550 Oct 27 22:22:54.003 INFO kablam! 42: 0x7f1179df761d - rustc::ty::context::TyCtxt::create_and_enter::h84e3e7bd321d7315 Oct 27 22:22:54.003 INFO kablam! 43: 0x7f1179d4b174 - rustc_driver::driver::compile_input::he36f1941c84e959e Oct 27 22:22:54.003 INFO kablam! 44: 0x7f1179e17684 - rustc_driver::run_compiler_with_pool::h5bf41eb8821bbd5e Oct 27 22:22:54.003 INFO kablam! 45: 0x7f1179d4918b - rustc_driver::driver::spawn_thread_pool::h00461881d0854d6b Oct 27 22:22:54.003 INFO kablam! 46: 0x7f1179e166b7 - rustc_driver::run_compiler::h956a05419c7640d8 Oct 27 22:22:54.003 INFO kablam! 47: 0x7f1179d339c4 - >::set::hecd202198c1a2d4f Oct 27 22:22:54.003 INFO kablam! 48: 0x7f1179d25e72 - as core::ops::function::FnOnce<()>>::call_once::h3afa2b39498c5cc4 Oct 27 22:22:54.003 INFO kablam! 49: 0x7f11799e25e9 - __rust_maybe_catch_panic Oct 27 22:22:54.003 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 22:22:54.003 INFO kablam! 50: 0x7f1179e147e5 - rustc_driver::run::h15ff99cba7c722c5 Oct 27 22:22:54.003 INFO kablam! 51: 0x7f1179e2231b - rustc_driver::main::h618945cd6fee4ac7 Oct 27 22:22:54.003 INFO kablam! 52: 0x55752782a962 - std::rt::lang_start::{{closure}}::h1b85a41d7167b5fd Oct 27 22:22:54.003 INFO kablam! 53: 0x7f11799d4ca2 - std::panicking::try::do_call::hb6cb84b90f739540 Oct 27 22:22:54.003 INFO kablam! at libstd/rt.rs:59 Oct 27 22:22:54.003 INFO kablam! at libstd/panicking.rs:310 Oct 27 22:22:54.003 INFO kablam! 54: 0x7f11799e25e9 - __rust_maybe_catch_panic Oct 27 22:22:54.003 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 22:22:54.003 INFO kablam! 55: 0x7f117999aa5a - std::rt::lang_start_internal::h5161ad4624811397 Oct 27 22:22:54.005 INFO kablam! at libstd/panicking.rs:289 Oct 27 22:22:54.006 INFO kablam! at libstd/panic.rs:392 Oct 27 22:22:54.006 INFO kablam! at libstd/rt.rs:58 Oct 27 22:22:54.006 INFO kablam! 56: 0x55752782a954 - main Oct 27 22:22:54.006 INFO kablam! 57: 0x7f11795a582f - __libc_start_main Oct 27 22:22:54.006 INFO kablam! 58: 0x55752782a808 - Oct 27 22:22:54.006 INFO kablam! query stack during panic: Oct 27 22:22:54.006 INFO kablam! end of query stack Oct 27 22:22:54.181 INFO kablam! Oct 27 22:22:54.181 INFO kablam! error: internal compiler error: unexpected panic Oct 27 22:22:54.181 INFO kablam! Oct 27 22:22:54.181 INFO kablam! note: the compiler unexpectedly panicked. this is a bug. Oct 27 22:22:54.181 INFO kablam! Oct 27 22:22:54.181 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:54.181 INFO kablam! Oct 27 22:22:54.181 INFO kablam! note: rustc 1.31.0-nightly (155510e37 2018-10-20) running on x86_64-unknown-linux-gnu Oct 27 22:22:54.181 INFO kablam! Oct 27 22:22:54.181 INFO kablam! note: compiler flags: -C debuginfo=2 --crate-type lib Oct 27 22:22:54.181 INFO kablam! Oct 27 22:22:54.182 INFO kablam! note: some of the compiler flags provided by cargo are hidden Oct 27 22:22:54.182 INFO kablam! Oct 27 22:22:54.193 INFO kablam! error: Could not compile `fix-rs`. Oct 27 22:22:54.193 INFO kablam! Oct 27 22:22:54.193 INFO kablam! To learn more, run the command again with --verbose. Oct 27 22:22:54.194 INFO kablam! su: No module specific data is present Oct 27 22:22:54.498 INFO running `"docker" "rm" "-f" "956d77b82da6dd06e3768f598910d21e3256147b9962c55d81df38857311d6c6"` Oct 27 22:22:54.611 INFO blam! 956d77b82da6dd06e3768f598910d21e3256147b9962c55d81df38857311d6c6