[INFO] updating cached repository https://github.com/Pauan/SaltyBetBot [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] 88974d57750f433947ef44910531465014798e69 [INFO] checking Pauan/SaltyBetBot against master#446e5e57b667c841ba3ebb4b41b44fb98bd3af4b for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPauan%2FSaltyBetBot" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 81% (49/60) Checking out files: 83% (50/60) Checking out files: 85% (51/60) Checking out files: 86% (52/60) Checking out files: 88% (53/60) Checking out files: 90% (54/60) Checking out files: 91% (55/60) Checking out files: 93% (56/60) Checking out files: 95% (57/60) Checking out files: 96% (58/60) Checking out files: 98% (59/60) Checking out files: 100% (60/60) Checking out files: 100% (60/60), done. [INFO] validating manifest of git repo https://github.com/Pauan/SaltyBetBot on toolchain 446e5e57b667c841ba3ebb4b41b44fb98bd3af4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Pauan/SaltyBetBot [INFO] removed path dependency algorithm from git repo https://github.com/Pauan/SaltyBetBot [INFO] finished tweaking git repo https://github.com/Pauan/SaltyBetBot [INFO] tweaked toml for git repo https://github.com/Pauan/SaltyBetBot written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Pauan/SaltyBetBot already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (algorithm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-10/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" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (algorithm) 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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c582c5bcef8be2e51659f3a0dc0a98fc0b3271abb8db0548c7e9776650ac82ea [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c582c5bcef8be2e51659f3a0dc0a98fc0b3271abb8db0548c7e9776650ac82ea"` [INFO] [stderr] warning: dependency (algorithm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking algorithm v0.0.0 [INFO] [stderr] Checking glicko2 v0.3.0 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-signals v0.3.8 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Checking dominator v0.4.4 [INFO] [stderr] Checking salty_bet_bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `algorithm::record` [INFO] [stderr] --> src/lib.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | use algorithm::record::{Tier, Mode, Winner, Record}; [INFO] [stderr] | ^^^^^^ could not find `record` in `algorithm` [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 import `algorithm::record` [INFO] [stderr] --> src/lib.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | use algorithm::record::{Tier, Mode, Winner, Record}; [INFO] [stderr] | ^^^^^^ could not find `record` in `algorithm` [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: 0x7ff320374924 - backtrace::backtrace::libunwind::trace::hf7e4e82efae30884 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x7ff320374924 - backtrace::backtrace::trace_unsynchronized::h0b0315e5422bf5c5 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x7ff320374924 - std::sys_common::backtrace::_print_fmt::ha6354f2d842cef76 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x7ff320374924 - ::fmt::hd54b1f5cf3adafe0 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 0: 0x7f4c840ca924 - backtrace::backtrace::libunwind::trace::hf7e4e82efae30884 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x7f4c840ca924 - backtrace::backtrace::trace_unsynchronized::h0b0315e5422bf5c5 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x7f4c840ca924 - std::sys_common::backtrace::_print_fmt::ha6354f2d842cef76 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x7f4c840ca924 - ::fmt::hd54b1f5cf3adafe0 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x7ff3203acbac - core::fmt::write::hc967ac066a03859c [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x7ff320368bf7 - std::io::Write::write_fmt::h5b4ad0ea64c4a019 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x7ff32037915e - std::sys_common::backtrace::_print::h51b22d5c4d74bb83 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x7ff32037915e - std::sys_common::backtrace::print::h82f50a23f8a5bfab [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x7ff32037915e - std::panicking::default_hook::{{closure}}::h7ceeb6dc02a24c61 [INFO] [stderr] at src/libstd/panicking.rs:189 [INFO] [stderr] 9: 0x7ff320378e61 - std::panicking::default_hook::h123f2472ae8cf2b5 [INFO] [stderr] at src/libstd/panicking.rs:206 [INFO] [stderr] 10: 0x7ff320878943 - rustc_driver::report_ice::h5fd310efd88ee0b4 [INFO] [stderr] 11: 0x7ff32037993c - std::panicking::rust_panic_with_hook::hf57d1dbfa9883023 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] 12: 0x7ff3203793f2 - std::panicking::continue_panic_fmt::he2a5eeeb3a084826 [INFO] [stderr] at src/libstd/panicking.rs:376 [INFO] [stderr] 13: 0x7ff3203792e6 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 14: 0x7ff3203a672a - core::panicking::panic_fmt::h37f4bfee9976e4e2 [INFO] [stderr] 4: 0x7f4c84102bac - core::fmt::write::hc967ac066a03859c [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x7f4c840bebf7 - std::io::Write::write_fmt::h5b4ad0ea64c4a019 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x7f4c840cf15e - std::sys_common::backtrace::_print::h51b22d5c4d74bb83 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x7f4c840cf15e - std::sys_common::backtrace::print::h82f50a23f8a5bfab [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x7f4c840cf15e - std::panicking::default_hook::{{closure}}::h7ceeb6dc02a24c61 [INFO] [stderr] at src/libstd/panicking.rs:189 [INFO] [stderr] 9: 0x7f4c840cee61 - std::panicking::default_hook::h123f2472ae8cf2b5 [INFO] [stderr] at src/libstd/panicking.rs:206 [INFO] [stderr] 10: 0x7f4c845ce943 - rustc_driver::report_ice::h5fd310efd88ee0b4 [INFO] [stderr] 11: 0x7f4c840cf93c - std::panicking::rust_panic_with_hook::hf57d1dbfa9883023 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] 12: 0x7f4c840cf3f2 - std::panicking::continue_panic_fmt::he2a5eeeb3a084826 [INFO] [stderr] at src/libstd/panicking.rs:376 [INFO] [stderr] 13: 0x7f4c840cf2e6 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 14: 0x7f4c840fc72a - core::panicking::panic_fmt::h37f4bfee9976e4e2 [INFO] [stderr] at src/libcore/panicking.rs:84 [INFO] [stderr] 15: 0x7f4c840fc669 - core::panicking::panic::h5e064abb2dec7e11 [INFO] [stderr] at src/libcore/panicking.rs:49 [INFO] [stderr] at src/libcore/panicking.rs:84 [INFO] [stderr] 15: 0x7ff3203a6669 - core::panicking::panic::h5e064abb2dec7e11 [INFO] [stderr] at src/libcore/panicking.rs:49 [INFO] [stderr] 16: 0x7ff320e0cd30 - rustc_typeck::check::closure::::supplied_sig_of_closure::hfa0b953e9b198d25 [INFO] [stderr] 17: 0x7ff320e0a7f6 - rustc_typeck::check::closure::::check_expr_closure::h322c77bdb2f3867f [INFO] [stderr] 18: 0x7ff320df1cfd - rustc_typeck::check::expr::::check_expr_kind::h5f538edc186229e4 [INFO] [stderr] 19: 0x7ff320df160b - rustc_typeck::check::expr::::check_expr_with_expectation_and_needs::hd961eec985483fc6 [INFO] [stderr] 20: 0x7ff320e2617d - rustc_typeck::check::FnCtxt::check_argument_types::h61db71662ca32ad6 [INFO] [stderr] 21: 0x7ff320e0f7ac - rustc_typeck::check::callee::::confirm_builtin_call::hec5b492fae34101f [INFO] [stderr] 22: 0x7ff320e0dc81 - rustc_typeck::check::callee::::check_call::h1812c11572cac1e9 [INFO] [stderr] 23: 0x7ff320df214a - rustc_typeck::check::expr::::check_expr_kind::h5f538edc186229e4 [INFO] [stderr] 24: 0x7ff320df160b - rustc_typeck::check::expr::::check_expr_with_expectation_and_needs::hd961eec985483fc6 [INFO] [stderr] 25: 0x7ff320dfbf5b - rustc_typeck::check::expr::::check_return_expr::hb4d88659d16ea98d [INFO] [stderr] 26: 0x7ff320e16a35 - rustc_typeck::check::check_fn::hef61d8d62767ec3f [INFO] [stderr] 27: 0x7ff320f971db - rustc::ty::context::GlobalCtxt::enter_local::h8ff65b26405bf3f4 [INFO] [stderr] 28: 0x7ff320e15a02 - rustc_typeck::check::typeck_tables_of::hf156dab0ad994584 [INFO] [stderr] 29: 0x7ff321032e3a - rustc::ty::query::__query_compute::typeck_tables_of::h4a08a8da3b1bae36 [INFO] [stderr] 30: 0x7ff320ef93eb - rustc::ty::query::::compute::h358f82555ed30b8a [INFO] [stderr] 31: 0x7ff320e6e81a - rustc::dep_graph::graph::DepGraph::with_task_impl::hca4af7cf0d9a54e4 [INFO] [stderr] 32: 0x7ff320f47e37 - rustc::ty::query::plumbing::::get_query::h713467ad60866177 [INFO] [stderr] 33: 0x7ff321032e3a - rustc::ty::query::__query_compute::typeck_tables_of::h4a08a8da3b1bae36 [INFO] [stderr] 34: 0x7ff320ef93eb - rustc::ty::query::::compute::h358f82555ed30b8a [INFO] [stderr] 35: 0x7ff320e6e81a - rustc::dep_graph::graph::DepGraph::with_task_impl::hca4af7cf0d9a54e4 [INFO] [stderr] 36: 0x7ff320f47e37 - rustc::ty::query::plumbing::::get_query::h713467ad60866177 [INFO] [stderr] 37: 0x7ff320ee569b - rustc_typeck::collect::checked_type_of::ha31baf32f53a995c [INFO] [stderr] 38: 0x7ff320ee4a7c - rustc_typeck::collect::type_of::heb646440b691043e [INFO] [stderr] 39: 0x7ff321034a27 - rustc::ty::query::__query_compute::type_of::h4d1982aa75be11d9 [INFO] [stderr] 40: 0x7ff320ef90cb - rustc::ty::query::::compute::h309ad2021ab36462 [INFO] [stderr] 41: 0x7ff320e68b1a - rustc::dep_graph::graph::DepGraph::with_task_impl::h7d36c313eff5ded9 [INFO] [stderr] 42: 0x7ff320f6e294 - rustc::ty::query::plumbing::::get_query::hbeba86ecbf01ae7e [INFO] [stderr] 43: 0x7ff320fb9ff0 - rustc::hir::intravisit::walk_expr::h0379bf705b659208 [INFO] [stderr] 44: 0x7ff320ec41ac - rustc::hir::intravisit::Visitor::visit_fn::hc3b9cd0d9dd02197 [INFO] [stderr] 45: 0x7ff320fc1529 - rustc::hir::intravisit::walk_item::h6fc13642136c2ec2 [INFO] [stderr] 46: 0x7ff320ee089d - ::visit_item::h824b6c6f551c2a59 [INFO] [stderr] 47: 0x7ff320e3d553 - rustc::hir::map::Map::visit_item_likes_in_module::hfd6520113710b699 [INFO] [stderr] 48: 0x7ff320ee0564 - rustc_typeck::collect::collect_mod_item_types::hc2ff36dc265d88b8 [INFO] [stderr] 49: 0x7ff321033dba - rustc::ty::query::__query_compute::collect_mod_item_types::h9a7924ae89460ae5 [INFO] [stderr] 50: 0x7ff320ef95db - rustc::ty::query::::compute::hf7aff371caf1e109 [INFO] [stderr] 51: 0x7ff320e626ad - rustc::dep_graph::graph::DepGraph::with_task_impl::h253a76530a99ec44 [INFO] [stderr] 52: 0x7ff320f4f782 - rustc::ty::query::plumbing::::get_query::h7c0183395d9b5606 [INFO] [stderr] 53: 0x7ff320efa045 - rustc::ty::query::plumbing::::ensure_query::he36c61c52c581025 [INFO] [stderr] 16: 0x7f4c84b62d30 - rustc_typeck::check::closure::::supplied_sig_of_closure::hfa0b953e9b198d25 [INFO] [stderr] 54: 0x7ff320ff3739 - rustc_typeck::check_crate::{{closure}}::{{closure}}::h06a042c0fc0e3ab8 [INFO] [stderr] 55: 0x7ff320feca06 - rustc::util::common::time::h68c7e729c3629759 [INFO] [stderr] 17: 0x7f4c84b607f6 - rustc_typeck::check::closure::::check_expr_closure::h322c77bdb2f3867f [INFO] [stderr] 56: 0x7ff32101ab9d - rustc_typeck::check_crate::heda51243f34fe81b [INFO] [stderr] 18: 0x7f4c84b47cfd - rustc_typeck::check::expr::::check_expr_kind::h5f538edc186229e4 [INFO] [stderr] 57: 0x7ff3209203eb - rustc_interface::passes::analysis::h829815deb141c81d [INFO] [stderr] 58: 0x7ff3208bd031 - rustc::ty::query::__query_compute::analysis::h64e54a1f3896f532 [INFO] [stderr] 19: 0x7f4c84b4760b - rustc_typeck::check::expr::::check_expr_with_expectation_and_needs::hd961eec985483fc6 [INFO] [stderr] 59: 0x7ff3208c5e6d - rustc::dep_graph::graph::DepGraph::with_task_impl::h6608c1d8e2b83d25 [INFO] [stderr] 20: 0x7f4c84b7c17d - rustc_typeck::check::FnCtxt::check_argument_types::h61db71662ca32ad6 [INFO] [stderr] 60: 0x7ff320858b3e - rustc::ty::query::plumbing::::get_query::hbe630f3ca6b058b4 [INFO] [stderr] 21: 0x7f4c84b657ac - rustc_typeck::check::callee::::confirm_builtin_call::hec5b492fae34101f [INFO] [stderr] 61: 0x7ff32084f9fa - rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}::he5cb4df53ea34ecb [INFO] [stderr] 22: 0x7f4c84b63c81 - rustc_typeck::check::callee::::check_call::h1812c11572cac1e9 [INFO] [stderr] 62: 0x7ff3209536fa - rustc_interface::passes::create_global_ctxt::{{closure}}::hff36b611c86ae65a [INFO] [stderr] 23: 0x7f4c84b4814a - rustc_typeck::check::expr::::check_expr_kind::h5f538edc186229e4 [INFO] [stderr] 63: 0x7ff32084f04e - rustc_interface::passes::BoxedGlobalCtxt::enter::h9b600d105b48f24c [INFO] [stderr] 64: 0x7ff32088671e - rustc_interface::interface::run_compiler_in_existing_thread_pool::h9f6df2d26771f234 [INFO] [stderr] 24: 0x7f4c84b4760b - rustc_typeck::check::expr::::check_expr_with_expectation_and_needs::hd961eec985483fc6 [INFO] [stderr] 65: 0x7ff320891c62 - std::thread::local::LocalKey::with::hbea3cb42db7e53eb [INFO] [stderr] 25: 0x7f4c84b51f5b - rustc_typeck::check::expr::::check_return_expr::hb4d88659d16ea98d [INFO] [stderr] 66: 0x7ff320882a7e - scoped_tls::ScopedKey::set::hb47873af71aacd4b [INFO] [stderr] 26: 0x7f4c84b6ca35 - rustc_typeck::check::check_fn::hef61d8d62767ec3f [INFO] [stderr] 67: 0x7ff3208afb22 - syntax::with_globals::h998c8dafb0bc3836 [INFO] [stderr] 27: 0x7f4c84ced1db - rustc::ty::context::GlobalCtxt::enter_local::h8ff65b26405bf3f4 [INFO] [stderr] 68: 0x7ff3208b4c02 - std::sys_common::backtrace::__rust_begin_short_backtrace::h961fd20750cbf5a1 [INFO] [stderr] 28: 0x7f4c84b6ba02 - rustc_typeck::check::typeck_tables_of::hf156dab0ad994584 [INFO] [stderr] 69: 0x7ff32038a00a - __rust_maybe_catch_panic [INFO] [stderr] 29: 0x7f4c84d88e3a - rustc::ty::query::__query_compute::typeck_tables_of::h4a08a8da3b1bae36 [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 30: 0x7f4c84c4f3eb - rustc::ty::query::::compute::h358f82555ed30b8a [INFO] [stderr] 70: 0x7ff3208c17f9 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h00cb7e0ce56af83d [INFO] [stderr] 31: 0x7f4c84bc481a - rustc::dep_graph::graph::DepGraph::with_task_impl::hca4af7cf0d9a54e4 [INFO] [stderr] 71: 0x7ff32035b09f - as core::ops::function::FnOnce>::call_once::h4b9accba29a8d64b [INFO] [stderr] 32: 0x7f4c84c9de37 - rustc::ty::query::plumbing::::get_query::h713467ad60866177 [INFO] [stderr] at /rustc/446e5e57b667c841ba3ebb4b41b44fb98bd3af4b/src/liballoc/boxed.rs:932 [INFO] [stderr] 33: 0x7f4c84d88e3a - rustc::ty::query::__query_compute::typeck_tables_of::h4a08a8da3b1bae36 [INFO] [stderr] 72: 0x7ff320388cb0 - as core::ops::function::FnOnce>::call_once::h41cc2023c3923338 [INFO] [stderr] at /rustc/446e5e57b667c841ba3ebb4b41b44fb98bd3af4b/src/liballoc/boxed.rs:932 [INFO] [stderr] 34: 0x7f4c84c4f3eb - rustc::ty::query::::compute::h358f82555ed30b8a [INFO] [stderr] 73: 0x7ff320388cb0 - std::sys_common::thread::start_thread::ha9ab30987c4ae693 [INFO] [stderr] 35: 0x7f4c84bc481a - rustc::dep_graph::graph::DepGraph::with_task_impl::hca4af7cf0d9a54e4 [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] 36: 0x7f4c84c9de37 - rustc::ty::query::plumbing::::get_query::h713467ad60866177 [INFO] [stderr] 74: 0x7ff320388cb0 - std::sys::unix::thread::Thread::new::thread_start::h523078a3e422fa54 [INFO] [stderr] 37: 0x7f4c84c3b69b - rustc_typeck::collect::checked_type_of::ha31baf32f53a995c [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 38: 0x7f4c84c3aa7c - rustc_typeck::collect::type_of::heb646440b691043e [INFO] [stderr] 75: 0x7ff3200f56db - start_thread [INFO] [stderr] 76: 0x7ff31fa1288f - __clone [INFO] [stderr] 39: 0x7f4c84d8aa27 - rustc::ty::query::__query_compute::type_of::h4d1982aa75be11d9 [INFO] [stderr] 77: 0x0 - [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] 40: 0x7f4c84c4f0cb - rustc::ty::query::::compute::h309ad2021ab36462 [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 (446e5e57b 2019-10-14) 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] 41: 0x7f4c84bbeb1a - rustc::dep_graph::graph::DepGraph::with_task_impl::h7d36c313eff5ded9 [INFO] [stderr] 42: 0x7f4c84cc4294 - rustc::ty::query::plumbing::::get_query::hbeba86ecbf01ae7e [INFO] [stderr] 43: 0x7f4c84d0fff0 - rustc::hir::intravisit::walk_expr::h0379bf705b659208 [INFO] [stderr] 44: 0x7f4c84c1a1ac - rustc::hir::intravisit::Visitor::visit_fn::hc3b9cd0d9dd02197 [INFO] [stderr] 45: 0x7f4c84d17529 - rustc::hir::intravisit::walk_item::h6fc13642136c2ec2 [INFO] [stderr] 46: 0x7f4c84c3689d - ::visit_item::h824b6c6f551c2a59 [INFO] [stderr] 47: 0x7f4c84b93553 - rustc::hir::map::Map::visit_item_likes_in_module::hfd6520113710b699 [INFO] [stderr] 48: 0x7f4c84c36564 - rustc_typeck::collect::collect_mod_item_types::hc2ff36dc265d88b8 [INFO] [stderr] 49: 0x7f4c84d89dba - rustc::ty::query::__query_compute::collect_mod_item_types::h9a7924ae89460ae5 [INFO] [stderr] 50: 0x7f4c84c4f5db - rustc::ty::query::::compute::hf7aff371caf1e109 [INFO] [stderr] 51: 0x7f4c84bb86ad - rustc::dep_graph::graph::DepGraph::with_task_impl::h253a76530a99ec44 [INFO] [stderr] 52: 0x7f4c84ca5782 - rustc::ty::query::plumbing::::get_query::h7c0183395d9b5606 [INFO] [stderr] 53: 0x7f4c84c50045 - rustc::ty::query::plumbing::::ensure_query::he36c61c52c581025 [INFO] [stderr] 54: 0x7f4c84d49739 - rustc_typeck::check_crate::{{closure}}::{{closure}}::h06a042c0fc0e3ab8 [INFO] [stderr] 55: 0x7f4c84d42a06 - rustc::util::common::time::h68c7e729c3629759 [INFO] [stderr] 56: 0x7f4c84d70b9d - rustc_typeck::check_crate::heda51243f34fe81b [INFO] [stderr] 57: 0x7f4c846763eb - rustc_interface::passes::analysis::h829815deb141c81d [INFO] [stderr] 58: 0x7f4c84613031 - rustc::ty::query::__query_compute::analysis::h64e54a1f3896f532 [INFO] [stderr] 59: 0x7f4c8461be6d - rustc::dep_graph::graph::DepGraph::with_task_impl::h6608c1d8e2b83d25 [INFO] [stderr] #0 [typeck_tables_of] processing `records_get_all` [INFO] [stderr] #1 [typeck_tables_of] processing `records_get_all::{{closure}}#0` [INFO] [stderr] #2 [type_of] processing `records_get_all::{{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] 60: 0x7f4c845aeb3e - rustc::ty::query::plumbing::::get_query::hbe630f3ca6b058b4 [INFO] [stderr] 61: 0x7f4c845a59fa - rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}::he5cb4df53ea34ecb [INFO] [stderr] 62: 0x7f4c846a96fa - rustc_interface::passes::create_global_ctxt::{{closure}}::hff36b611c86ae65a [INFO] [stderr] 63: 0x7f4c845a504e - rustc_interface::passes::BoxedGlobalCtxt::enter::h9b600d105b48f24c [INFO] [stderr] 64: 0x7f4c845dc71e - rustc_interface::interface::run_compiler_in_existing_thread_pool::h9f6df2d26771f234 [INFO] [stderr] 65: 0x7f4c845e7c62 - std::thread::local::LocalKey::with::hbea3cb42db7e53eb [INFO] [stderr] 66: 0x7f4c845d8a7e - scoped_tls::ScopedKey::set::hb47873af71aacd4b [INFO] [stderr] 67: 0x7f4c84605b22 - syntax::with_globals::h998c8dafb0bc3836 [INFO] [stderr] 68: 0x7f4c8460ac02 - std::sys_common::backtrace::__rust_begin_short_backtrace::h961fd20750cbf5a1 [INFO] [stderr] 69: 0x7f4c840e000a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 70: 0x7f4c846177f9 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h00cb7e0ce56af83d [INFO] [stderr] 71: 0x7f4c840b109f - as core::ops::function::FnOnce>::call_once::h4b9accba29a8d64b [INFO] [stderr] at /rustc/446e5e57b667c841ba3ebb4b41b44fb98bd3af4b/src/liballoc/boxed.rs:932 [INFO] [stderr] 72: 0x7f4c840decb0 - as core::ops::function::FnOnce>::call_once::h41cc2023c3923338 [INFO] [stderr] at /rustc/446e5e57b667c841ba3ebb4b41b44fb98bd3af4b/src/liballoc/boxed.rs:932 [INFO] [stderr] 73: 0x7f4c840decb0 - std::sys_common::thread::start_thread::ha9ab30987c4ae693 [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] 74: 0x7f4c840decb0 - std::sys::unix::thread::Thread::new::thread_start::h523078a3e422fa54 [INFO] [stderr] at src/libstd/sys/unix/thread.rs:79 [INFO] [stderr] 75: 0x7f4c83e4b6db - start_thread [INFO] [stderr] 76: 0x7f4c8376888f - __clone [INFO] [stderr] 77: 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 (446e5e57b 2019-10-14) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C debuginfo=2 --crate-type lib [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 `records_get_all` [INFO] [stderr] #1 [typeck_tables_of] processing `records_get_all::{{closure}}#0` [INFO] [stderr] #2 [type_of] processing `records_get_all::{{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 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `salty_bet_bot`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `salty_bet_bot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c582c5bcef8be2e51659f3a0dc0a98fc0b3271abb8db0548c7e9776650ac82ea"` [INFO] running `"docker" "rm" "-f" "c582c5bcef8be2e51659f3a0dc0a98fc0b3271abb8db0548c7e9776650ac82ea"` [INFO] [stdout] c582c5bcef8be2e51659f3a0dc0a98fc0b3271abb8db0548c7e9776650ac82ea