[INFO] updating cached repository https://github.com/nrc/tikv-bench [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8924c336614140a39f79ad3358e761bf49aa529c [INFO] checking nrc/tikv-bench against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrc%2Ftikv-bench" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nrc/tikv-bench on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nrc/tikv-bench [INFO] removed path dependency tikv-client from git repo https://github.com/nrc/tikv-bench [INFO] finished tweaking git repo https://github.com/nrc/tikv-bench [INFO] tweaked toml for git repo https://github.com/nrc/tikv-bench written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/nrc/tikv-bench already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (tikv-client) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (tikv-client) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 998345acfe8ac955e9680ab591ea0c978588940f0248c76b8eafda67924491ae [INFO] running `"docker" "start" "-a" "998345acfe8ac955e9680ab591ea0c978588940f0248c76b8eafda67924491ae"` [INFO] [stderr] warning: dependency (tikv-client) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking async-ready v3.0.0 [INFO] [stderr] Checking async-datagram v3.0.0 [INFO] [stderr] Checking tikv-client v0.0.0 [INFO] [stderr] Checking crossbeam v0.7.2 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-timer v0.3.0 [INFO] [stderr] Checking runtime-raw v0.3.0-alpha.5 [INFO] [stderr] Checking juliex v0.3.0-alpha.8 [INFO] [stderr] Checking romio v0.3.0-alpha.10 [INFO] [stderr] Checking runtime-native v0.3.0-alpha.6 [INFO] [stderr] Compiling runtime-attributes v0.3.0-alpha.6 [INFO] [stderr] Checking runtime v0.3.0-alpha.7 [INFO] [stderr] Checking tikv-bench v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/main.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await, await_macro, test, type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `.await` syntax [INFO] [stderr] --> src/main.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await, await_macro, test, type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/main.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await, await_macro, test, type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `.await` syntax [INFO] [stderr] --> src/main.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await, await_macro, test, type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tikv_client::raw`, `tikv_client::Config`, `tikv_client::Error`, `tikv_client::Value` [INFO] [stderr] --> src/main.rs:3:19 [INFO] [stderr] | [INFO] [stderr] 3 | use tikv_client::{raw::Client, Config, Error, Value}; [INFO] [stderr] | ^^^ ^^^^^^ ^^^^^ ^^^^^ no `Value` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `Error` in the root [INFO] [stderr] | | no `Config` in the root [INFO] [stderr] | could not find `raw` in `tikv_client` [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:378:21 [INFO] [stderr] stack backtrace: [INFO] [stderr] error[E0432]: unresolved imports `tikv_client::raw`, `tikv_client::Config`, `tikv_client::Error`, `tikv_client::Value` [INFO] [stderr] --> src/main.rs:3:19 [INFO] [stderr] | [INFO] [stderr] 3 | use tikv_client::{raw::Client, Config, Error, Value}; [INFO] [stderr] | ^^^ ^^^^^^ ^^^^^ ^^^^^ no `Value` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `Error` in the root [INFO] [stderr] | | no `Config` in the root [INFO] [stderr] | could not find `raw` in `tikv_client` [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:378:21 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f1fee47aeba - backtrace::backtrace::libunwind::trace::hef9286fd8c27fd45 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x7f1fee47aeba - backtrace::backtrace::trace_unsynchronized::h92082381ae588065 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x7f1fee47aeba - std::sys_common::backtrace::_print_fmt::h00c64aa4e7e3372c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x7f1fee47aeba - ::fmt::hc568c1817d410574 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 0: 0x7f9a00740eba - backtrace::backtrace::libunwind::trace::hef9286fd8c27fd45 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x7f9a00740eba - backtrace::backtrace::trace_unsynchronized::h92082381ae588065 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x7f9a00740eba - std::sys_common::backtrace::_print_fmt::h00c64aa4e7e3372c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x7f9a00740eba - ::fmt::hc568c1817d410574 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x7f1fee4b349c - core::fmt::write::he445cb7086c25009 [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x7f1fee46f0c7 - std::io::Write::write_fmt::he0bcb31f8a60d79b [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 4: 0x7f9a0077949c - core::fmt::write::he445cb7086c25009 [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 6: 0x7f1fee47f72e - std::sys_common::backtrace::_print::h45adb36ea9b21f61 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x7f1fee47f72e - std::sys_common::backtrace::print::h223c050f40432de9 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x7f1fee47f72e - std::panicking::default_hook::{{closure}}::hf3487b4e375d5982 [INFO] [stderr] at src/libstd/panicking.rs:189 [INFO] [stderr] 5: 0x7f9a007350c7 - std::io::Write::write_fmt::he0bcb31f8a60d79b [INFO] [stderr] 9: 0x7f1fee47f431 - std::panicking::default_hook::h9d095a3a991b35b0 [INFO] [stderr] at src/libstd/panicking.rs:206 [INFO] [stderr] 10: 0x7f1fee9897c3 - rustc_driver::report_ice::h4fbbead066e8adac [INFO] [stderr] 11: 0x7f1fee47ff0c - std::panicking::rust_panic_with_hook::h907bb8227c8498d1 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 12: 0x7f1fee47f9c2 - std::panicking::continue_panic_fmt::h6c8f32a89e529f80 [INFO] [stderr] at src/libstd/panicking.rs:376 [INFO] [stderr] 13: 0x7f1fee47f8b6 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 14: 0x7f1fee4ad00a - core::panicking::panic_fmt::h01498e2390db31e9 [INFO] [stderr] at src/libcore/panicking.rs:84 [INFO] [stderr] 15: 0x7f1fee4acf49 - core::panicking::panic::h7f633e2ee830a4d5 [INFO] [stderr] at src/libcore/panicking.rs:49 [INFO] [stderr] 6: 0x7f9a0074572e - std::sys_common::backtrace::_print::h45adb36ea9b21f61 [INFO] [stderr] 16: 0x7f1feef3321e - rustc_typeck::check::closure::::supplied_sig_of_closure::h9342a0643e6f64ee [INFO] [stderr] 17: 0x7f1feef3114d - rustc_typeck::check::closure::::check_expr_closure::h3a2c5f1e90680a0b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x7f9a0074572e - std::sys_common::backtrace::print::h223c050f40432de9 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 18: 0x7f1feef19848 - rustc_typeck::check::expr::::check_expr_kind::h6eb60f83b6a084e5 [INFO] [stderr] 19: 0x7f1feef1917b - rustc_typeck::check::expr::::check_expr_with_expectation_and_needs::ha5cbbc403ea7d5d0 [INFO] [stderr] 8: 0x7f9a0074572e - std::panicking::default_hook::{{closure}}::hf3487b4e375d5982 [INFO] [stderr] at src/libstd/panicking.rs:189 [INFO] [stderr] 20: 0x7f1feef4af5d - rustc_typeck::check::FnCtxt::check_argument_types::h28e4a58f4a9a2bc0 [INFO] [stderr] 9: 0x7f9a00745431 - std::panicking::default_hook::h9d095a3a991b35b0 [INFO] [stderr] 21: 0x7f1feef35ad1 - rustc_typeck::check::callee::::confirm_builtin_call::h8bd38c85cf4389c3 [INFO] [stderr] at src/libstd/panicking.rs:206 [INFO] [stderr] 22: 0x7f1feef34161 - rustc_typeck::check::callee::::check_call::h4832accdb25bf051 [INFO] [stderr] 10: 0x7f9a00c4f7c3 - rustc_driver::report_ice::h4fbbead066e8adac [INFO] [stderr] 11: 0x7f9a00745f0c - std::panicking::rust_panic_with_hook::h907bb8227c8498d1 [INFO] [stderr] 23: 0x7f1feef19c99 - rustc_typeck::check::expr::::check_expr_kind::h6eb60f83b6a084e5 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] 24: 0x7f1feef1917b - rustc_typeck::check::expr::::check_expr_with_expectation_and_needs::ha5cbbc403ea7d5d0 [INFO] [stderr] 12: 0x7f9a007459c2 - std::panicking::continue_panic_fmt::h6c8f32a89e529f80 [INFO] [stderr] at src/libstd/panicking.rs:376 [INFO] [stderr] 25: 0x7f1feef2330b - rustc_typeck::check::expr::::check_return_expr::h9f7e4efc00802240 [INFO] [stderr] 13: 0x7f9a007458b6 - rust_begin_unwind [INFO] [stderr] 26: 0x7f1feef3c955 - rustc_typeck::check::check_fn::h486ddeb4a6beb724 [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 14: 0x7f9a0077300a - core::panicking::panic_fmt::h01498e2390db31e9 [INFO] [stderr] 27: 0x7f1fef0bcbcc - rustc::ty::context::GlobalCtxt::enter_local::h1247be3aa93db285 [INFO] [stderr] at src/libcore/panicking.rs:84 [INFO] [stderr] 28: 0x7f1feef3b992 - rustc_typeck::check::typeck_tables_of::hc111b3c63c76296d [INFO] [stderr] 15: 0x7f9a00772f49 - core::panicking::panic::h7f633e2ee830a4d5 [INFO] [stderr] 29: 0x7f1feef619ba - rustc::ty::query::__query_compute::typeck_tables_of::h0f363fc0d4240749 [INFO] [stderr] at src/libcore/panicking.rs:49 [INFO] [stderr] 30: 0x7f1fef0271eb - rustc::ty::query::::compute::h3e6cb543ded92288 [INFO] [stderr] 31: 0x7f1feef8a785 - rustc::dep_graph::graph::DepGraph::with_task_impl::h2754b75d7b397676 [INFO] [stderr] 32: 0x7f1fef07f817 - rustc::ty::query::plumbing::::get_query::h8ad869e8a0cc5d75 [INFO] [stderr] 33: 0x7f1feef619ba - rustc::ty::query::__query_compute::typeck_tables_of::h0f363fc0d4240749 [INFO] [stderr] 34: 0x7f1fef0271eb - rustc::ty::query::::compute::h3e6cb543ded92288 [INFO] [stderr] 35: 0x7f1feef8a785 - rustc::dep_graph::graph::DepGraph::with_task_impl::h2754b75d7b397676 [INFO] [stderr] 36: 0x7f1fef07f817 - rustc::ty::query::plumbing::::get_query::h8ad869e8a0cc5d75 [INFO] [stderr] 37: 0x7f1fef012267 - rustc_typeck::collect::checked_type_of::hb38e3994c2f7b763 [INFO] [stderr] 38: 0x7f1fef0116dc - rustc_typeck::collect::type_of::h568b4d93e843dead [INFO] [stderr] 39: 0x7f1feef635a7 - rustc::ty::query::__query_compute::type_of::h1d3929e2f673e1c6 [INFO] [stderr] 40: 0x7f1fef026ecb - rustc::ty::query::::compute::hbc28408f12bd8256 [INFO] [stderr] 41: 0x7f1feef930c5 - rustc::dep_graph::graph::DepGraph::with_task_impl::h7b45b06cd2403ed4 [INFO] [stderr] 42: 0x7f1fef070f9e - rustc::ty::query::plumbing::::get_query::h79a6077e5c405a72 [INFO] [stderr] 43: 0x7f1fef0e8db0 - rustc::hir::intravisit::walk_expr::h964766dd88f8ac09 [INFO] [stderr] 44: 0x7f1feeff9f8c - rustc::hir::intravisit::Visitor::visit_fn::h7009904705f51dca [INFO] [stderr] 45: 0x7f1fef0eb0d9 - rustc::hir::intravisit::walk_item::h40ee3a758c543932 [INFO] [stderr] 46: 0x7f1fef00d009 - ::visit_item::hdd18ad1ae41af42a [INFO] [stderr] 47: 0x7f1feef65b33 - rustc::hir::map::Map::visit_item_likes_in_module::h81c9535038774447 [INFO] [stderr] 48: 0x7f1fef00ccc4 - rustc_typeck::collect::collect_mod_item_types::he333d9842678c736 [INFO] [stderr] 49: 0x7f1feef6293a - rustc::ty::query::__query_compute::collect_mod_item_types::h5fdc7acb7019e4fa [INFO] [stderr] 50: 0x7f1fef0273db - rustc::ty::query::::compute::h2d99a839fdd93425 [INFO] [stderr] 16: 0x7f9a011f921e - rustc_typeck::check::closure::::supplied_sig_of_closure::h9342a0643e6f64ee [INFO] [stderr] 51: 0x7f1feef8ce6d - rustc::dep_graph::graph::DepGraph::with_task_impl::h3b39d771fe7d74d9 [INFO] [stderr] 17: 0x7f9a011f714d - rustc_typeck::check::closure::::check_expr_closure::h3a2c5f1e90680a0b [INFO] [stderr] 52: 0x7f1fef08d7d2 - rustc::ty::query::plumbing::::get_query::h988bb337d35df105 [INFO] [stderr] 18: 0x7f9a011df848 - rustc_typeck::check::expr::::check_expr_kind::h6eb60f83b6a084e5 [INFO] [stderr] 53: 0x7f1fef0279e5 - rustc::ty::query::plumbing::::ensure_query::h7989c276a2995c12 [INFO] [stderr] 19: 0x7f9a011df17b - rustc_typeck::check::expr::::check_expr_with_expectation_and_needs::ha5cbbc403ea7d5d0 [INFO] [stderr] 54: 0x7f1fef172c89 - rustc_typeck::check_crate::{{closure}}::{{closure}}::hf93665af2c3c3076 [INFO] [stderr] 20: 0x7f9a01210f5d - rustc_typeck::check::FnCtxt::check_argument_types::h28e4a58f4a9a2bc0 [INFO] [stderr] 55: 0x7f1fef15e396 - rustc::util::common::time::h467f1463d855b77d [INFO] [stderr] 56: 0x7f1fef148afd - rustc_typeck::check_crate::h998a996832017080 [INFO] [stderr] 21: 0x7f9a011fbad1 - rustc_typeck::check::callee::::confirm_builtin_call::h8bd38c85cf4389c3 [INFO] [stderr] 57: 0x7f1feea5a3bb - rustc_interface::passes::analysis::hf127d93464cd43f0 [INFO] [stderr] 22: 0x7f9a011fa161 - rustc_typeck::check::callee::::check_call::h4832accdb25bf051 [INFO] [stderr] 58: 0x7f1fee9bc091 - rustc::ty::query::__query_compute::analysis::h47f85efbe7d0b15c [INFO] [stderr] 59: 0x7f1fee9ced08 - rustc::dep_graph::graph::DepGraph::with_task_impl::h2ca36ef5668231f4 [INFO] [stderr] 23: 0x7f9a011dfc99 - rustc_typeck::check::expr::::check_expr_kind::h6eb60f83b6a084e5 [INFO] [stderr] 60: 0x7f1fee9d80ab - rustc::ty::query::plumbing::::get_query::h618d72a57c774f6b [INFO] [stderr] 24: 0x7f9a011df17b - rustc_typeck::check::expr::::check_expr_with_expectation_and_needs::ha5cbbc403ea7d5d0 [INFO] [stderr] 61: 0x7f1fee958c9a - rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}::hfe6a00dccd8759be [INFO] [stderr] 25: 0x7f9a011e930b - rustc_typeck::check::expr::::check_return_expr::h9f7e4efc00802240 [INFO] [stderr] 62: 0x7f1feea85bfa - rustc_interface::passes::create_global_ctxt::{{closure}}::hb1994ecdc8cf63d5 [INFO] [stderr] 26: 0x7f9a01202955 - rustc_typeck::check::check_fn::h486ddeb4a6beb724 [INFO] [stderr] 63: 0x7f1fee95aa0b - rustc_interface::interface::run_compiler_in_existing_thread_pool::he369c161ddffb81d [INFO] [stderr] 27: 0x7f9a01382bcc - rustc::ty::context::GlobalCtxt::enter_local::h1247be3aa93db285 [INFO] [stderr] 64: 0x7f1fee9929d2 - std::thread::local::LocalKey::with::h5d0fa97ec9873f8b [INFO] [stderr] 28: 0x7f9a01201992 - rustc_typeck::check::typeck_tables_of::hc111b3c63c76296d [INFO] [stderr] 65: 0x7f1fee990820 - syntax::with_globals::h24a61037f80e7995 [INFO] [stderr] 29: 0x7f9a012279ba - rustc::ty::query::__query_compute::typeck_tables_of::h0f363fc0d4240749 [INFO] [stderr] 66: 0x7f1fee9b25a2 - std::sys_common::backtrace::__rust_begin_short_backtrace::h334275a04b254102 [INFO] [stderr] 67: 0x7f1fee4908ea - __rust_maybe_catch_panic [INFO] [stderr] 30: 0x7f9a012ed1eb - rustc::ty::query::::compute::h3e6cb543ded92288 [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 31: 0x7f9a01250785 - rustc::dep_graph::graph::DepGraph::with_task_impl::h2754b75d7b397676 [INFO] [stderr] 68: 0x7f1fee9d3be9 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66f6747debad9ee0 [INFO] [stderr] 32: 0x7f9a01345817 - rustc::ty::query::plumbing::::get_query::h8ad869e8a0cc5d75 [INFO] [stderr] 33: 0x7f9a012279ba - rustc::ty::query::__query_compute::typeck_tables_of::h0f363fc0d4240749 [INFO] [stderr] 69: 0x7f1fee46129f - as core::ops::function::FnOnce>::call_once::h076249a79a1dc92b [INFO] [stderr] at /rustc/2748a9fd93dd1a00a4521f4f16de5befbf77f6cd/src/liballoc/boxed.rs:932 [INFO] [stderr] 34: 0x7f9a012ed1eb - rustc::ty::query::::compute::h3e6cb543ded92288 [INFO] [stderr] 35: 0x7f9a01250785 - rustc::dep_graph::graph::DepGraph::with_task_impl::h2754b75d7b397676 [INFO] [stderr] 70: 0x7f1fee48f590 - as core::ops::function::FnOnce>::call_once::h19e3dffb70e28d69 [INFO] [stderr] 36: 0x7f9a01345817 - rustc::ty::query::plumbing::::get_query::h8ad869e8a0cc5d75 [INFO] [stderr] 37: 0x7f9a012d8267 - rustc_typeck::collect::checked_type_of::hb38e3994c2f7b763 [INFO] [stderr] 38: 0x7f9a012d76dc - rustc_typeck::collect::type_of::h568b4d93e843dead [INFO] [stderr] 39: 0x7f9a012295a7 - rustc::ty::query::__query_compute::type_of::h1d3929e2f673e1c6 [INFO] [stderr] 40: 0x7f9a012ececb - rustc::ty::query::::compute::hbc28408f12bd8256 [INFO] [stderr] 41: 0x7f9a012590c5 - rustc::dep_graph::graph::DepGraph::with_task_impl::h7b45b06cd2403ed4 [INFO] [stderr] 42: 0x7f9a01336f9e - rustc::ty::query::plumbing::::get_query::h79a6077e5c405a72 [INFO] [stderr] 43: 0x7f9a013aedb0 - rustc::hir::intravisit::walk_expr::h964766dd88f8ac09 [INFO] [stderr] 44: 0x7f9a012bff8c - rustc::hir::intravisit::Visitor::visit_fn::h7009904705f51dca [INFO] [stderr] 45: 0x7f9a013b10d9 - rustc::hir::intravisit::walk_item::h40ee3a758c543932 [INFO] [stderr] 46: 0x7f9a012d3009 - ::visit_item::hdd18ad1ae41af42a [INFO] [stderr] 47: 0x7f9a0122bb33 - rustc::hir::map::Map::visit_item_likes_in_module::h81c9535038774447 [INFO] [stderr] 48: 0x7f9a012d2cc4 - rustc_typeck::collect::collect_mod_item_types::he333d9842678c736 [INFO] [stderr] 49: 0x7f9a0122893a - rustc::ty::query::__query_compute::collect_mod_item_types::h5fdc7acb7019e4fa [INFO] [stderr] 50: 0x7f9a012ed3db - rustc::ty::query::::compute::h2d99a839fdd93425 [INFO] [stderr] 51: 0x7f9a01252e6d - rustc::dep_graph::graph::DepGraph::with_task_impl::h3b39d771fe7d74d9 [INFO] [stderr] 52: 0x7f9a013537d2 - rustc::ty::query::plumbing::::get_query::h988bb337d35df105 [INFO] [stderr] at /rustc/2748a9fd93dd1a00a4521f4f16de5befbf77f6cd/src/liballoc/boxed.rs:932 [INFO] [stderr] 71: 0x7f1fee48f590 - std::sys_common::thread::start_thread::h75f3a3ec18d49832 [INFO] [stderr] 53: 0x7f9a012ed9e5 - rustc::ty::query::plumbing::::ensure_query::h7989c276a2995c12 [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] 54: 0x7f9a01438c89 - rustc_typeck::check_crate::{{closure}}::{{closure}}::hf93665af2c3c3076 [INFO] [stderr] 72: 0x7f1fee48f590 - std::sys::unix::thread::Thread::new::thread_start::h37de5de5241b10ea [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 55: 0x7f9a01424396 - rustc::util::common::time::h467f1463d855b77d [INFO] [stderr] 73: 0x7f1fee1fb6db - start_thread [INFO] [stderr] 56: 0x7f9a0140eafd - rustc_typeck::check_crate::h998a996832017080 [INFO] [stderr] 74: 0x7f1fedb1888f - __clone [INFO] [stderr] 57: 0x7f9a00d203bb - rustc_interface::passes::analysis::hf127d93464cd43f0 [INFO] [stderr] 75: 0x0 - [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.40.0-nightly (2748a9fd9 2019-10-08) 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] query stack during panic: [INFO] [stderr] 58: 0x7f9a00c82091 - rustc::ty::query::__query_compute::analysis::h47f85efbe7d0b15c [INFO] [stderr] #0 [typeck_tables_of] processing `run_tests` [INFO] [stderr] #1 [typeck_tables_of] processing `run_tests::{{closure}}#0` [INFO] [stderr] #2 [type_of] processing `run_tests::{{closure}}#0` [INFO] [stderr] #3 [collect_mod_item_types] collecting item types in top-level module [INFO] [stderr] #4 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] 59: 0x7f9a00c94d08 - rustc::dep_graph::graph::DepGraph::with_task_impl::h2ca36ef5668231f4 [INFO] [stderr] 60: 0x7f9a00c9e0ab - rustc::ty::query::plumbing::::get_query::h618d72a57c774f6b [INFO] [stderr] 61: 0x7f9a00c1ec9a - rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}::hfe6a00dccd8759be [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] 62: 0x7f9a00d4bbfa - rustc_interface::passes::create_global_ctxt::{{closure}}::hb1994ecdc8cf63d5 [INFO] [stderr] 63: 0x7f9a00c20a0b - rustc_interface::interface::run_compiler_in_existing_thread_pool::he369c161ddffb81d [INFO] [stderr] 64: 0x7f9a00c589d2 - std::thread::local::LocalKey::with::h5d0fa97ec9873f8b [INFO] [stderr] 65: 0x7f9a00c56820 - syntax::with_globals::h24a61037f80e7995 [INFO] [stderr] 66: 0x7f9a00c785a2 - std::sys_common::backtrace::__rust_begin_short_backtrace::h334275a04b254102 [INFO] [stderr] 67: 0x7f9a007568ea - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 68: 0x7f9a00c99be9 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66f6747debad9ee0 [INFO] [stderr] 69: 0x7f9a0072729f - as core::ops::function::FnOnce>::call_once::h076249a79a1dc92b [INFO] [stderr] at /rustc/2748a9fd93dd1a00a4521f4f16de5befbf77f6cd/src/liballoc/boxed.rs:932 [INFO] [stderr] 70: 0x7f9a00755590 - as core::ops::function::FnOnce>::call_once::h19e3dffb70e28d69 [INFO] [stderr] at /rustc/2748a9fd93dd1a00a4521f4f16de5befbf77f6cd/src/liballoc/boxed.rs:932 [INFO] [stderr] 71: 0x7f9a00755590 - std::sys_common::thread::start_thread::h75f3a3ec18d49832 [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] 72: 0x7f9a00755590 - std::sys::unix::thread::Thread::new::thread_start::h37de5de5241b10ea [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 73: 0x7f9a004c16db - start_thread [INFO] [stderr] 74: 0x7f99ffdde88f - __clone [INFO] [stderr] 75: 0x0 - [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.40.0-nightly (2748a9fd9 2019-10-08) 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] query stack during panic: [INFO] [stderr] #0 [typeck_tables_of] processing `run_tests` [INFO] [stderr] #1 [typeck_tables_of] processing `run_tests::{{closure}}#0` [INFO] [stderr] #2 [type_of] processing `run_tests::{{closure}}#0` [INFO] [stderr] #3 [collect_mod_item_types] collecting item types in top-level module [INFO] [stderr] #4 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tikv-bench`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tikv-bench`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "998345acfe8ac955e9680ab591ea0c978588940f0248c76b8eafda67924491ae"` [INFO] running `"docker" "rm" "-f" "998345acfe8ac955e9680ab591ea0c978588940f0248c76b8eafda67924491ae"` [INFO] [stdout] 998345acfe8ac955e9680ab591ea0c978588940f0248c76b8eafda67924491ae