Skip to content

Instantly share code, notes, and snippets.

@PlasmaPower
Created July 3, 2017 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlasmaPower/7f1ffb636aa5d17119e639aaca7dc9eb to your computer and use it in GitHub Desktop.
Save PlasmaPower/7f1ffb636aa5d17119e639aaca7dc9eb to your computer and use it in GitHub Desktop.
DEBUG:cargo::core::workspace: find_root - trying /home/lee/tmp/Cargo.toml
DEBUG:cargo::core::workspace: find_root - trying /home/lee/Cargo.toml
DEBUG:cargo::core::workspace: find_root - trying /home/Cargo.toml
DEBUG:cargo::core::workspace: find_root - trying /Cargo.toml
DEBUG:cargo::core::workspace: find_members - only me as a member
DEBUG:cargo::core::registry: load/missing file:///home/lee/tmp/ice-testing
DEBUG:cargo::sources::config: loading: file:///home/lee/tmp/ice-testing
DEBUG:cargo::core::resolver: initial activation: ice-testing v0.1.0 (file:///home/lee/tmp/ice-testing)
DEBUG:cargo::core::registry: load/locked file:///home/lee/tmp/ice-testing
DEBUG:cargo::core::resolver: initial activation: ice-testing v0.1.0 (file:///home/lee/tmp/ice-testing)
DEBUG:cargo::ops::cargo_rustc::context: probe_target_info: crate_types={"bin", "rlib"}
DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /home/lee/tmp/ice-testing/target/debug/.fingerprint/ice-testing-b54701a7331e4d48/bin-ice_testing-b54701a7331e4d48
INFO:cargo::ops::cargo_rustc::fingerprint: fingerprint error for ice-testing v0.1.0 (file:///home/lee/tmp/ice-testing): failed to read `/home/lee/tmp/ice-testing/target/debug/.fingerprint/ice-testing-b54701a7331e4d48/bin-ice_testing-b54701a7331e4d48`
INFO:cargo::ops::cargo_rustc::fingerprint: cause: failed to read `/home/lee/tmp/ice-testing/target/debug/.fingerprint/ice-testing-b54701a7331e4d48/bin-ice_testing-b54701a7331e4d48`
INFO:cargo::ops::cargo_rustc::fingerprint: cause: No such file or directory (os error 2)
INFO:cargo::ops::cargo_rustc::context: Target filenames: [("/home/lee/tmp/ice-testing/target/debug/deps/ice_testing-b54701a7331e4d48", Some("/home/lee/tmp/ice-testing/target/debug/ice-testing"), false)]
INFO:cargo::ops::cargo_rustc::job_queue: start: ice-testing v0.1.0 (file:///home/lee/tmp/ice-testing) => Target(bin: ice-testing)/Profile(build) => Host
Compiling ice-testing v0.1.0 (file:///home/lee/tmp/ice-testing)
INFO:rustc_metadata::creader: resolving crate `extern crate std as std`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_unicode-c4d4a4293b96505b.rlib
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2de3672301182b51.rlib
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2de3672301182b51.so
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2de3672301182b51.rlib
INFO:rustc_metadata::locator: reading "libstd-2de3672301182b51.rlib" => Duration { secs: 0, nanos: 210871 }
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_unicode-c4d4a4293b96505b.rlib
INFO:rustc_metadata::locator: reading "libstd_unicode-c4d4a4293b96505b.rlib" => Duration { secs: 0, nanos: 19665 }
INFO:rustc_metadata::locator: Rejecting via crate name
INFO:rustc_metadata::locator: metadata mismatch
INFO:rustc_metadata::creader: register crate `extern crate std as std`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-ae970995f395279d.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-ae970995f395279d.rlib
INFO:rustc_metadata::locator: reading "libcore-ae970995f395279d.rlib" => Duration { secs: 0, nanos: 21303 }
INFO:rustc_metadata::creader: register crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate rand as rand`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-019fd3fd0fffd534.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-019fd3fd0fffd534.rlib
INFO:rustc_metadata::locator: reading "librand-019fd3fd0fffd534.rlib" => Duration { secs: 0, nanos: 39421 }
INFO:rustc_metadata::creader: register crate `extern crate rand as rand`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc as alloc`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-e05ff464a4130abc.rlib
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-881f1065f3b4195d.rlib
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-bb2b90cd4e0ecd1b.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-e05ff464a4130abc.rlib
INFO:rustc_metadata::locator: reading "liballoc_system-e05ff464a4130abc.rlib" => Duration { secs: 0, nanos: 15615 }
INFO:rustc_metadata::locator: Rejecting via crate name
INFO:rustc_metadata::locator: metadata mismatch
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-881f1065f3b4195d.rlib
INFO:rustc_metadata::locator: reading "liballoc_jemalloc-881f1065f3b4195d.rlib" => Duration { secs: 0, nanos: 99252 }
INFO:rustc_metadata::locator: Rejecting via crate name
INFO:rustc_metadata::locator: metadata mismatch
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-bb2b90cd4e0ecd1b.rlib
INFO:rustc_metadata::locator: reading "liballoc-bb2b90cd4e0ecd1b.rlib" => Duration { secs: 0, nanos: 18224 }
INFO:rustc_metadata::creader: register crate `extern crate alloc as alloc`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_unicode-c4d4a4293b96505b.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_unicode-c4d4a4293b96505b.rlib
INFO:rustc_metadata::locator: reading "libstd_unicode-c4d4a4293b96505b.rlib" => Duration { secs: 0, nanos: 16102 }
INFO:rustc_metadata::creader: register crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-56689572869fe6a4.rlib
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b55b7858d7ed3844.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b55b7858d7ed3844.rlib
INFO:rustc_metadata::locator: reading "liblibc-b55b7858d7ed3844.rlib" => Duration { secs: 0, nanos: 19174 }
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-56689572869fe6a4.rlib
INFO:rustc_metadata::locator: reading "liblibc-56689572869fe6a4.rlib" => Duration { secs: 0, nanos: 14428 }
INFO:rustc_metadata::locator: Rejecting via hash: expected 2faca98091441682 got 3ddb11e791b4af9e
INFO:rustc_metadata::locator: metadata mismatch
INFO:rustc_metadata::creader: register crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate unwind as unwind`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f35c243f21a15e45.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f35c243f21a15e45.rlib
INFO:rustc_metadata::locator: reading "libunwind-f35c243f21a15e45.rlib" => Duration { secs: 0, nanos: 19021 }
INFO:rustc_metadata::creader: register crate `extern crate unwind as unwind`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate compiler_builtins as compiler_builtins`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-176acda4837c59c3.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-176acda4837c59c3.rlib
INFO:rustc_metadata::locator: reading "libcompiler_builtins-176acda4837c59c3.rlib" => Duration { secs: 0, nanos: 74468 }
INFO:rustc_metadata::creader: register crate `extern crate compiler_builtins as compiler_builtins`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc_jemalloc as alloc_jemalloc`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-881f1065f3b4195d.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-881f1065f3b4195d.rlib
INFO:rustc_metadata::locator: reading "liballoc_jemalloc-881f1065f3b4195d.rlib" => Duration { secs: 0, nanos: 93588 }
INFO:rustc_metadata::creader: register crate `extern crate alloc_jemalloc as alloc_jemalloc`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate panic_unwind as panic_unwind`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-baadea75df84c9d6.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-baadea75df84c9d6.rlib
INFO:rustc_metadata::locator: reading "libpanic_unwind-baadea75df84c9d6.rlib" => Duration { secs: 0, nanos: 14924 }
INFO:rustc_metadata::creader: register crate `extern crate panic_unwind as panic_unwind`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc as alloc`
INFO:rustc_metadata::creader: resolving crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate unwind as unwind`
INFO:rustc_metadata::creader: alloc_jemalloc required by rlib and is an allocator
INFO:rustc_metadata::creader: injecting a dep from 4 to 9
INFO:rustc_metadata::creader: resolving crate `extern crate alloc_jemalloc as alloc_jemalloc`
INFO:rustc_metadata::creader: injecting a dep from 4 to 9
INFO:rustc_metadata::creader: injecting a dep from 1 to 10
INFO:rustc_metadata::creader: panic runtime not found -- loading panic_unwind
INFO:rustc_metadata::creader: resolving crate `extern crate panic_unwind as panic_unwind`
INFO:rustc_metadata::creader: injecting a dep from 1 to 10
INFO:rustc_metadata::creader: resolved crates:
INFO:rustc_metadata::creader: name: compiler_builtins
INFO:rustc_metadata::creader: cnum: 8
INFO:rustc_metadata::creader: hash: 7b96e102b8f2ba73
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-176acda4837c59c3.rlib
INFO:rustc_metadata::creader: name: std_unicode
INFO:rustc_metadata::creader: cnum: 5
INFO:rustc_metadata::creader: hash: 6805ee7a8962d827
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_unicode-c4d4a4293b96505b.rlib
INFO:rustc_metadata::creader: name: core
INFO:rustc_metadata::creader: cnum: 2
INFO:rustc_metadata::creader: hash: be05550102924c96
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-ae970995f395279d.rlib
INFO:rustc_metadata::creader: name: panic_unwind
INFO:rustc_metadata::creader: cnum: 10
INFO:rustc_metadata::creader: hash: fb4ec9db4be4fa74
INFO:rustc_metadata::creader: reqd: Implicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-baadea75df84c9d6.rlib
INFO:rustc_metadata::creader: name: unwind
INFO:rustc_metadata::creader: cnum: 7
INFO:rustc_metadata::creader: hash: dff906c5938a6eec
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f35c243f21a15e45.rlib
INFO:rustc_metadata::creader: name: alloc
INFO:rustc_metadata::creader: cnum: 4
INFO:rustc_metadata::creader: hash: a4ae1a2260d1d4d5
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-bb2b90cd4e0ecd1b.rlib
INFO:rustc_metadata::creader: name: std
INFO:rustc_metadata::creader: cnum: 1
INFO:rustc_metadata::creader: hash: 86ff461afaaa7c32
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: dylib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2de3672301182b51.so
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2de3672301182b51.rlib
INFO:rustc_metadata::creader: name: alloc_jemalloc
INFO:rustc_metadata::creader: cnum: 9
INFO:rustc_metadata::creader: hash: d4641333f8fcb26d
INFO:rustc_metadata::creader: reqd: Implicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-881f1065f3b4195d.rlib
INFO:rustc_metadata::creader: name: libc
INFO:rustc_metadata::creader: cnum: 6
INFO:rustc_metadata::creader: hash: 2faca98091441682
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b55b7858d7ed3844.rlib
INFO:rustc_metadata::creader: name: rand
INFO:rustc_metadata::creader: cnum: 3
INFO:rustc_metadata::creader: hash: fcc3738db1cb3cad
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /home/lee/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-019fd3fd0fffd534.rlib
error: internal compiler error: /checkout/src/librustc_typeck/check/mod.rs:617: escaping regions in predicate Obligation(predicate=Binder(ProjectionPredicate(ProjectionTy { trait_ref: <_ as std::iter::Iterator>, item_def_id: DefId { krate: CrateNum(2), node: DefIndex(1612) => core/da24223::iter[0]::iterator[0]::Iterator[0]::Item[0] } }, &Example)),depth=0)
--> src/main.rs:8:28
|
8 | fn example(_: &Example) -> impl Iterator<Item = &Example> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.20.0-nightly (37849a002 2017-06-30) running on x86_64-unknown-linux-gnu
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /checkout/src/librustc_errors/lib.rs:426
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
stack backtrace:
0: std::sys::imp::backtrace::tracing::imp::unwind_backtrace
at /checkout/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
1: std::sys_common::backtrace::_print
at /checkout/src/libstd/sys_common/backtrace.rs:71
2: std::panicking::default_hook::{{closure}}
at /checkout/src/libstd/sys_common/backtrace.rs:60
at /checkout/src/libstd/panicking.rs:355
3: std::panicking::default_hook
at /checkout/src/libstd/panicking.rs:365
4: std::panicking::rust_panic_with_hook
at /checkout/src/libstd/panicking.rs:549
5: std::panicking::begin_panic
6: rustc_errors::Handler::span_bug
7: rustc::session::opt_span_bug_fmt::{{closure}}
8: rustc::session::span_bug_fmt
9: rustc_typeck::check::Inherited::register_predicate
10: <rustc::ty::fold::BottomUpFolder<'a, 'gcx, 'tcx, F> as rustc::ty::fold::TypeFolder<'gcx, 'tcx>>::fold_ty
11: rustc_typeck::check::check_fn
12: rustc_typeck::check::typeck_tables_of::{{closure}}
13: rustc_typeck::check::typeck_tables_of
14: rustc::ty::maps::<impl rustc::ty::maps::queries::typeck_tables_of<'tcx>>::try_get
15: rustc::ty::maps::TyCtxtAt::typeck_tables_of
16: rustc::ty::maps::<impl rustc::ty::context::TyCtxt<'a, 'tcx, 'lcx>>::typeck_tables_of
17: rustc_typeck::check::typeck_item_bodies
18: rustc::ty::maps::<impl rustc::ty::maps::queries::typeck_item_bodies<'tcx>>::try_get
19: rustc::ty::maps::TyCtxtAt::typeck_item_bodies
20: rustc::ty::maps::<impl rustc::ty::context::TyCtxt<'a, 'tcx, 'lcx>>::typeck_item_bodies
21: rustc_typeck::check_crate
22: rustc_driver::driver::phase_3_run_analysis_passes::{{closure}}
23: rustc_driver::driver::phase_3_run_analysis_passes
24: rustc_driver::driver::compile_input
25: rustc_driver::run_compiler
INFO:cargo::ops::cargo_rustc::job_queue: end: ice-testing v0.1.0 (file:///home/lee/tmp/ice-testing) => Target(bin: ice-testing)/Profile(build) => Host
DEBUG:cargo: exit_with_error; err=CliError { error: Some(CargoError(Msg("Could not compile `ice-testing`."), State { next_error: Some(CargoError(Internal(ProcessErrorKind(ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name ice_testing src/main.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=b54701a7331e4d48 -C extra-filename=-b54701a7331e4d48 --out-dir /home/lee/tmp/ice-testing/target/debug/deps -L dependency=/home/lee/tmp/ice-testing/target/debug/deps` (exit code: 101)", exit: Some(ExitStatus(ExitStatus(25856))), output: None })), State { next_error: None, backtrace: Some(stack backtrace:
0: 0x55cdcf85b42c - backtrace::backtrace::trace::h213c6366ee06a06c
1: 0x55cdcf85b582 - backtrace::capture::Backtrace::new::h322aa3381995f0ea
2: 0x55cdcf63724e - error_chain::make_backtrace::h76d5548a193455c3
3: 0x55cdcf6372f4 - <error_chain::State as core::default::Default>::default::h4726938869200198
4: 0x55cdcf52788c - cargo::util::process_builder::ProcessBuilder::exec::hab80f9fe6972cbf9
5: 0x55cdcf4b3180 - cargo::ops::cargo_rustc::Executor::exec::h14b27ca280cab84d
6: 0x55cdcf4bd7aa - cargo::ops::cargo_rustc::rustc::{{closure}}::hb04a9bf56f1c88a4
7: 0x55cdcf4a54a4 - <F as cargo::ops::cargo_rustc::job::FnBox<A, R>>::call_box::h9955ba4d13ec5ca5
8: 0x55cdcf4a80d9 - <F as cargo::ops::cargo_rustc::job::FnBox<A, R>>::call_box::hbbf449791b7cbe16
9: 0x55cdcf4a80d9 - <F as cargo::ops::cargo_rustc::job::FnBox<A, R>>::call_box::hbbf449791b7cbe16
10: 0x55cdcf4afcc1 - cargo::ops::cargo_rustc::job_queue::JobQueue::run::{{closure}}::h67e7a5f11d7989e8
11: 0x55cdcf339136 - <F as crossbeam::FnBox>::call_box::h0d111c51d6b230a8
12: 0x55cdcf33c452 - std::panicking::try::do_call::h565f00a5c11f2459
13: 0x55cdcf8aad3c - panic_unwind::__rust_maybe_catch_panic
at /checkout/src/libpanic_unwind/lib.rs:98
14: 0x55cdcf37fabb - <F as alloc::boxed::FnBox<A>>::call_box::hddb429d5ee5bc158
15: 0x55cdcf8a298b - alloc::boxed::{{impl}}::call_once<(),()>
at /checkout/src/liballoc/boxed.rs:662
- std::sys_common::thread::start_thread
at /checkout/src/libstd/sys_common/thread.rs:21
- std::sys::imp::thread::{{impl}}::new::thread_start
at /checkout/src/libstd/sys/unix/thread.rs:84
16: 0x7fab8e9f4296 - start_thread
17: 0x7fab8e51e1ee - clone
18: 0x0 - <unknown>) })), backtrace: Some(stack backtrace:
0: 0x55cdcf85b42c - backtrace::backtrace::trace::h213c6366ee06a06c
1: 0x55cdcf85b582 - backtrace::capture::Backtrace::new::h322aa3381995f0ea
2: 0x55cdcf63724e - error_chain::make_backtrace::h76d5548a193455c3
3: 0x55cdcf6372f4 - <error_chain::State as core::default::Default>::default::h4726938869200198
4: 0x55cdcf52788c - cargo::util::process_builder::ProcessBuilder::exec::hab80f9fe6972cbf9
5: 0x55cdcf4b3180 - cargo::ops::cargo_rustc::Executor::exec::h14b27ca280cab84d
6: 0x55cdcf4bd7aa - cargo::ops::cargo_rustc::rustc::{{closure}}::hb04a9bf56f1c88a4
7: 0x55cdcf4a54a4 - <F as cargo::ops::cargo_rustc::job::FnBox<A, R>>::call_box::h9955ba4d13ec5ca5
8: 0x55cdcf4a80d9 - <F as cargo::ops::cargo_rustc::job::FnBox<A, R>>::call_box::hbbf449791b7cbe16
9: 0x55cdcf4a80d9 - <F as cargo::ops::cargo_rustc::job::FnBox<A, R>>::call_box::hbbf449791b7cbe16
10: 0x55cdcf4afcc1 - cargo::ops::cargo_rustc::job_queue::JobQueue::run::{{closure}}::h67e7a5f11d7989e8
11: 0x55cdcf339136 - <F as crossbeam::FnBox>::call_box::h0d111c51d6b230a8
12: 0x55cdcf33c452 - std::panicking::try::do_call::h565f00a5c11f2459
13: 0x55cdcf8aad3c - panic_unwind::__rust_maybe_catch_panic
at /checkout/src/libpanic_unwind/lib.rs:98
14: 0x55cdcf37fabb - <F as alloc::boxed::FnBox<A>>::call_box::hddb429d5ee5bc158
15: 0x55cdcf8a298b - alloc::boxed::{{impl}}::call_once<(),()>
at /checkout/src/liballoc/boxed.rs:662
- std::sys_common::thread::start_thread
at /checkout/src/libstd/sys_common/thread.rs:21
- std::sys::imp::thread::{{impl}}::new::thread_start
at /checkout/src/libstd/sys/unix/thread.rs:84
16: 0x7fab8e9f4296 - start_thread
17: 0x7fab8e51e1ee - clone
18: 0x0 - <unknown>) })), unknown: false, exit_code: 101 }
error: Could not compile `ice-testing`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment