[INFO] updating cached repository ebtaleb/rustrl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ebtaleb/rustrl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ebtaleb/rustrl" "work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/ebtaleb/rustrl"` [INFO] [stderr] Cloning into 'work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/ebtaleb/rustrl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ebtaleb/rustrl" "work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/ebtaleb/rustrl"` [INFO] [stderr] Cloning into 'work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/ebtaleb/rustrl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ed602e440ece624c1af60eee7cd8fb95e675d7a2 [INFO] sha for GitHub repo ebtaleb/rustrl: ed602e440ece624c1af60eee7cd8fb95e675d7a2 [INFO] validating manifest of ebtaleb/rustrl on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ebtaleb/rustrl on toolchain try#74092351c05ae61047b2be02024415546595e974 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ebtaleb/rustrl [INFO] finished frobbing ebtaleb/rustrl [INFO] frobbed toml for ebtaleb/rustrl written to work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/ebtaleb/rustrl/Cargo.toml [INFO] started frobbing ebtaleb/rustrl [INFO] finished frobbing ebtaleb/rustrl [INFO] frobbed toml for ebtaleb/rustrl written to work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/ebtaleb/rustrl/Cargo.toml [INFO] crate ebtaleb/rustrl already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/crater-raid/crater/work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/ebtaleb/rustrl/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking ebtaleb/rustrl against try#74092351c05ae61047b2be02024415546595e974 for pr-60174 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60174/worker-7/try#74092351c05ae61047b2be02024415546595e974:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/ebtaleb/rustrl:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] badfaa453062e67fd38f4983e2ae54d6a74cbb4a0799559d7846958eb56e2d3f [INFO] running `"docker" "start" "-a" "badfaa453062e67fd38f4983e2ae54d6a74cbb4a0799559d7846958eb56e2d3f"` [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking rustloli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'ncurses::printw': printw can segfault when printing string that contains % sign. Use addstr instead [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | printw("Use the arrow keys to move"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:347:21 [INFO] [stderr] stack backtrace: [INFO] [stderr] warning: use of deprecated item 'ncurses::printw': printw can segfault when printing string that contains % sign. Use addstr instead [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | printw("Use the arrow keys to move"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:347:21 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f47e1c29f33 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6515ec1ef9594192 [INFO] [stderr] 0: 0x7f264afdcf33 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6515ec1ef9594192 [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x7f47e1c21dbb - std::sys_common::backtrace::_print::hb215987fd0f3bdab [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x7f47e1c26196 - std::panicking::default_hook::{{closure}}::h4a8ac437a15b7e61 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x7f47e1c25f2b - std::panicking::default_hook::h00c4e1197baff538 [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x7f47defc7150 - rustc::util::common::panic_hook::hc14c88cc53e047dd [INFO] [stderr] 5: 0x7f47e1c26988 - std::panicking::rust_panic_with_hook::haeaa430055d89a32 [INFO] [stderr] at src/libstd/panicking.rs:478 [INFO] [stderr] 6: 0x7f47e1c26421 - std::panicking::continue_panic_fmt::h5fd4309c55432650 [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 7: 0x7f47e1c26305 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:308 [INFO] [stderr] 8: 0x7f47e1c4f2ac - core::panicking::panic_fmt::h47c85e4f40885754 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 9: 0x7f47e1c4f1eb - core::panicking::panic::h19d5a12075e4189e [INFO] [stderr] at src/libcore/panicking.rs:49 [INFO] [stderr] 10: 0x7f47dbfbf96f - rustc_typeck::check::has_typeck_tables::hc1482ee65bfc5b71 [INFO] [stderr] 11: 0x7f47dbff472f - rustc::ty::query::__query_compute::has_typeck_tables::hbcf16b84ff5719d1 [INFO] [stderr] 12: 0x7f47dc0e04bc - rustc::ty::query::::compute::h8f6304a119cf42d5 [INFO] [stderr] 13: 0x7f47dc0a9826 - rustc::dep_graph::graph::DepGraph::with_task_impl::h3f7a3c33d971a8e1 [INFO] [stderr] 14: 0x7f47dc1430bb - rustc::ty::query::plumbing::::get_query::h951b75db10affe13 [INFO] [stderr] 15: 0x7f47dbfbc2aa - rustc_typeck::check::op::::add_type_neq_err_label::h3138620700d15312 [INFO] [stderr] 16: 0x7f47dbfbb5e7 - rustc_typeck::check::op::::check_overloaded_binop::hab778aa3dd7457b2 [INFO] [stderr] 17: 0x7f47dbfba60e - rustc_typeck::check::op::::check_binop::h56c488fc1d183d6d [INFO] [stderr] 18: 0x7f47dbfd4691 - rustc_typeck::check::FnCtxt::check_expr_kind::h2878e9a73d2ddd87 [INFO] [stderr] 19: 0x7f47dbfd3d74 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::hb5f3dfcc91e94d61 [INFO] [stderr] 20: 0x7f47dbfd152f - rustc_typeck::check::FnCtxt::check_argument_types::hf316de3e37b893d7 [INFO] [stderr] 21: 0x7f47dbfb9d7a - rustc_typeck::check::callee::::confirm_builtin_call::h937606590d4100d0 [INFO] [stderr] 22: 0x7f47dbfb7d0a - rustc_typeck::check::callee::::check_call::hca006616b668749b [INFO] [stderr] 23: 0x7f47dbfd4cee - rustc_typeck::check::FnCtxt::check_expr_kind::h2878e9a73d2ddd87 [INFO] [stderr] 24: 0x7f47dbfd3d74 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::hb5f3dfcc91e94d61 [INFO] [stderr] 25: 0x7f47dbfdf483 - rustc_typeck::check::FnCtxt::check_stmt::h034776a6c7468682 [INFO] [stderr] 26: 0x7f47dbfdf93a - rustc_typeck::check::FnCtxt::check_block_with_expected::h9ee569d6222a82f5 [INFO] [stderr] 27: 0x7f47dbfd4b66 - rustc_typeck::check::FnCtxt::check_expr_kind::h2878e9a73d2ddd87 [INFO] [stderr] 28: 0x7f47dbfd3d74 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::hb5f3dfcc91e94d61 [INFO] [stderr] 29: 0x7f47dbfd2e99 - rustc_typeck::check::FnCtxt::check_return_expr::h4d26216c5b9c27fa [INFO] [stderr] 30: 0x7f47dbfc10f1 - rustc_typeck::check::check_fn::he255a2de2da3be78 [INFO] [stderr] 31: 0x7f47dc16c8f1 - rustc::ty::context::GlobalCtxt::enter_local::h28c49d4ab51c2453 [INFO] [stderr] 32: 0x7f47dbfbfc1f - rustc_typeck::check::typeck_tables_of::h949ed820cf319dc9 [INFO] [stderr] 33: 0x7f47dbff445f - rustc::ty::query::__query_compute::typeck_tables_of::hb30670ff13e089bb [INFO] [stderr] 34: 0x7f47dc0e043c - rustc::ty::query::::compute::h2730e7f30fd5421f [INFO] [stderr] 35: 0x7f47dc0b2b36 - rustc::dep_graph::graph::DepGraph::with_task_impl::ha0ceaffe32a909a7 [INFO] [stderr] 36: 0x7f47dc0f317c - rustc::ty::query::plumbing::::get_query::h0c0d4071eb6ae146 [INFO] [stderr] 37: 0x7f47dc0ddc9c - rustc::ty::::par_body_owners::hea4044b8798d115b [INFO] [stderr] 38: 0x7f47dbfbf677 - rustc_typeck::check::typeck_item_bodies::h5315dffd888d3543 [INFO] [stderr] 39: 0x7f47dbff4909 - rustc::ty::query::__query_compute::typeck_item_bodies::h03874c5b4cdbc074 [INFO] [stderr] 40: 0x7f47dc0e0518 - rustc::ty::query::::compute::ha11806b0862e6ac5 [INFO] [stderr] 41: 0x7f47dc0b3986 - rustc::dep_graph::graph::DepGraph::with_task_impl::hac71f6bca587e809 [INFO] [stderr] 42: 0x7f47dc0fa710 - rustc::ty::query::plumbing::::get_query::h1286b647edcd817f [INFO] [stderr] 43: 0x7f47dc07da18 - rustc::util::common::time::hd0a1876b79c556a5 [INFO] [stderr] 44: 0x7f47dc1b47e4 - rustc_typeck::check_crate::h535e88791bfc0411 [INFO] [stderr] 45: 0x7f47e0e8df81 - rustc_interface::passes::analysis::h2d6d1252911c93fc [INFO] [stderr] 46: 0x7f47e1eee2f5 - rustc::ty::query::__query_compute::analysis::h1a7d29dcb460fef6 [INFO] [stderr] 47: 0x7f47e1f508e8 - rustc::ty::query::::compute::h331df6e67de17b37 [INFO] [stderr] 48: 0x7f47e1f0dfb7 - rustc::dep_graph::graph::DepGraph::with_task_impl::hc9eb824aecb6efb6 [INFO] [stderr] 49: 0x7f47e1f53d83 - rustc::ty::query::plumbing::::get_query::h0ac8c3c456a44aee [INFO] [stderr] 50: 0x7f47e1ef811c - rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}::h9bf2c1990c23dfda [INFO] [stderr] 51: 0x7f47e0ec0794 - rustc_interface::passes::create_global_ctxt::{{closure}}::h611f611fe7576d92 [INFO] [stderr] 52: 0x7f47e1ef7cee - rustc_interface::passes::BoxedGlobalCtxt::enter::h512b46609f449e15 [INFO] [stderr] 53: 0x7f47e1f04229 - rustc_interface::interface::run_compiler_in_existing_thread_pool::hd913662b341ee0b7 [INFO] [stderr] 54: 0x7f47e1f82dd3 - std::thread::local::LocalKey::with::h8f2d1a0d66064b98 [INFO] [stderr] 55: 0x7f47e1f42d04 - scoped_tls::ScopedKey::set::h7805da6e7fa39708 [INFO] [stderr] 56: 0x7f47e1f7e89f - syntax::with_globals::ha9b7ebcef88102af [INFO] [stderr] 57: 0x7f47e1ee0849 - std::sys_common::backtrace::__rust_begin_short_backtrace::he0e02b74ca3789af [INFO] [stderr] 58: 0x7f47e1c37719 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 59: 0x7f47e1ef9c98 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h572897940e5c1ba1 [INFO] [stderr] 60: 0x7f47e1c0877e - as core::ops::function::FnOnce>::call_once::h77001959e74f54a2 [INFO] [stderr] at /rustc/74092351c05ae61047b2be02024415546595e974/src/liballoc/boxed.rs:704 [INFO] [stderr] 61: 0x7f47e1c3639f - std::sys::unix::thread::Thread::new::thread_start::h85848af7d8da9e72 [INFO] [stderr] at /rustc/74092351c05ae61047b2be02024415546595e974/src/liballoc/boxed.rs:704 [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 62: 0x7f47e19a74a3 - start_thread [INFO] [stderr] 63: 0x7f47e12ddd0e - __clone [INFO] [stderr] 64: 0x0 - [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [has_typeck_tables] processing `ncurses::LINES` [INFO] [stderr] #1 [typeck_tables_of] processing `main` [INFO] [stderr] #2 [typeck_item_bodies] type-checking all item bodies [INFO] [stderr] #3 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x7f264afd4dbb - std::sys_common::backtrace::_print::hb215987fd0f3bdab [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x7f264afd9196 - std::panicking::default_hook::{{closure}}::h4a8ac437a15b7e61 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x7f264afd8f2b - std::panicking::default_hook::h00c4e1197baff538 [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x7f264837a150 - rustc::util::common::panic_hook::hc14c88cc53e047dd [INFO] [stderr] 5: 0x7f264afd9988 - std::panicking::rust_panic_with_hook::haeaa430055d89a32 [INFO] [stderr] at src/libstd/panicking.rs:478 [INFO] [stderr] 6: 0x7f264afd9421 - std::panicking::continue_panic_fmt::h5fd4309c55432650 [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 7: 0x7f264afd9305 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:308 [INFO] [stderr] 8: 0x7f264b0022ac - core::panicking::panic_fmt::h47c85e4f40885754 [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports [INFO] [stderr] [INFO] [stderr] note: rustc 1.36.0-nightly (74092351c 2019-04-24) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 9: 0x7f264b0021eb - core::panicking::panic::h19d5a12075e4189e [INFO] [stderr] at src/libcore/panicking.rs:49 [INFO] [stderr] 10: 0x7f264537296f - rustc_typeck::check::has_typeck_tables::hc1482ee65bfc5b71 [INFO] [stderr] 11: 0x7f26453a772f - rustc::ty::query::__query_compute::has_typeck_tables::hbcf16b84ff5719d1 [INFO] [stderr] 12: 0x7f26454934bc - rustc::ty::query::::compute::h8f6304a119cf42d5 [INFO] [stderr] 13: 0x7f264545c826 - rustc::dep_graph::graph::DepGraph::with_task_impl::h3f7a3c33d971a8e1 [INFO] [stderr] 14: 0x7f26454f60bb - rustc::ty::query::plumbing::::get_query::h951b75db10affe13 [INFO] [stderr] 15: 0x7f264536f2aa - rustc_typeck::check::op::::add_type_neq_err_label::h3138620700d15312 [INFO] [stderr] 16: 0x7f264536e5e7 - rustc_typeck::check::op::::check_overloaded_binop::hab778aa3dd7457b2 [INFO] [stderr] 17: 0x7f264536d60e - rustc_typeck::check::op::::check_binop::h56c488fc1d183d6d [INFO] [stderr] 18: 0x7f2645387691 - rustc_typeck::check::FnCtxt::check_expr_kind::h2878e9a73d2ddd87 [INFO] [stderr] 19: 0x7f2645386d74 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::hb5f3dfcc91e94d61 [INFO] [stderr] 20: 0x7f264538452f - rustc_typeck::check::FnCtxt::check_argument_types::hf316de3e37b893d7 [INFO] [stderr] 21: 0x7f264536cd7a - rustc_typeck::check::callee::::confirm_builtin_call::h937606590d4100d0 [INFO] [stderr] 22: 0x7f264536ad0a - rustc_typeck::check::callee::::check_call::hca006616b668749b [INFO] [stderr] 23: 0x7f2645387cee - rustc_typeck::check::FnCtxt::check_expr_kind::h2878e9a73d2ddd87 [INFO] [stderr] 24: 0x7f2645386d74 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::hb5f3dfcc91e94d61 [INFO] [stderr] 25: 0x7f2645392483 - rustc_typeck::check::FnCtxt::check_stmt::h034776a6c7468682 [INFO] [stderr] 26: 0x7f264539293a - rustc_typeck::check::FnCtxt::check_block_with_expected::h9ee569d6222a82f5 [INFO] [stderr] 27: 0x7f2645387b66 - rustc_typeck::check::FnCtxt::check_expr_kind::h2878e9a73d2ddd87 [INFO] [stderr] 28: 0x7f2645386d74 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::hb5f3dfcc91e94d61 [INFO] [stderr] 29: 0x7f2645385e99 - rustc_typeck::check::FnCtxt::check_return_expr::h4d26216c5b9c27fa [INFO] [stderr] 30: 0x7f26453740f1 - rustc_typeck::check::check_fn::he255a2de2da3be78 [INFO] [stderr] 31: 0x7f264551f8f1 - rustc::ty::context::GlobalCtxt::enter_local::h28c49d4ab51c2453 [INFO] [stderr] 32: 0x7f2645372c1f - rustc_typeck::check::typeck_tables_of::h949ed820cf319dc9 [INFO] [stderr] 33: 0x7f26453a745f - rustc::ty::query::__query_compute::typeck_tables_of::hb30670ff13e089bb [INFO] [stderr] 34: 0x7f264549343c - rustc::ty::query::::compute::h2730e7f30fd5421f [INFO] [stderr] 35: 0x7f2645465b36 - rustc::dep_graph::graph::DepGraph::with_task_impl::ha0ceaffe32a909a7 [INFO] [stderr] 36: 0x7f26454a617c - rustc::ty::query::plumbing::::get_query::h0c0d4071eb6ae146 [INFO] [stderr] 37: 0x7f2645490c9c - rustc::ty::::par_body_owners::hea4044b8798d115b [INFO] [stderr] 38: 0x7f2645372677 - rustc_typeck::check::typeck_item_bodies::h5315dffd888d3543 [INFO] [stderr] 39: 0x7f26453a7909 - rustc::ty::query::__query_compute::typeck_item_bodies::h03874c5b4cdbc074 [INFO] [stderr] 40: 0x7f2645493518 - rustc::ty::query::::compute::ha11806b0862e6ac5 [INFO] [stderr] 41: 0x7f2645466986 - rustc::dep_graph::graph::DepGraph::with_task_impl::hac71f6bca587e809 [INFO] [stderr] 42: 0x7f26454ad710 - rustc::ty::query::plumbing::::get_query::h1286b647edcd817f [INFO] [stderr] 43: 0x7f2645430a18 - rustc::util::common::time::hd0a1876b79c556a5 [INFO] [stderr] 44: 0x7f26455677e4 - rustc_typeck::check_crate::h535e88791bfc0411 [INFO] [stderr] 45: 0x7f264a240f81 - rustc_interface::passes::analysis::h2d6d1252911c93fc [INFO] [stderr] 46: 0x7f264b2a12f5 - rustc::ty::query::__query_compute::analysis::h1a7d29dcb460fef6 [INFO] [stderr] 47: 0x7f264b3038e8 - rustc::ty::query::::compute::h331df6e67de17b37 [INFO] [stderr] 48: 0x7f264b2c0fb7 - rustc::dep_graph::graph::DepGraph::with_task_impl::hc9eb824aecb6efb6 [INFO] [stderr] 49: 0x7f264b306d83 - rustc::ty::query::plumbing::::get_query::h0ac8c3c456a44aee [INFO] [stderr] 50: 0x7f264b2ab11c - rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}::h9bf2c1990c23dfda [INFO] [stderr] 51: 0x7f264a273794 - rustc_interface::passes::create_global_ctxt::{{closure}}::h611f611fe7576d92 [INFO] [stderr] 52: 0x7f264b2aacee - rustc_interface::passes::BoxedGlobalCtxt::enter::h512b46609f449e15 [INFO] [stderr] 53: 0x7f264b2b7229 - rustc_interface::interface::run_compiler_in_existing_thread_pool::hd913662b341ee0b7 [INFO] [stderr] 54: 0x7f264b335dd3 - std::thread::local::LocalKey::with::h8f2d1a0d66064b98 [INFO] [stderr] 55: 0x7f264b2f5d04 - scoped_tls::ScopedKey::set::h7805da6e7fa39708 [INFO] [stderr] 56: 0x7f264b33189f - syntax::with_globals::ha9b7ebcef88102af [INFO] [stderr] 57: 0x7f264b293849 - std::sys_common::backtrace::__rust_begin_short_backtrace::he0e02b74ca3789af [INFO] [stderr] 58: 0x7f264afea719 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 59: 0x7f264b2acc98 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h572897940e5c1ba1 [INFO] [stderr] 60: 0x7f264afbb77e - as core::ops::function::FnOnce>::call_once::h77001959e74f54a2 [INFO] [stderr] at /rustc/74092351c05ae61047b2be02024415546595e974/src/liballoc/boxed.rs:704 [INFO] [stderr] 61: 0x7f264afe939f - std::sys::unix::thread::Thread::new::thread_start::h85848af7d8da9e72 [INFO] [stderr] at /rustc/74092351c05ae61047b2be02024415546595e974/src/liballoc/boxed.rs:704 [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 62: 0x7f264ad5a4a3 - start_thread [INFO] [stderr] 63: 0x7f264a690d0e - __clone [INFO] [stderr] 64: 0x0 - [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [has_typeck_tables] processing `ncurses::LINES` [INFO] [stderr] #1 [typeck_tables_of] processing `main` [INFO] [stderr] #2 [typeck_item_bodies] type-checking all item bodies [INFO] [stderr] #3 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: Could not compile `rustloli`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports [INFO] [stderr] [INFO] [stderr] note: rustc 1.36.0-nightly (74092351c 2019-04-24) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C debuginfo=2 --crate-type bin [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] error: Could not compile `rustloli`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "badfaa453062e67fd38f4983e2ae54d6a74cbb4a0799559d7846958eb56e2d3f"` [INFO] running `"docker" "rm" "-f" "badfaa453062e67fd38f4983e2ae54d6a74cbb4a0799559d7846958eb56e2d3f"` [INFO] [stdout] badfaa453062e67fd38f4983e2ae54d6a74cbb4a0799559d7846958eb56e2d3f