rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
99.2k stars 12.81k forks source link

nightly: thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value' #79926

Closed spacenegative closed 3 years ago

spacenegative commented 3 years ago

Nightly compiler panics when cargo check although cargo build works fine. Switching to stable resolved the problem . The only feature I was using from nightly was: #![feature(format_args_capture)]. Code is too big to display here.

Meta

rustc --version --verbose:

rustc 1.50.0-nightly (1700ca07c 2020-12-08)
binary: rustc
commit-hash: 1700ca07c6dd7becff85678409a5df6ad4cf4f47
commit-date: 2020-12-08
host: x86_64-unknown-linux-gnu
release: 1.50.0-nightly

Error output

 Checking beautyjob v0.1.0 (/var/www/beautyjob/main/_BEAUTYJOB)
thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', compiler/rustc_metadata/src/rmeta/decoder.rs:1565:75
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: rustc 1.50.0-nightly (1700ca07c 2020-12-08) running on x86_64-unknown-linux-gnu
note: compiler flags: -C embed-bitcode=no -C debuginfo=2 -C incremental --crate-type bin
note: some of the compiler flags provided by cargo are hidden
query stack during panic:
thread 'rustc' panicked at 'already borrowed: BorrowMutError', /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/compiler/rustc_data_structures/src/sync.rs:481:16
stack backtrace:
   0:     0x7f22ba5076a7 - std::backtrace_rs::backtrace::libunwind::trace::h746c3e9529d524bc
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
   1:     0x7f22ba5076a7 - std::backtrace_rs::backtrace::trace_unsynchronized::h86340908ff889faa
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7f22ba5076a7 - std::sys_common::backtrace::_print_fmt::h43f85f9b18230404
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/sys_common/backtrace.rs:67:5
   3:     0x7f22ba5076a7 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hc132ae1a5b5aa7cd
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/sys_common/backtrace.rs:46:22
   4:     0x7f22ba57b51c - core::fmt::write::hdf023a0036d2a25f
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/fmt/mod.rs:1078:17
   5:     0x7f22ba4f9692 - std::io::Write::write_fmt::h8580846154bcb66a
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/io/mod.rs:1519:15
   6:     0x7f22ba50b3a5 - std::sys_common::backtrace::_print::h7ee55fed88d107a3
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/sys_common/backtrace.rs:49:5
   7:     0x7f22ba50b3a5 - std::sys_common::backtrace::print::h54a7d3e52a524177
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/sys_common/backtrace.rs:36:9
   8:     0x7f22ba50b3a5 - std::panicking::default_hook::{{closure}}::h60921e857bf55a40
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/panicking.rs:208:50
   9:     0x7f22ba50aefa - std::panicking::default_hook::hf0f9afb1017317fc
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/panicking.rs:225:9
  10:     0x7f22badc2cb8 - rustc_driver::report_ice::hff78d76a39ffbb86
  11:     0x7f229d588c06 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h09d7f0f19648e0b5
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/alloc/src/boxed.rs:1342:9
  12:     0x7f229d58678b - proc_macro::bridge::client::<impl proc_macro::bridge::Bridge>::enter::{{closure}}::{{closure}}::h722165fab030c0cd
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/proc_macro/src/bridge/client.rs:320:21
  13:     0x7f22ba50bca6 - std::panicking::rust_panic_with_hook::h8d66bf42b407aaea
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/panicking.rs:595:17
  14:     0x7f22ba50b7c7 - std::panicking::begin_panic_handler::{{closure}}::hde71edcd925d0c5e
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/panicking.rs:497:13
  15:     0x7f22ba507b6c - std::sys_common::backtrace::__rust_end_short_backtrace::h8a3c7d6cea578919
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/sys_common/backtrace.rs:141:18
  16:     0x7f22ba50b729 - rust_begin_unwind
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/panicking.rs:493:5
  17:     0x7f22ba577931 - core::panicking::panic_fmt::h20225113c4a2f8fd
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/panicking.rs:92:14
  18:     0x7f22ba5775a3 - core::option::expect_none_failed::hc6d6d4cea4fdc285
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/option.rs:1268:5
  19:     0x7f22bda880ae - rustc_middle::ty::query::on_disk_cache::OnDiskCache::def_path_hash_to_def_id::h3412f85b9ae2674d
  20:     0x7f22bd7a5eeb - rustc_middle::ty::query::force_from_dep_node::h7210c4b76f287a49
  21:     0x7f22bde17036 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::hfac9b7a11c770223
  22:     0x7f22bde16cfa - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_green_and_read::hbb910053a3c353ca
  23:     0x7f22bd90be50 - rustc_data_structures::stack::ensure_sufficient_stack::h352ad76ac9821abc
  24:     0x7f22bdc8b677 - rustc_query_system::query::plumbing::get_query_impl::hacb1595639450859
  25:     0x7f22bd788d8e - rustc_middle::ty::print::pretty::PrettyPrinter::try_print_visible_def_path_recur::h5fe12bc2a70ec5d2
  26:     0x7f22bd7908b9 - <rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_def_path::h7912ed395f80fbbd
  27:     0x7f22bd79313e - <rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_type::hb8d125774a65fda8
  28:     0x7f22bd9a56dd - rustc_middle::ty::print::pretty::<impl core::fmt::Display for &rustc_middle::ty::TyS>::fmt::h7a807ab8a0a27267
  29:     0x7f22bd92456d - <&T as core::fmt::Debug>::fmt::h75e4cee24b557e90
  30:     0x7f22ba577cbe - core::fmt::builders::DebugStruct::field::{{closure}}::h0ba6412c080d232e
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/fmt/builders.rs:154:17
  31:     0x7f22ba577cbe - core::result::Result<T,E>::and_then::h764da24554688717
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/result.rs:708:22
  32:     0x7f22ba577cbe - core::fmt::builders::DebugStruct::field::h7598d82e664e2e03
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/fmt/builders.rs:137:23
  33:     0x7f22bd9242c4 - <&T as core::fmt::Debug>::fmt::h64db2030250f55a8
  34:     0x7f22ba577cbe - core::fmt::builders::DebugStruct::field::{{closure}}::h0ba6412c080d232e
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/fmt/builders.rs:154:17
  35:     0x7f22ba577cbe - core::result::Result<T,E>::and_then::h764da24554688717
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/result.rs:708:22
  36:     0x7f22ba577cbe - core::fmt::builders::DebugStruct::field::h7598d82e664e2e03
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/fmt/builders.rs:137:23
  37:     0x7f22bdbf3f24 - <rustc_middle::infer::canonical::Canonical<V> as core::fmt::Debug>::fmt::h3f4e57bb8b31c7fe
  38:     0x7f22ba57b51c - core::fmt::write::hdf023a0036d2a25f
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/fmt/mod.rs:1078:17
  39:     0x7f22ba56db4a - core::fmt::Write::write_fmt::ha8c5f8c6eac06472
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/fmt/mod.rs:182:9
  40:     0x7f22ba56db4a - alloc::fmt::format::hb65470808efc389c
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/alloc/src/fmt.rs:577:5
  41:     0x7f22bd7b02bd - rustc_middle::ty::query::Query::describe::hee01116047c29d36
  42:     0x7f22bd8ccfdc - rustc_middle::ty::query::plumbing::<impl rustc_middle::ty::context::TyCtxt>::try_print_query_stack::ha1eddf4ae58da89d
  43:     0x7f22badc3a47 - rustc_driver::report_ice::hff78d76a39ffbb86
  44:     0x7f229d588c06 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h09d7f0f19648e0b5
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/alloc/src/boxed.rs:1342:9
  45:     0x7f229d58678b - proc_macro::bridge::client::<impl proc_macro::bridge::Bridge>::enter::{{closure}}::{{closure}}::h722165fab030c0cd
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/proc_macro/src/bridge/client.rs:320:21
  46:     0x7f22ba50bca6 - std::panicking::rust_panic_with_hook::h8d66bf42b407aaea
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/panicking.rs:595:17
  47:     0x7f22ba50b797 - std::panicking::begin_panic_handler::{{closure}}::hde71edcd925d0c5e
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/panicking.rs:495:13
  48:     0x7f22ba507b6c - std::sys_common::backtrace::__rust_end_short_backtrace::h8a3c7d6cea578919
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/sys_common/backtrace.rs:141:18
  49:     0x7f22ba50b729 - rust_begin_unwind
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/panicking.rs:493:5
  50:     0x7f22ba577931 - core::panicking::panic_fmt::h20225113c4a2f8fd
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/panicking.rs:92:14
  51:     0x7f22ba57787d - core::panicking::panic::h35b77276aa4b0c12
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/core/src/panicking.rs:50:5
  52:     0x7f22bcba16ee - core::lazy::OnceCell<T>::get_or_init::h57b96d8389ca25cd
  53:     0x7f22bcd2de53 - rustc_metadata::rmeta::decoder::cstore_impl::<impl rustc_middle::middle::cstore::CrateStore for rustc_metadata::creader::CStore>::def_path_hash_to_def_id::h65c4824ddb9cc373
  54:     0x7f22bda87e64 - rustc_middle::ty::query::on_disk_cache::OnDiskCache::def_path_hash_to_def_id::h3412f85b9ae2674d
  55:     0x7f22bd7a6af3 - rustc_middle::ty::query::force_from_dep_node::h7210c4b76f287a49
  56:     0x7f22bd296ad4 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h1e30558ade369b6f
  57:     0x7f22bd296ab8 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h1e30558ade369b6f
  58:     0x7f22bd296ab8 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h1e30558ade369b6f
  59:     0x7f22bd2967da - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_green_and_read::h1a1c4e6e45f6f7bb
  60:     0x7f22bd44b9d4 - rustc_data_structures::stack::ensure_sufficient_stack::h1a1e6e8c8430c3df
  61:     0x7f22bd3c5284 - rustc_query_system::query::plumbing::get_query_impl::h5b79dda6b30becaa
  62:     0x7f22bd33a796 - <rustc_infer::infer::at::At as rustc_trait_selection::traits::query::dropck_outlives::AtExt>::dropck_outlives::hec0ebbe6b366e8cc
  63:     0x7f22bbb06ef7 - rustc_typeck::check::dropck::check_drop_obligations::h471ae1870c1283a7
  64:     0x7f22bba71c06 - <rustc_typeck::check::regionck::RegionCtxt as rustc_hir::intravisit::Visitor>::visit_expr::h573c8900fc072570
  65:     0x7f22bb9c8ffe - rustc_hir::intravisit::walk_expr::h9cffb9eec124c39a
  66:     0x7f22bba72744 - <rustc_typeck::check::regionck::RegionCtxt as rustc_hir::intravisit::Visitor>::visit_expr::h573c8900fc072570
  67:     0x7f22bba72744 - <rustc_typeck::check::regionck::RegionCtxt as rustc_hir::intravisit::Visitor>::visit_expr::h573c8900fc072570
  68:     0x7f22bb9c8d9b - rustc_hir::intravisit::walk_expr::h9cffb9eec124c39a
  69:     0x7f22bba72744 - <rustc_typeck::check::regionck::RegionCtxt as rustc_hir::intravisit::Visitor>::visit_expr::h573c8900fc072570
  70:     0x7f22bba72744 - <rustc_typeck::check::regionck::RegionCtxt as rustc_hir::intravisit::Visitor>::visit_expr::h573c8900fc072570
  71:     0x7f22bba72744 - <rustc_typeck::check::regionck::RegionCtxt as rustc_hir::intravisit::Visitor>::visit_expr::h573c8900fc072570
  72:     0x7f22bba71256 - rustc_typeck::check::regionck::RegionCtxt::visit_fn_body::h533a440b8a688751
  73:     0x7f22bb9c8d40 - rustc_hir::intravisit::walk_expr::h9cffb9eec124c39a
  74:     0x7f22bba72744 - <rustc_typeck::check::regionck::RegionCtxt as rustc_hir::intravisit::Visitor>::visit_expr::h573c8900fc072570
  75:     0x7f22bb9c8aed - rustc_hir::intravisit::walk_expr::h9cffb9eec124c39a
  76:     0x7f22bba72744 - <rustc_typeck::check::regionck::RegionCtxt as rustc_hir::intravisit::Visitor>::visit_expr::h573c8900fc072570
  77:     0x7f22bba71256 - rustc_typeck::check::regionck::RegionCtxt::visit_fn_body::h533a440b8a688751
  78:     0x7f22bb89f944 - rustc_typeck::check::regionck::<impl rustc_typeck::check::fn_ctxt::FnCtxt>::regionck_fn::h07e1ff9a13e55080
  79:     0x7f22bbabbc06 - rustc_infer::infer::InferCtxtBuilder::enter::h8f9578ee3213fdbe
  80:     0x7f22bbb3a818 - rustc_typeck::check::typeck::h26b1d4f327e46c94
  81:     0x7f22bdb870e8 - rustc_middle::dep_graph::<impl rustc_query_system::dep_graph::DepKind for rustc_middle::dep_graph::dep_node::DepKind>::with_deps::h53f205227881f7bc
  82:     0x7f22bde406f6 - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task::h6c269d5c61d7f4db
  83:     0x7f22bd906b69 - rustc_data_structures::stack::ensure_sufficient_stack::h0e4564ba5a64990f
  84:     0x7f22bdd5f80e - rustc_query_system::query::plumbing::force_query_impl::hbfa0e16396641314
  85:     0x7f22bd7a7800 - rustc_middle::ty::query::force_from_dep_node::h7210c4b76f287a49
  86:     0x7f22bba01744 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h302601d4659f5f60
  87:     0x7f22bba01728 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h302601d4659f5f60
  88:     0x7f22bba01728 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h302601d4659f5f60
  89:     0x7f22bba01728 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h302601d4659f5f60
  90:     0x7f22bba01728 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h302601d4659f5f60
  91:     0x7f22bba01728 - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_previous_green::h302601d4659f5f60
  92:     0x7f22bba0144a - rustc_query_system::dep_graph::graph::DepGraph<K>::try_mark_green_and_read::h337c1547afeffe07
  93:     0x7f22bba29f64 - rustc_data_structures::stack::ensure_sufficient_stack::hfdbb6f901ff059b6
  94:     0x7f22bbb65279 - rustc_query_system::query::plumbing::get_query_impl::h2ad9c960400d3ef4
  95:     0x7f22bb8e699b - rustc_typeck::check::check::check_item_type::hcc9f9443120a7976
  96:     0x7f22bb8ea598 - rustc_typeck::check::check::check_mod_item_types::h2044a3471193590e
  97:     0x7f22bb9dc92e - rustc_middle::ty::query::<impl rustc_query_system::query::config::QueryAccessors<rustc_middle::ty::context::TyCtxt> for rustc_middle::ty::query::queries::check_mod_item_types>::compute::h78c10fd207660b7e
  98:     0x7f22bb9341d1 - rustc_middle::dep_graph::<impl rustc_query_system::dep_graph::DepKind for rustc_middle::dep_graph::dep_node::DepKind>::with_deps::h880f17f222748b39
  99:     0x7f22bba14e5b - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task::hb51b170a9646633e
 100:     0x7f22bba1d456 - rustc_data_structures::stack::ensure_sufficient_stack::h1561832288b77e58
 101:     0x7f22bbb9e12a - rustc_query_system::query::plumbing::get_query_impl::h98dfa03e3aa1a6ea
 102:     0x7f22bbbc6c0e - rustc_query_system::query::plumbing::ensure_query_impl::h8ac6e8d7fa871941
 103:     0x7f22bb9dec44 - rustc_session::utils::<impl rustc_session::session::Session>::time::h72ad21b6ff1acb3b
 104:     0x7f22bba78cda - rustc_typeck::check_crate::hab874d5f99f602e6
 105:     0x7f22bb024aa2 - rustc_interface::passes::analysis::h34f9b972d8af6f3d
 106:     0x7f22bae2daab - rustc_middle::ty::query::<impl rustc_query_system::query::config::QueryAccessors<rustc_middle::ty::context::TyCtxt> for rustc_middle::ty::query::queries::analysis>::compute::h95ff81a8a73eaff3
 107:     0x7f22bae31b73 - rustc_middle::dep_graph::<impl rustc_query_system::dep_graph::DepKind for rustc_middle::dep_graph::dep_node::DepKind>::with_deps::ha9e6bfa43dcf4f8e
 108:     0x7f22bae09761 - rustc_query_system::dep_graph::graph::DepGraph<K>::with_eval_always_task::h05a5aa3f40ff3b2d
 109:     0x7f22bae1eaf6 - rustc_data_structures::stack::ensure_sufficient_stack::h371083fbc17898bc
 110:     0x7f22badad582 - rustc_query_system::query::plumbing::get_query_impl::hcc63ca689fa3c69b
 111:     0x7f22bae32b7f - rustc_interface::passes::QueryContext::enter::h2071e0a8631ee0e4
 112:     0x7f22bad6b97e - rustc_interface::queries::<impl rustc_interface::interface::Compiler>::enter::hd899306a06575d0c
 113:     0x7f22badfe9b7 - rustc_span::with_source_map::ha4e07ff263d0dc1d
 114:     0x7f22bad6cb6b - rustc_interface::interface::create_compiler_and_run::h1d6d732867d1f489
 115:     0x7f22bae18f20 - scoped_tls::ScopedKey<T>::set::h39c0aa543118d3f3
 116:     0x7f22bae1f706 - std::sys_common::backtrace::__rust_begin_short_backtrace::h1e5aa72fb9cd6d86
 117:     0x7f22bad7455a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc793837e985b77ce
 118:     0x7f22ba51b65a - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hea1090dbdcecbf5a
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/alloc/src/boxed.rs:1328:9
 119:     0x7f22ba51b65a - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h8d5723d3912bd325
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/alloc/src/boxed.rs:1328:9
 120:     0x7f22ba51b65a - std::sys::unix::thread::Thread::new::thread_start::hc17a425ca2995724
                               at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/sys/unix/thread.rs:71:17
 121:     0x7f22ba2556db - start_thread
 122:     0x7f22b9b72a3f - __clone
 123:                0x0 - <unknown>
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: rustc 1.50.0-nightly (1700ca07c 2020-12-08) running on x86_64-unknown-linux-gnu
note: compiler flags: -C embed-bitcode=no -C debuginfo=2 -C incremental --crate-type bin
note: some of the compiler flags provided by cargo are hidden
query stack during panic:
#0 [visible_parent_map] calculating the visible parent map
thread 'rustc' has overflowed its stack
fatal runtime error: stack overflow
error: could not compile `beautyjob`
Caused by:
  process didn't exit successfully: `rustc --crate-name beautyjob --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=d24df0ac12ead826 -C extra-filename=-d24df0ac12ead826 --out-dir /home/geo/CARGO/debug/deps -C incremental=/home/geo/CARGO/debug/incremental -L dependency=/home/geo/CARGO/debug/deps --extern actix=/home/geo/CARGO/debug/deps/libactix-5634594d363d3bde.rmeta --extern actix_http=/home/geo/CARGO/debug/deps/libactix_http-996c26aefa9db733.rmeta --extern actix_rt=/home/geo/CARGO/debug/deps/libactix_rt-03624237179bb60e.rmeta --extern actix_service=/home/geo/CARGO/debug/deps/libactix_service-3a3070a744aeb9ce.rmeta --extern actix_web=/home/geo/CARGO/debug/deps/libactix_web-f9edbe0a9b3d591c.rmeta --extern arango=/home/geo/CARGO/debug/deps/libarango-eb81da3d2c88d4ab.rmeta --extern arangors=/home/geo/CARGO/debug/deps/libarangors-4d71ed2a1dbb260b.rmeta --extern b58=/home/geo/CARGO/debug/deps/libb58-16fefd9fb9f78d4f.rmeta --extern beautyjob=/home/geo/CARGO/debug/deps/libbeautyjob-8cc77a1d45b73619.rmeta --extern chrono=/home/geo/CARGO/debug/deps/libchrono-45febbf082a862e9.rmeta --extern html=/home/geo/CARGO/debug/deps/libhtml-055e58bfa95d0265.rmeta --extern htmlescape=/home/geo/CARGO/debug/deps/libhtmlescape-90ea1adca364cabc.rmeta --extern macros=/home/geo/CARGO/debug/deps/libmacros-f6ce3686c87aedea.rmeta --extern serde=/home/geo/CARGO/debug/deps/libserde-46e4807440d4847d.rmeta --extern serde_derive=/home/geo/CARGO/debug/deps/libserde_derive-a1db2acf4061af00.so --extern serde_json=/home/geo/CARGO/debug/deps/libserde_json-5cc350a20cce4373.rmeta --extern time=/home/geo/CARGO/debug/deps/libtime-8a50b96105c4d302.rmeta --extern validator=/home/geo/CARGO/debug/deps/libvalidator-6656059e685d59a6.rmeta -L native=/home/geo/CARGO/debug/build/brotli-sys-a74f436efe450f78/out` (signal: 6, SIGABRT: process abort signal)
jyn514 commented 3 years ago

Duplicate of https://github.com/rust-lang/rust/issues/79783