[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-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/ebtaleb/rustrl"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/ebtaleb/rustrl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ebtaleb/rustrl" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/ebtaleb/rustrl"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/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#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ebtaleb/rustrl on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-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-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/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-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking ebtaleb/rustrl against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-2/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a5bb3c267c336e2d7e9ab7136b0dd34e24190e6b70e18905d5e49c77509abf72 [INFO] running `"docker" "start" "-a" "a5bb3c267c336e2d7e9ab7136b0dd34e24190e6b70e18905d5e49c77509abf72"` [INFO] [stderr] Blocking waiting for file lock on the registry index [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: 0x7fce52aa4d43 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h2fed620c63d566d5 [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x7fce52a9cbcb - std::sys_common::backtrace::_print::hbcf4a8a33d23e6eb [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x7fce52aa0fa6 - std::panicking::default_hook::{{closure}}::hb6060c4fcab16a41 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x7fce52aa0d39 - std::panicking::default_hook::h2aa3eab10c226995 [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x7fce500a95d0 - rustc::util::common::panic_hook::h1311e79827ca80d2 [INFO] [stderr] 5: 0x7fce52aa1798 - std::panicking::rust_panic_with_hook::h996942209ba041ab [INFO] [stderr] at src/libstd/panicking.rs:478 [INFO] [stderr] 6: 0x7fce52aa1231 - std::panicking::continue_panic_fmt::h32c075acce10620e [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 7: 0x7fce52aa1115 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:308 [INFO] [stderr] 8: 0x7fce52aca09c - core::panicking::panic_fmt::h4f345ac84263d92a [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 9: 0x7fce52ac9fdb - core::panicking::panic::ha5fe81d326ef8be4 [INFO] [stderr] at src/libcore/panicking.rs:49 [INFO] [stderr] 10: 0x7fce4cf0b8fc - rustc_typeck::check::has_typeck_tables::h0eed2369641b5ca3 [INFO] [stderr] 11: 0x7fce4ce2fdef - rustc::ty::query::__query_compute::has_typeck_tables::he60091ef1071aca4 [INFO] [stderr] 12: 0x7fce4cf374dc - rustc::ty::query::::compute::h8814b30328b70e08 [INFO] [stderr] 13: 0x7fce4cff3a78 - rustc::dep_graph::graph::DepGraph::with_task_impl::h14e07f52a2ba2538 [INFO] [stderr] 14: 0x7fce4cfa6689 - rustc::ty::query::plumbing::::get_query::hfced8b3a3373c106 [INFO] [stderr] 15: 0x7fce4cf084f6 - rustc_typeck::check::op::::add_type_neq_err_label::h8a4df575e90d4d06 [INFO] [stderr] 16: 0x7fce4cf077b7 - rustc_typeck::check::op::::check_overloaded_binop::hd6e961f6c807de40 [INFO] [stderr] 0: 0x7fa4c3e21d43 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h2fed620c63d566d5 [INFO] [stderr] 17: 0x7fce4cf0678e - rustc_typeck::check::op::::check_binop::h6aadcf3b09ca9f41 [INFO] [stderr] 18: 0x7fce4cf1f5b1 - rustc_typeck::check::FnCtxt::check_expr_kind::h639bca78ab2b22e6 [INFO] [stderr] 19: 0x7fce4cf1ef14 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::h6a742352384d102b [INFO] [stderr] 20: 0x7fce4cf1c75f - rustc_typeck::check::FnCtxt::check_argument_types::h55dd7623a2b5bc19 [INFO] [stderr] 21: 0x7fce4cf05f0d - rustc_typeck::check::callee::::confirm_builtin_call::hcf98953a7654d0bf [INFO] [stderr] 22: 0x7fce4cf03f80 - rustc_typeck::check::callee::::check_call::h972df361f653eae1 [INFO] [stderr] 23: 0x7fce4cf1fb65 - rustc_typeck::check::FnCtxt::check_expr_kind::h639bca78ab2b22e6 [INFO] [stderr] 24: 0x7fce4cf1ef14 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::h6a742352384d102b [INFO] [stderr] 25: 0x7fce4cf29d13 - rustc_typeck::check::FnCtxt::check_stmt::h3752a385e1fa9548 [INFO] [stderr] 26: 0x7fce4cf2a1ba - rustc_typeck::check::FnCtxt::check_block_with_expected::h5ef5be7a1bf566f7 [INFO] [stderr] 27: 0x7fce4cf1fa78 - rustc_typeck::check::FnCtxt::check_expr_kind::h639bca78ab2b22e6 [INFO] [stderr] 28: 0x7fce4cf1ef14 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::h6a742352384d102b [INFO] [stderr] 29: 0x7fce4cf1dfe9 - rustc_typeck::check::FnCtxt::check_return_expr::h708a2209ba8b3f10 [INFO] [stderr] 30: 0x7fce4cf0d126 - rustc_typeck::check::check_fn::h635e7098a83d8699 [INFO] [stderr] 31: 0x7fce4cfb2c78 - rustc::ty::context::GlobalCtxt::enter_local::h99352a0b0e7da2ef [INFO] [stderr] 32: 0x7fce4cf0bb9c - rustc_typeck::check::typeck_tables_of::h50b432a806b1d913 [INFO] [stderr] 33: 0x7fce4ce2fb1f - rustc::ty::query::__query_compute::typeck_tables_of::hbb98c2d7befe1d35 [INFO] [stderr] 34: 0x7fce4cf3745c - rustc::ty::query::::compute::h6f6c5ecf24d0e37e [INFO] [stderr] 35: 0x7fce4cff2de8 - rustc::dep_graph::graph::DepGraph::with_task_impl::h0e1a200de0e1b6f4 [INFO] [stderr] 36: 0x7fce4cf8f027 - rustc::ty::query::plumbing::::get_query::hdc664fb9a2a39334 [INFO] [stderr] 37: 0x7fce4cf34e8c - rustc::ty::::par_body_owners::h9fce8756a24e3774 [INFO] [stderr] 38: 0x7fce4cf0b607 - rustc_typeck::check::typeck_item_bodies::hfeb8585fcab403ce [INFO] [stderr] 39: 0x7fce4ce2ffc9 - rustc::ty::query::__query_compute::typeck_item_bodies::hec643927147e608b [INFO] [stderr] 40: 0x7fce4cf37538 - rustc::ty::query::::compute::h9134c300b7fd1d4b [INFO] [stderr] 41: 0x7fce4cff46e1 - rustc::dep_graph::graph::DepGraph::with_task_impl::h1fcf2f5d2c1972f2 [INFO] [stderr] 42: 0x7fce4cf54665 - rustc::ty::query::plumbing::::get_query::h358289386315ce7f [INFO] [stderr] 43: 0x7fce4cfe9eb8 - rustc::util::common::time::hef807e592708a280 [INFO] [stderr] 44: 0x7fce4d02f01e - rustc_typeck::check_crate::h31a971ad152842d4 [INFO] [stderr] 45: 0x7fce51d16761 - rustc_interface::passes::analysis::hf41524f4271582c2 [INFO] [stderr] 46: 0x7fce52d6a145 - rustc::ty::query::__query_compute::analysis::h44c3860a296a0757 [INFO] [stderr] 47: 0x7fce52db17d8 - rustc::ty::query::::compute::hd44e9ce19d6e313e [INFO] [stderr] 48: 0x7fce52d8ff01 - rustc::dep_graph::graph::DepGraph::with_task_impl::hbeb6d7f43b5f3afe [INFO] [stderr] 49: 0x7fce52db3f55 - rustc::ty::query::plumbing::::get_query::h8e4ddb02b42ba1a1 [INFO] [stderr] 50: 0x7fce52d6a455 - rustc::ty::context::tls::enter_global::hd7e628fbb08e6fae [INFO] [stderr] 51: 0x7fce52d75c96 - rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}::hb3f7520c4a6f5deb [INFO] [stderr] 52: 0x7fce51d697d4 - rustc_interface::passes::create_global_ctxt::{{closure}}::h3219b9911f175610 [INFO] [stderr] 53: 0x7fce52d759ae - rustc_interface::passes::BoxedGlobalCtxt::enter::h4307e0fe1cfeb961 [INFO] [stderr] 54: 0x7fce52d85ff3 - rustc_interface::interface::run_compiler_in_existing_thread_pool::hc8892c3faadd7c9f [INFO] [stderr] 55: 0x7fce52d5a9d3 - std::thread::local::LocalKey::with::h45449e27efedc865 [INFO] [stderr] 56: 0x7fce52dbe134 - scoped_tls::ScopedKey::set::he6bca7ecb0fdad7d [INFO] [stderr] 57: 0x7fce52df9dbf - syntax::with_globals::h260039ddb47ca460 [INFO] [stderr] 58: 0x7fce52d5c699 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd648b5b3d9283cb8 [INFO] [stderr] 59: 0x7fce52ab2569 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 60: 0x7fce52d76cc8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6fb5ae877feb8403 [INFO] [stderr] 61: 0x7fce52a836ae - as core::ops::function::FnOnce>::call_once::hf0a8d4b64751b046 [INFO] [stderr] at /rustc/a850a426491e14186af2250549bf41256b5938d2/src/liballoc/boxed.rs:704 [INFO] [stderr] 62: 0x7fce52ab11df - std::sys::unix::thread::Thread::new::thread_start::haa1fa8466a0dfdcf [INFO] [stderr] at /rustc/a850a426491e14186af2250549bf41256b5938d2/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] 63: 0x7fce528224a3 - start_thread [INFO] [stderr] 64: 0x7fce52158d0e - __clone [INFO] [stderr] 65: 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] [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 (a850a4264 2019-04-22) 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/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x7fa4c3e19bcb - std::sys_common::backtrace::_print::hbcf4a8a33d23e6eb [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x7fa4c3e1dfa6 - std::panicking::default_hook::{{closure}}::hb6060c4fcab16a41 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x7fa4c3e1dd39 - std::panicking::default_hook::h2aa3eab10c226995 [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x7fa4c14265d0 - rustc::util::common::panic_hook::h1311e79827ca80d2 [INFO] [stderr] 5: 0x7fa4c3e1e798 - std::panicking::rust_panic_with_hook::h996942209ba041ab [INFO] [stderr] at src/libstd/panicking.rs:478 [INFO] [stderr] 6: 0x7fa4c3e1e231 - std::panicking::continue_panic_fmt::h32c075acce10620e [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 7: 0x7fa4c3e1e115 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:308 [INFO] [stderr] 8: 0x7fa4c3e4709c - core::panicking::panic_fmt::h4f345ac84263d92a [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 9: 0x7fa4c3e46fdb - core::panicking::panic::ha5fe81d326ef8be4 [INFO] [stderr] at src/libcore/panicking.rs:49 [INFO] [stderr] 10: 0x7fa4be2888fc - rustc_typeck::check::has_typeck_tables::h0eed2369641b5ca3 [INFO] [stderr] 11: 0x7fa4be1acdef - rustc::ty::query::__query_compute::has_typeck_tables::he60091ef1071aca4 [INFO] [stderr] 12: 0x7fa4be2b44dc - rustc::ty::query::::compute::h8814b30328b70e08 [INFO] [stderr] 13: 0x7fa4be370a78 - rustc::dep_graph::graph::DepGraph::with_task_impl::h14e07f52a2ba2538 [INFO] [stderr] 14: 0x7fa4be323689 - rustc::ty::query::plumbing::::get_query::hfced8b3a3373c106 [INFO] [stderr] 15: 0x7fa4be2854f6 - rustc_typeck::check::op::::add_type_neq_err_label::h8a4df575e90d4d06 [INFO] [stderr] 16: 0x7fa4be2847b7 - rustc_typeck::check::op::::check_overloaded_binop::hd6e961f6c807de40 [INFO] [stderr] 17: 0x7fa4be28378e - rustc_typeck::check::op::::check_binop::h6aadcf3b09ca9f41 [INFO] [stderr] 18: 0x7fa4be29c5b1 - rustc_typeck::check::FnCtxt::check_expr_kind::h639bca78ab2b22e6 [INFO] [stderr] 19: 0x7fa4be29bf14 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::h6a742352384d102b [INFO] [stderr] 20: 0x7fa4be29975f - rustc_typeck::check::FnCtxt::check_argument_types::h55dd7623a2b5bc19 [INFO] [stderr] 21: 0x7fa4be282f0d - rustc_typeck::check::callee::::confirm_builtin_call::hcf98953a7654d0bf [INFO] [stderr] 22: 0x7fa4be280f80 - rustc_typeck::check::callee::::check_call::h972df361f653eae1 [INFO] [stderr] 23: 0x7fa4be29cb65 - rustc_typeck::check::FnCtxt::check_expr_kind::h639bca78ab2b22e6 [INFO] [stderr] 24: 0x7fa4be29bf14 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::h6a742352384d102b [INFO] [stderr] 25: 0x7fa4be2a6d13 - rustc_typeck::check::FnCtxt::check_stmt::h3752a385e1fa9548 [INFO] [stderr] 26: 0x7fa4be2a71ba - rustc_typeck::check::FnCtxt::check_block_with_expected::h5ef5be7a1bf566f7 [INFO] [stderr] 27: 0x7fa4be29ca78 - rustc_typeck::check::FnCtxt::check_expr_kind::h639bca78ab2b22e6 [INFO] [stderr] 28: 0x7fa4be29bf14 - rustc_typeck::check::FnCtxt::check_expr_with_expectation_and_needs::h6a742352384d102b [INFO] [stderr] 29: 0x7fa4be29afe9 - rustc_typeck::check::FnCtxt::check_return_expr::h708a2209ba8b3f10 [INFO] [stderr] 30: 0x7fa4be28a126 - rustc_typeck::check::check_fn::h635e7098a83d8699 [INFO] [stderr] 31: 0x7fa4be32fc78 - rustc::ty::context::GlobalCtxt::enter_local::h99352a0b0e7da2ef [INFO] [stderr] 32: 0x7fa4be288b9c - rustc_typeck::check::typeck_tables_of::h50b432a806b1d913 [INFO] [stderr] 33: 0x7fa4be1acb1f - rustc::ty::query::__query_compute::typeck_tables_of::hbb98c2d7befe1d35 [INFO] [stderr] 34: 0x7fa4be2b445c - rustc::ty::query::::compute::h6f6c5ecf24d0e37e [INFO] [stderr] 35: 0x7fa4be36fde8 - rustc::dep_graph::graph::DepGraph::with_task_impl::h0e1a200de0e1b6f4 [INFO] [stderr] 36: 0x7fa4be30c027 - rustc::ty::query::plumbing::::get_query::hdc664fb9a2a39334 [INFO] [stderr] 37: 0x7fa4be2b1e8c - rustc::ty::::par_body_owners::h9fce8756a24e3774 [INFO] [stderr] 38: 0x7fa4be288607 - rustc_typeck::check::typeck_item_bodies::hfeb8585fcab403ce [INFO] [stderr] 39: 0x7fa4be1acfc9 - rustc::ty::query::__query_compute::typeck_item_bodies::hec643927147e608b [INFO] [stderr] 40: 0x7fa4be2b4538 - rustc::ty::query::::compute::h9134c300b7fd1d4b [INFO] [stderr] 41: 0x7fa4be3716e1 - rustc::dep_graph::graph::DepGraph::with_task_impl::h1fcf2f5d2c1972f2 [INFO] [stderr] 42: 0x7fa4be2d1665 - rustc::ty::query::plumbing::::get_query::h358289386315ce7f [INFO] [stderr] 43: 0x7fa4be366eb8 - rustc::util::common::time::hef807e592708a280 [INFO] [stderr] 44: 0x7fa4be3ac01e - rustc_typeck::check_crate::h31a971ad152842d4 [INFO] [stderr] 45: 0x7fa4c3093761 - rustc_interface::passes::analysis::hf41524f4271582c2 [INFO] [stderr] 46: 0x7fa4c40e7145 - rustc::ty::query::__query_compute::analysis::h44c3860a296a0757 [INFO] [stderr] 47: 0x7fa4c412e7d8 - rustc::ty::query::::compute::hd44e9ce19d6e313e [INFO] [stderr] 48: 0x7fa4c410cf01 - rustc::dep_graph::graph::DepGraph::with_task_impl::hbeb6d7f43b5f3afe [INFO] [stderr] 49: 0x7fa4c4130f55 - rustc::ty::query::plumbing::::get_query::h8e4ddb02b42ba1a1 [INFO] [stderr] 50: 0x7fa4c40e7455 - rustc::ty::context::tls::enter_global::hd7e628fbb08e6fae [INFO] [stderr] 51: 0x7fa4c40f2c96 - rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}::hb3f7520c4a6f5deb [INFO] [stderr] 52: 0x7fa4c30e67d4 - rustc_interface::passes::create_global_ctxt::{{closure}}::h3219b9911f175610 [INFO] [stderr] 53: 0x7fa4c40f29ae - rustc_interface::passes::BoxedGlobalCtxt::enter::h4307e0fe1cfeb961 [INFO] [stderr] 54: 0x7fa4c4102ff3 - rustc_interface::interface::run_compiler_in_existing_thread_pool::hc8892c3faadd7c9f [INFO] [stderr] 55: 0x7fa4c40d79d3 - std::thread::local::LocalKey::with::h45449e27efedc865 [INFO] [stderr] 56: 0x7fa4c413b134 - scoped_tls::ScopedKey::set::he6bca7ecb0fdad7d [INFO] [stderr] 57: 0x7fa4c4176dbf - syntax::with_globals::h260039ddb47ca460 [INFO] [stderr] 58: 0x7fa4c40d9699 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd648b5b3d9283cb8 [INFO] [stderr] 59: 0x7fa4c3e2f569 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 60: 0x7fa4c40f3cc8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6fb5ae877feb8403 [INFO] [stderr] 61: 0x7fa4c3e006ae - as core::ops::function::FnOnce>::call_once::hf0a8d4b64751b046 [INFO] [stderr] at /rustc/a850a426491e14186af2250549bf41256b5938d2/src/liballoc/boxed.rs:704 [INFO] [stderr] 62: 0x7fa4c3e2e1df - std::sys::unix::thread::Thread::new::thread_start::haa1fa8466a0dfdcf [INFO] [stderr] at /rustc/a850a426491e14186af2250549bf41256b5938d2/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] 63: 0x7fa4c3b9f4a3 - start_thread [INFO] [stderr] 64: 0x7fa4c34d5d0e - __clone [INFO] [stderr] 65: 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 (a850a4264 2019-04-22) 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" "a5bb3c267c336e2d7e9ab7136b0dd34e24190e6b70e18905d5e49c77509abf72"` [INFO] running `"docker" "rm" "-f" "a5bb3c267c336e2d7e9ab7136b0dd34e24190e6b70e18905d5e49c77509abf72"` [INFO] [stdout] a5bb3c267c336e2d7e9ab7136b0dd34e24190e6b70e18905d5e49c77509abf72