Oct 27 15:57:51.520 INFO checking serde_lvm-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:57:51.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15:57:51.695 INFO blam! b5a3d556ecf64404ba507d13e22859e9880c3e323157c8f6d11305eb8da32789 Oct 27 15:57:51.700 INFO running `"docker" "start" "-a" "b5a3d556ecf64404ba507d13e22859e9880c3e323157c8f6d11305eb8da32789"` Oct 27 15:57:52.175 INFO kablam! usermod: no changes Oct 27 15:57:52.331 INFO kablam! Checking chrono v0.4.6 Oct 27 15:57:52.332 INFO kablam! Compiling derive_more v0.10.0 Oct 27 15:57:52.332 INFO kablam! Compiling shrinkwraprs v0.2.0 Oct 27 15:58:03.835 INFO kablam! Checking serde_lvm v0.1.1 (/source) Oct 27 15:58:08.315 INFO kablam! thread 'main' panicked at 'assertion failed: !impl_self_ty.has_infer_types()', librustc_mir/borrow_check/nll/type_check/mod.rs:1033:21 Oct 27 15:58:08.330 INFO kablam! stack backtrace: Oct 27 15:58:08.359 INFO kablam! thread 'main' panicked at 'assertion failed: !impl_self_ty.has_infer_types()', librustc_mir/borrow_check/nll/type_check/mod.rs:1033:21 Oct 27 15:58:08.360 INFO kablam! stack backtrace: Oct 27 15:58:08.927 INFO kablam! 0: 0x7efec4f3970f - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hc790a6047650a25c Oct 27 15:58:08.927 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 27 15:58:08.927 INFO kablam! 1: 0x7efec4f1e687 - std::sys_common::backtrace::print::hef8e97456550ddc1 Oct 27 15:58:08.938 INFO kablam! 0: 0x7f91e2e0570f - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hc790a6047650a25c Oct 27 15:58:08.938 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 27 15:58:08.938 INFO kablam! 1: 0x7f91e2dea687 - std::sys_common::backtrace::print::hef8e97456550ddc1 Oct 27 15:58:08.938 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 27 15:58:08.938 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 27 15:58:08.939 INFO kablam! 2: 0x7f91e2e10adf - std::panicking::default_hook::{{closure}}::h0141030dd350a192 Oct 27 15:58:08.939 INFO kablam! at libstd/panicking.rs:211 Oct 27 15:58:08.939 INFO kablam! 3: 0x7f91e2e10844 - std::panicking::default_hook::hff5fb27020d8e71b Oct 27 15:58:08.939 INFO kablam! at libstd/panicking.rs:227 Oct 27 15:58:08.940 INFO kablam! 4: 0x7f91df46a461 - rustc::util::common::panic_hook::hc481878d35934a53 Oct 27 15:58:08.940 INFO kablam! 5: 0x7f91e2e112d6 - std::panicking::rust_panic_with_hook::h91281e711b2e81db Oct 27 15:58:08.940 INFO kablam! at libstd/panicking.rs:480 Oct 27 15:58:08.940 INFO kablam! 6: 0x7f91dffda4e7 - std::panicking::begin_panic::h6519bd32ad26da8c Oct 27 15:58:08.941 INFO kablam! 7: 0x7f91dfff9f2b - rustc_mir::borrow_check::nll::type_check::TypeChecker::relate_type_and_user_type::hed63f63fe4354587 Oct 27 15:58:08.941 INFO kablam! 8: 0x7f91dfff629b - as rustc::mir::visit::Visitor<'tcx>>::visit_constant::h73e8993fe15ba09a Oct 27 15:58:08.941 INFO kablam! 9: 0x7f91dfff659e - as rustc::mir::visit::Visitor<'tcx>>::visit_rvalue::h796e08b6b353f484 Oct 27 15:58:08.941 INFO kablam! 10: 0x7f91dfff6ba9 - as rustc::mir::visit::Visitor<'tcx>>::visit_mir::h8daa53da6527b915 Oct 27 15:58:08.942 INFO kablam! 11: 0x7f91dfff5d11 - rustc_mir::borrow_check::nll::type_check::type_check_internal::h2ac92f33f115ad09 Oct 27 15:58:08.942 INFO kablam! 12: 0x7f91dfd7b4e6 - rustc::ty::context::tls::with_related_context::h8190661235dee082 Oct 27 15:58:08.942 INFO kablam! 13: 0x7f91dfe5a6e4 - rustc::infer::InferCtxtBuilder::enter::h110a307af99695de Oct 27 15:58:08.942 INFO kablam! 14: 0x7f91e0002c56 - ::run_pass::hebeb072a1d79f1fd Oct 27 15:58:08.942 INFO kablam! 15: 0x7f91dfdcf0c0 - rustc_mir::transform::mir_const::{{closure}}::h7e478a3cf226356e Oct 27 15:58:08.943 INFO kablam! 16: 0x7f91dfdc7fbe - rustc_mir::transform::mir_const::h0a2581c0c8b526e6 Oct 27 15:58:08.943 INFO kablam! 17: 0x7f91df001085 - rustc::ty::query::__query_compute::mir_const::h0c0122fd9df53d18 Oct 27 15:58:08.943 INFO kablam! 18: 0x7f91df007a7c - rustc::ty::query:: for rustc::ty::query::queries::mir_const<'tcx>>::compute::haa10bab95a2fd833 Oct 27 15:58:08.943 INFO kablam! 19: 0x7f91ded80692 - rustc::dep_graph::graph::DepGraph::with_task_impl::h787ee2a2b70d658b Oct 27 15:58:08.943 INFO kablam! 20: 0x7f91def87105 - rustc::ty::context::tls::with_related_context::h0f1084258791cb48 Oct 27 15:58:08.944 INFO kablam! 21: 0x7f91df04d38d - rustc::ty::query::plumbing::>::force_query_with_job::hd70b42abafd8871b Oct 27 15:58:08.944 INFO kablam! 22: 0x7f91df164af2 - rustc::ty::query::plumbing::>::get_query::hda3e93c215855c69 Oct 27 15:58:08.944 INFO kablam! 23: 0x7f91df1994de - rustc::ty::query::>::mir_const::hf0c10eac190126c3 Oct 27 15:58:08.945 INFO kablam! 24: 0x7f91dfdc3e4c - rustc_mir::transform::qualify_consts::mir_const_qualif::h2d4c9e1c975994aa Oct 27 15:58:08.945 INFO kablam! 25: 0x7f91df007a1c - rustc::ty::query:: for rustc::ty::query::queries::mir_const_qualif<'tcx>>::compute::hd28c287244f85c96 Oct 27 15:58:08.945 INFO kablam! 26: 0x7f91deda4110 - rustc::dep_graph::graph::DepGraph::with_task_impl::hda231499e34bb780 Oct 27 15:58:08.945 INFO kablam! 27: 0x7f91def9399e - rustc::ty::context::tls::with_related_context::h2b379c5fca17f0d6 Oct 27 15:58:08.945 INFO kablam! 28: 0x7f91df04ffc3 - rustc::ty::query::plumbing::>::force_query_with_job::he3611ef39f013e52 Oct 27 15:58:08.946 INFO kablam! 29: 0x7f91df11bd51 - rustc::ty::query::plumbing::>::get_query::h7f1abcde8e2b10e4 Oct 27 15:58:08.946 INFO kablam! 30: 0x7f91dfdc8171 - rustc_mir::transform::mir_validated::h744eeed3e0252cec Oct 27 15:58:08.946 INFO kablam! 31: 0x7f91df001155 - rustc::ty::query::__query_compute::mir_validated::hd3db30e5ca5c1d80 Oct 27 15:58:08.946 INFO kablam! 32: 0x7f91df007aac - rustc::ty::query:: for rustc::ty::query::queries::mir_validated<'tcx>>::compute::hcaf4d102c356e69a Oct 27 15:58:08.947 INFO kablam! 33: 0x7f91ded80692 - rustc::dep_graph::graph::DepGraph::with_task_impl::h787ee2a2b70d658b Oct 27 15:58:08.947 INFO kablam! 34: 0x7f91defdcac5 - rustc::ty::context::tls::with_related_context::hdd2fed54323a49f6 Oct 27 15:58:08.947 INFO kablam! 35: 0x7f91df031e3d - rustc::ty::query::plumbing::>::force_query_with_job::h42007040665be8ae Oct 27 15:58:08.948 INFO kablam! 36: 0x7f91df118d12 - rustc::ty::query::plumbing::>::get_query::h7d8eed0f1e374969 Oct 27 15:58:08.948 INFO kablam! 37: 0x7f91df05a370 - rustc::ty::query::plumbing::>::ensure_query::h3798551fb49e4399 Oct 27 15:58:08.948 INFO kablam! 38: 0x7f91e043ad29 - rustc_borrowck::borrowck::borrowck::h94112501293b7ba4 Oct 27 15:58:08.948 INFO kablam! 39: 0x7f91df007cac - rustc::ty::query:: for rustc::ty::query::queries::borrowck<'tcx>>::compute::hd2222c0eacf867db Oct 27 15:58:08.949 INFO kablam! 40: 0x7f91ded82542 - rustc::dep_graph::graph::DepGraph::with_task_impl::h79c1edef4afb2a12 Oct 27 15:58:08.949 INFO kablam! 41: 0x7f91defb6bc5 - rustc::ty::context::tls::with_related_context::h7be15e12c43d770e Oct 27 15:58:08.949 INFO kablam! 42: 0x7f91df03681d - rustc::ty::query::plumbing::>::force_query_with_job::h52322f214f172e9d Oct 27 15:58:08.949 INFO kablam! 43: 0x7f91df1405d3 - rustc::ty::query::plumbing::>::get_query::hac7069258b7ecc88 Oct 27 15:58:08.950 INFO kablam! 44: 0x7f91e0432100 - rustc::ty::>::par_body_owners::h8414eabe1c7fcf8e Oct 27 15:58:08.950 INFO kablam! 45: 0x7f91e043aa57 - rustc_borrowck::borrowck::check_crate::h20bb6b52ab99668d Oct 27 15:58:08.950 INFO kablam! 46: 0x7f91e319c7d1 - rustc::util::common::time::h02d2608563545d52 Oct 27 15:58:08.950 INFO kablam! 47: 0x7f91e313f4d8 - rustc::ty::context::tls::enter_context::h83693421b1f7e2ac Oct 27 15:58:08.951 INFO kablam! 48: 0x7f91e31e1ec1 - >::with::haf102807228eb550 Oct 27 15:58:08.951 INFO kablam! 49: 0x7f91e323361d - rustc::ty::context::TyCtxt::create_and_enter::h84e3e7bd321d7315 Oct 27 15:58:08.951 INFO kablam! 50: 0x7f91e3187174 - rustc_driver::driver::compile_input::he36f1941c84e959e Oct 27 15:58:08.951 INFO kablam! 51: 0x7f91e3253684 - rustc_driver::run_compiler_with_pool::h5bf41eb8821bbd5e Oct 27 15:58:08.952 INFO kablam! 52: 0x7f91e318518b - rustc_driver::driver::spawn_thread_pool::h00461881d0854d6b Oct 27 15:58:08.952 INFO kablam! 53: 0x7f91e32526b7 - rustc_driver::run_compiler::h956a05419c7640d8 Oct 27 15:58:08.952 INFO kablam! 54: 0x7f91e316f9c4 - >::set::hecd202198c1a2d4f Oct 27 15:58:08.952 INFO kablam! 55: 0x7f91e3161e72 - as core::ops::function::FnOnce<()>>::call_once::h3afa2b39498c5cc4 Oct 27 15:58:08.953 INFO kablam! 56: 0x7f91e2e1e5e9 - __rust_maybe_catch_panic Oct 27 15:58:08.953 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 15:58:08.953 INFO kablam! 57: 0x7f91e32507e5 - rustc_driver::run::h15ff99cba7c722c5 Oct 27 15:58:08.953 INFO kablam! 58: 0x7f91e325e31b - rustc_driver::main::h618945cd6fee4ac7 Oct 27 15:58:08.954 INFO kablam! 59: 0x556e52fec962 - std::rt::lang_start::{{closure}}::h1b85a41d7167b5fd Oct 27 15:58:08.954 INFO kablam! 60: 0x7f91e2e10ca2 - std::panicking::try::do_call::hb6cb84b90f739540 Oct 27 15:58:08.954 INFO kablam! at libstd/rt.rs:59 Oct 27 15:58:08.954 INFO kablam! at libstd/panicking.rs:310 Oct 27 15:58:08.955 INFO kablam! 61: 0x7f91e2e1e5e9 - __rust_maybe_catch_panic Oct 27 15:58:08.955 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 15:58:08.955 INFO kablam! 62: 0x7f91e2dd6a5a - std::rt::lang_start_internal::h5161ad4624811397 Oct 27 15:58:08.955 INFO kablam! at libstd/panicking.rs:289 Oct 27 15:58:08.956 INFO kablam! at libstd/panic.rs:392 Oct 27 15:58:08.956 INFO kablam! at libstd/rt.rs:58 Oct 27 15:58:08.956 INFO kablam! 63: 0x556e52fec954 - main Oct 27 15:58:08.956 INFO kablam! 64: 0x7f91e29e182f - __libc_start_main Oct 27 15:58:08.956 INFO kablam! 65: 0x556e52fec808 - Oct 27 15:58:08.956 INFO kablam! query stack during panic: Oct 27 15:58:08.956 INFO kablam! #0 [mir_const] processing `>::BOOL_OPTIONS` Oct 27 15:58:08.957 INFO kablam! #1 [mir_const_qualif] processing `>::BOOL_OPTIONS` Oct 27 15:58:08.957 INFO kablam! #2 [mir_validated] processing `>::BOOL_OPTIONS` Oct 27 15:58:08.957 INFO kablam! #3 [borrowck] processing `>::BOOL_OPTIONS` Oct 27 15:58:08.957 INFO kablam! end of query stack Oct 27 15:58:08.957 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 27 15:58:08.957 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 27 15:58:08.957 INFO kablam! 2: 0x7efec4f44adf - std::panicking::default_hook::{{closure}}::h0141030dd350a192 Oct 27 15:58:08.957 INFO kablam! at libstd/panicking.rs:211 Oct 27 15:58:08.957 INFO kablam! 3: 0x7efec4f44844 - std::panicking::default_hook::hff5fb27020d8e71b Oct 27 15:58:08.957 INFO kablam! at libstd/panicking.rs:227 Oct 27 15:58:08.957 INFO kablam! 4: 0x7efec159e461 - rustc::util::common::panic_hook::hc481878d35934a53 Oct 27 15:58:08.957 INFO kablam! 5: 0x7efec4f452d6 - std::panicking::rust_panic_with_hook::h91281e711b2e81db Oct 27 15:58:08.957 INFO kablam! at libstd/panicking.rs:480 Oct 27 15:58:08.957 INFO kablam! 6: 0x7efec210e4e7 - std::panicking::begin_panic::h6519bd32ad26da8c Oct 27 15:58:08.957 INFO kablam! 7: 0x7efec212df2b - rustc_mir::borrow_check::nll::type_check::TypeChecker::relate_type_and_user_type::hed63f63fe4354587 Oct 27 15:58:08.957 INFO kablam! 8: 0x7efec212a29b - as rustc::mir::visit::Visitor<'tcx>>::visit_constant::h73e8993fe15ba09a Oct 27 15:58:08.957 INFO kablam! 9: 0x7efec212a59e - as rustc::mir::visit::Visitor<'tcx>>::visit_rvalue::h796e08b6b353f484 Oct 27 15:58:08.957 INFO kablam! 10: 0x7efec212aba9 - as rustc::mir::visit::Visitor<'tcx>>::visit_mir::h8daa53da6527b915 Oct 27 15:58:08.957 INFO kablam! 11: 0x7efec2129d11 - rustc_mir::borrow_check::nll::type_check::type_check_internal::h2ac92f33f115ad09 Oct 27 15:58:08.957 INFO kablam! 12: 0x7efec1eaf4e6 - rustc::ty::context::tls::with_related_context::h8190661235dee082 Oct 27 15:58:08.957 INFO kablam! 13: 0x7efec1f8e6e4 - rustc::infer::InferCtxtBuilder::enter::h110a307af99695de Oct 27 15:58:08.957 INFO kablam! 14: 0x7efec2136c56 - ::run_pass::hebeb072a1d79f1fd Oct 27 15:58:08.957 INFO kablam! 15: 0x7efec1f030c0 - rustc_mir::transform::mir_const::{{closure}}::h7e478a3cf226356e Oct 27 15:58:08.957 INFO kablam! 16: 0x7efec1efbfbe - rustc_mir::transform::mir_const::h0a2581c0c8b526e6 Oct 27 15:58:08.957 INFO kablam! 17: 0x7efec1135085 - rustc::ty::query::__query_compute::mir_const::h0c0122fd9df53d18 Oct 27 15:58:08.957 INFO kablam! 18: 0x7efec113ba7c - rustc::ty::query:: for rustc::ty::query::queries::mir_const<'tcx>>::compute::haa10bab95a2fd833 Oct 27 15:58:08.957 INFO kablam! 19: 0x7efec0eb4692 - rustc::dep_graph::graph::DepGraph::with_task_impl::h787ee2a2b70d658b Oct 27 15:58:08.957 INFO kablam! 20: 0x7efec10bb105 - rustc::ty::context::tls::with_related_context::h0f1084258791cb48 Oct 27 15:58:08.957 INFO kablam! 21: 0x7efec118138d - rustc::ty::query::plumbing::>::force_query_with_job::hd70b42abafd8871b Oct 27 15:58:08.957 INFO kablam! 22: 0x7efec1298af2 - rustc::ty::query::plumbing::>::get_query::hda3e93c215855c69 Oct 27 15:58:08.957 INFO kablam! 23: 0x7efec12cd4de - rustc::ty::query::>::mir_const::hf0c10eac190126c3 Oct 27 15:58:08.957 INFO kablam! 24: 0x7efec1ef7e4c - rustc_mir::transform::qualify_consts::mir_const_qualif::h2d4c9e1c975994aa Oct 27 15:58:08.958 INFO kablam! 25: 0x7efec113ba1c - rustc::ty::query:: for rustc::ty::query::queries::mir_const_qualif<'tcx>>::compute::hd28c287244f85c96 Oct 27 15:58:08.958 INFO kablam! 26: 0x7efec0ed8110 - rustc::dep_graph::graph::DepGraph::with_task_impl::hda231499e34bb780 Oct 27 15:58:08.958 INFO kablam! 27: 0x7efec10c799e - rustc::ty::context::tls::with_related_context::h2b379c5fca17f0d6 Oct 27 15:58:08.958 INFO kablam! 28: 0x7efec1183fc3 - rustc::ty::query::plumbing::>::force_query_with_job::he3611ef39f013e52 Oct 27 15:58:08.958 INFO kablam! 29: 0x7efec124fd51 - rustc::ty::query::plumbing::>::get_query::h7f1abcde8e2b10e4 Oct 27 15:58:08.958 INFO kablam! 30: 0x7efec1efc171 - rustc_mir::transform::mir_validated::h744eeed3e0252cec Oct 27 15:58:08.958 INFO kablam! 31: 0x7efec1135155 - rustc::ty::query::__query_compute::mir_validated::hd3db30e5ca5c1d80 Oct 27 15:58:08.958 INFO kablam! 32: 0x7efec113baac - rustc::ty::query:: for rustc::ty::query::queries::mir_validated<'tcx>>::compute::hcaf4d102c356e69a Oct 27 15:58:08.958 INFO kablam! 33: 0x7efec0eb4692 - rustc::dep_graph::graph::DepGraph::with_task_impl::h787ee2a2b70d658b Oct 27 15:58:08.958 INFO kablam! 34: 0x7efec1110ac5 - rustc::ty::context::tls::with_related_context::hdd2fed54323a49f6 Oct 27 15:58:08.958 INFO kablam! 35: 0x7efec1165e3d - rustc::ty::query::plumbing::>::force_query_with_job::h42007040665be8ae Oct 27 15:58:08.958 INFO kablam! 36: 0x7efec124cd12 - rustc::ty::query::plumbing::>::get_query::h7d8eed0f1e374969 Oct 27 15:58:08.958 INFO kablam! 37: 0x7efec118e370 - rustc::ty::query::plumbing::>::ensure_query::h3798551fb49e4399 Oct 27 15:58:08.958 INFO kablam! 38: 0x7efec256ed29 - rustc_borrowck::borrowck::borrowck::h94112501293b7ba4 Oct 27 15:58:08.958 INFO kablam! 39: 0x7efec113bcac - rustc::ty::query:: for rustc::ty::query::queries::borrowck<'tcx>>::compute::hd2222c0eacf867db Oct 27 15:58:08.958 INFO kablam! 40: 0x7efec0eb6542 - rustc::dep_graph::graph::DepGraph::with_task_impl::h79c1edef4afb2a12 Oct 27 15:58:08.958 INFO kablam! 41: 0x7efec10eabc5 - rustc::ty::context::tls::with_related_context::h7be15e12c43d770e Oct 27 15:58:08.958 INFO kablam! 42: 0x7efec116a81d - rustc::ty::query::plumbing::>::force_query_with_job::h52322f214f172e9d Oct 27 15:58:08.958 INFO kablam! 43: 0x7efec12745d3 - rustc::ty::query::plumbing::>::get_query::hac7069258b7ecc88 Oct 27 15:58:08.958 INFO kablam! 44: 0x7efec2566100 - rustc::ty::>::par_body_owners::h8414eabe1c7fcf8e Oct 27 15:58:08.958 INFO kablam! 45: 0x7efec256ea57 - rustc_borrowck::borrowck::check_crate::h20bb6b52ab99668d Oct 27 15:58:08.958 INFO kablam! 46: 0x7efec52d07d1 - rustc::util::common::time::h02d2608563545d52 Oct 27 15:58:08.958 INFO kablam! 47: 0x7efec52734d8 - rustc::ty::context::tls::enter_context::h83693421b1f7e2ac Oct 27 15:58:08.958 INFO kablam! 48: 0x7efec5315ec1 - >::with::haf102807228eb550 Oct 27 15:58:08.958 INFO kablam! 49: 0x7efec536761d - rustc::ty::context::TyCtxt::create_and_enter::h84e3e7bd321d7315 Oct 27 15:58:08.958 INFO kablam! 50: 0x7efec52bb174 - rustc_driver::driver::compile_input::he36f1941c84e959e Oct 27 15:58:08.958 INFO kablam! 51: 0x7efec5387684 - rustc_driver::run_compiler_with_pool::h5bf41eb8821bbd5e Oct 27 15:58:08.958 INFO kablam! 52: 0x7efec52b918b - rustc_driver::driver::spawn_thread_pool::h00461881d0854d6b Oct 27 15:58:08.958 INFO kablam! 53: 0x7efec53866b7 - rustc_driver::run_compiler::h956a05419c7640d8 Oct 27 15:58:08.958 INFO kablam! 54: 0x7efec52a39c4 - >::set::hecd202198c1a2d4f Oct 27 15:58:08.958 INFO kablam! 55: 0x7efec5295e72 - as core::ops::function::FnOnce<()>>::call_once::h3afa2b39498c5cc4 Oct 27 15:58:08.958 INFO kablam! 56: 0x7efec4f525e9 - __rust_maybe_catch_panic Oct 27 15:58:08.958 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 15:58:08.958 INFO kablam! 57: 0x7efec53847e5 - rustc_driver::run::h15ff99cba7c722c5 Oct 27 15:58:08.958 INFO kablam! 58: 0x7efec539231b - rustc_driver::main::h618945cd6fee4ac7 Oct 27 15:58:08.958 INFO kablam! 59: 0x560e90fbf962 - std::rt::lang_start::{{closure}}::h1b85a41d7167b5fd Oct 27 15:58:08.958 INFO kablam! 60: 0x7efec4f44ca2 - std::panicking::try::do_call::hb6cb84b90f739540 Oct 27 15:58:08.958 INFO kablam! at libstd/rt.rs:59 Oct 27 15:58:08.958 INFO kablam! at libstd/panicking.rs:310 Oct 27 15:58:08.958 INFO kablam! 61: 0x7efec4f525e9 - __rust_maybe_catch_panic Oct 27 15:58:08.958 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 27 15:58:08.958 INFO kablam! 62: 0x7efec4f0aa5a - std::rt::lang_start_internal::h5161ad4624811397 Oct 27 15:58:08.958 INFO kablam! at libstd/panicking.rs:289 Oct 27 15:58:08.958 INFO kablam! at libstd/panic.rs:392 Oct 27 15:58:08.958 INFO kablam! at libstd/rt.rs:58 Oct 27 15:58:08.958 INFO kablam! 63: 0x560e90fbf954 - main Oct 27 15:58:08.958 INFO kablam! 64: 0x7efec4b1582f - __libc_start_main Oct 27 15:58:08.958 INFO kablam! 65: 0x560e90fbf808 - Oct 27 15:58:08.958 INFO kablam! query stack during panic: Oct 27 15:58:08.958 INFO kablam! #0 [mir_const] processing `>::BOOL_OPTIONS` Oct 27 15:58:08.958 INFO kablam! #1 [mir_const_qualif] processing `>::BOOL_OPTIONS` Oct 27 15:58:08.958 INFO kablam! #2 [mir_validated] processing `>::BOOL_OPTIONS` Oct 27 15:58:08.958 INFO kablam! #3 [borrowck] processing `>::BOOL_OPTIONS` Oct 27 15:58:08.958 INFO kablam! end of query stack Oct 27 15:58:09.031 INFO kablam! Oct 27 15:58:09.031 INFO kablam! error: internal compiler error: unexpected panic Oct 27 15:58:09.031 INFO kablam! Oct 27 15:58:09.042 INFO kablam! note: the compiler unexpectedly panicked. this is a bug. Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: rustc 1.31.0-nightly (155510e37 2018-10-20) running on x86_64-unknown-linux-gnu Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: compiler flags: -C debuginfo=2 --crate-type lib Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: some of the compiler flags provided by cargo are hidden Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! error: internal compiler error: unexpected panic Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: the compiler unexpectedly panicked. this is a bug. Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: rustc 1.31.0-nightly (155510e37 2018-10-20) running on x86_64-unknown-linux-gnu Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: compiler flags: -C debuginfo=2 Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.043 INFO kablam! note: some of the compiler flags provided by cargo are hidden Oct 27 15:58:09.043 INFO kablam! Oct 27 15:58:09.055 INFO kablam! error: Could not compile `serde_lvm`. Oct 27 15:58:09.055 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:58:09.063 INFO kablam! error: Could not compile `serde_lvm`. Oct 27 15:58:09.063 INFO kablam! Oct 27 15:58:09.063 INFO kablam! To learn more, run the command again with --verbose. Oct 27 15:58:09.063 INFO kablam! su: No module specific data is present Oct 27 15:58:09.528 INFO running `"docker" "rm" "-f" "b5a3d556ecf64404ba507d13e22859e9880c3e323157c8f6d11305eb8da32789"` Oct 27 15:58:09.766 INFO blam! b5a3d556ecf64404ba507d13e22859e9880c3e323157c8f6d11305eb8da32789